-
vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47
vc灵感编程范例源代码 41 3DButton 42 计时器 43 动态改变光标和图标 44 捕获鼠标 45 得到一些系统信息 46 确定应用程序的路径 47 注册系统热键 48 检测光驱软驱是否准备就绪 49 判断驱动器的类型 50 检测磁盘容量 51 MyFormat 52 Win98下热键关机 53 获得当前屏幕的分辨率两种方法 54 在screen上显示文字 55 启动屏幕保护程序 56 开机后程序自动运行 57 Windows 2000下关机 58 屏蔽系统热键 59 获取文件图标 60 避免程序运行多个实例-vc inspiration source code programming examples 3DButton 42 41 43 timer to change the cursor and dynamic map superscript 44 mouse caught some 45 information systems 46 to determine the application"s path 47 registration system hotkeys 48 Detection floppy drive the readiness of 49 drivers to judge the types of detection disk capacity 50 51 52 MyFormat Win98 hotkeys under 53 was shutdown current screen resolution two methods in 54 characters displayed on the screen started 55 of 56 screen saver automatically reboot after running under Windows 2000 57 58 Off Screen Hotkey 59 cover access to documents icon 60 to avoid running multiple instances of
- 2022-03-07 00:59:48下载
- 积分:1
-
动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!...
动态主机地址分配客户端源代码!是运行由LINUX下的,WINDOWS下的还在测试!测试完成给大家上传!-Dynamic host address assignment client source code! Is run by LINUX under, WINDOWS is still under testing! From the test is completed to everyone!
- 2022-04-16 02:12:21下载
- 积分:1
-
图像的分解
该程序实现简单 操作容易 处理起来比较方便 实用性强 相信会有很大帮助对我们 呵呵。
- 2022-04-17 18:11:23下载
- 积分:1
-
A simple game, very fun, there is the original code, is VC++ Prepared
一个简单的游戏,很好玩,有原代码,是VC++编写的-A simple game, very fun, there is the original code, is VC++ Prepared
- 2022-04-29 09:05:44下载
- 积分:1
-
a general purpose class for multithreaded applications. Derive your class from i...
a general purpose class for multithreaded applications. Derive your class from it, call the constructor with the proper number of threads and populate the lpfns member before starting threads.
The main advantage is that you do not need to bother with the details of making the static method separate from your class and then passing the this pointer to it. CMultithreaded allows you to have all of your class methods in-class, even if they are to be run on separate threads. It is also a good example of RAII.
- 2023-02-05 08:40:03下载
- 积分:1
-
vc下调用ffmpeg进行x264编码
vc下调用ffmpeg进行x264编码,在vc环境下通过ffmpeg进行x264编码的源程序,很好的资源,找了好久才找到的,希望对大家有所帮助。
- 2022-01-28 02:29:43下载
- 积分:1
-
with A* algorithm JiuGongTu problem and the optimal solution is given, including...
用A*算法实现九宫问题,并给出最优解,其中包括每一步的执行路径-with A* algorithm JiuGongTu problem and the optimal solution is given, including each step of the implementation of the road
- 2023-08-01 02:10:02下载
- 积分:1
-
3322希网密码获取器,跟新3322ip地址
3322希网密码获取器,跟新3322ip地址-updata 3322
- 2022-03-25 03:34:57下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1
-
直角坐标系转换为极坐标系,极坐标系转换为直角坐标系
直角坐标系转换为极坐标系,极坐标系转换为直角坐标系-Cartesian coordinate system is converted to polar coordinates, polar coordinates into Cartesian coordinates
- 2022-01-25 20:51:59下载
- 积分:1