- 博客(5)
- 收藏
- 关注
原创 windows全屏像素位移
全屏字符四向位移(为假期写2d版我的世界做准备) ***********************************made by FireHumansSkeleton 首先是主程序–(唯一的缺点是行末必须有@,结束必须有!) #include<bits/stdc++.h> #include<windows.h> #include<conio.h> usi...
2018-11-27 16:22:36
416
原创 如何用c++画圆(数组圆)
画圆 #include<fstream> #include<cstdio> using namespace std; ofstream cout("circel.txt"); int a[500][500]; int pr() { for(int i=1;i<=403;i++) { for(int j=1;j<=403;j++)
2018-11-06 18:57:57
7500
2
转载 vk键值
键盘 vk键值表 ***********************************made by FireHumansSkeleton 表格(懒得打) /* Virtual Keys, Standard Set*/ #define VK_LBUTTON 0x01 #define VK_RBUTTON 0x02 #define VK_CANCEL ...
2018-11-04 10:42:57
1023
原创 windows.h
各种<windows.h>里的代码 ************************************made by FireHumansSkeleton 屏幕区 用途 实现 返回值 获取屏幕横轴分辨率 GetSystemMetrics
2018-11-04 10:40:01
1247
原创 键盘控制函数
键盘控制函数 ************************************made by FireHumansSkeleton void kbc(char k,string dos)// 键盘 { int doing; /* 格式: k=1 按下 k=2 松开 else 按k */ if(k==1||k==2...
2018-11-04 10:35:57
1144
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅