-
纯C的画笔源程序,调用底层的汇编命令控制鼠标和屏幕,模拟消息循环机制,是学习C/C++不可多得的例子。我当年可是用这个得了图形学满分的啊!
纯C的画笔源程序,调用底层的汇编命令控制鼠标和屏幕,模拟消息循环机制,是学习C/C++不可多得的例子。我当年可是用这个得了图形学满分的啊!-pure C source of the brush, called bottom of the compilation order to control the mouse and screen, simulated news cycle mechanism, it is learning C/C rare examples. But then I had with the graphics out of ah!
- 2022-06-27 14:30:36下载
- 积分:1
-
视窗移动控制器
gps controller for windows mobile
- 2022-02-02 11:22:15下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
chm文件阅读器.开发工具EVC 支持ARM处理器和 模拟器环境 可直接编译通过 基于PPC的 也可以编译为WINCE下的程序...
chm文件阅读器.开发工具EVC 支持ARM处理器和 模拟器环境 可直接编译通过 基于PPC的 也可以编译为WINCE下的程序-chm document reader. EVC development tools support ARM processor and the environment simulator can be directly translated through on PPC also be compiled as pulled under the procedures
- 2023-02-15 05:30:04下载
- 积分:1
-
用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!...
用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!-vc prepared with the computer algorithm to solve the branch and bound, very classic code, a great weekend!
- 2022-04-11 10:18:59下载
- 积分:1
-
it has been a crazy magic known as the "Game of Life" small games, thi...
人们曾疯魔一种被称作“生命游戏”的小游戏,这种游戏相当简单。假设有一个像棋盘一样的方格网,每个方格中放置一个
生命细胞,生命细胞只有两种状态:“生”或“死-it has been a crazy magic known as the "Game of Life" small games, this game is quite simple. Suppose a chessboard like the same square grid, each box had placed a living cell, cell life only two states : "Health" or "dead
- 2022-03-13 14:59:49下载
- 积分:1
-
69大厅源码
网狐防69最新带游戏列表最近戏 测试图 可以把喜欢的功能移植进去。
- 2022-07-26 14:22:19下载
- 积分:1
-
Reyna images on the concrete realization of (graphics to resume), the main use o...
对雷纳图像的具体实现(图形恢复),主要运用傅里叶变换实现-Reyna images on the concrete realization of (graphics to resume), the main use of Fourier transform to achieve
- 2022-08-05 21:12:53下载
- 积分:1
-
SteganoRead to read files in steganography.
SteganoRead to read files in steganography.
- 2023-04-15 07:35:03下载
- 积分:1
-
课程设计,包括学籍管理和奖学金评优。采用链表,文件存储,文字菜单...
课程设计,包括学籍管理和奖学金评优。采用链表,文件存储,文字菜单-classic design
- 2022-05-15 04:00:57下载
- 积分:1