-
整数数字
整数数字-英文转换器
输入整数数字正负皆可,转换成相应的英文
例如:输入123, 返回 one hundred twenty thr-Integer number of- English converter input integer number of positive and negative can be, converted into the corresponding English example: enter 123, the return of one hundred twenty thr
- 2022-01-24 17:40:37下载
- 积分:1
-
Well this is a game of FOSS. . Programming Languages : VB will help you understa...
这是一个井字游戏的源码。。编程语言:VB
能帮助你理解游戏编程中,电脑思考的技巧。。
-Well this is a game of FOSS. . Programming Languages : VB will help you understand the game programming, computer thinking skills. .
- 2023-07-13 06:00:03下载
- 积分:1
-
"electronic mapping system components" implementation : a CD
“电子元器件绘制系统”执行说明: 1、 光盘目录vc6.0chapter2inDrawChip.exe为本系统的可执行文件。 2、 光盘目录vc6.0chapter2srcDrawChip*.*为本系统的VC源程序。 “电子元器件绘制系统”如何编译: 直接编译,生成的可执行文件放在 vc6.0chapter2in目录下,名称为DrawChip.exe。-"electronic mapping system components" implementation : a CD-ROM directory vc6.0 chapter2 bin DrawChip.exe-based system of the executable. 2, CD-ROM directory vc6.0 chapter2 src DrawChip *.*-based system of VC source. "Electronic Components Rendering System" How compiler : direct compiler, generating executable files on vc6.0 chapter2 bin directory under the name of DrawChip.exe.
- 2022-03-22 07:02:09下载
- 积分:1
-
摄像头USB驱动程序,其中USB通信采用windriver代码生成。摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/XP...
摄像头USB驱动程序,其中USB通信采用windriver代码生成。摄像头芯片必需为OV511+(如:网眼v2000),适用于Windows2000/XP-Camera USB drivers, including USB communication using windriver code generation. Camera chip necessary for the OV511+ (such as: mesh v2000), applicable to Windows2000/XP
- 2023-04-16 23:05:04下载
- 积分:1
-
文件修改监控
ReadDirectoryChangesW 有同步和异步2种方式,
根据前面打开的文件夹对象句柄决定。
1. 异步方式,如果 CreateFile 指定了打开类型 FILE_FLAG_OVERLAPPED 就是异步方式,ReadDirectoryChangesW 调用的时候就需要指定 OVERLAPPED 参数.
接下来对文件夹I/O变化的响应判断有多种方式。
A通过不断的调用HasOverlappedIoCompleted函数(非阻塞,参数就是前面的OVERLAPPED 对象指针)的返回值来判断是否发生了 关注文件句柄的I/O操作。如果发生变化,再执行你的 switch(Buffer[0].Action) 操作过程。
B GetOverlappedResult 读取 OVERLAPPED 对象的结果。(阻塞)
C 完成端口 GetQueuedCompletionStatus (阻塞)。
其中阻塞方式,必须采用多线程的方式,否则你的主线程被阻塞的话,对话框就动不了了。非阻塞方式也可用多线程,结合hEvent对象来使用。
2.同步方式,如果CreateFile不指定FILE_FLAG_OVERLAPPED ,就是同步方式。
同步方式操作比较简单。lz的程序看来就是使用的同步方式。
在同步下,ReadDirectoryChangesW 将被阻塞,直到一个文件夹句柄的I/O操作到来,然后才能判断。所以lz的程序会死掉。
同步方式必须采用多线程,再创建一个线程,线程函数采用如下方式:
UINT ThreadProc(PVOID)
{
CreateFile();
while(1) // 如果只想监视一次文件的I/O变化,可不用while循环。
{
- 2022-03-10 05:44:52下载
- 积分:1
-
Bezier曲线
Bezier曲线的算法生成基于vc++的实现 -Bezier curve-based algorithm vc++ Realize the
- 2022-02-14 22:10:02下载
- 积分:1
-
实现计算机串口通信,用vb编写,可以实现很好的功能
VB串口通讯,可以帮助一些学习VB串口通讯的同学一些学习参考
- 2023-03-16 11:35:03下载
- 积分:1
-
杰得科技 x900 arm926 h264 soc windows mobile system BSP
杰得科技 x900 arm926 h264 soc windows mobile system BSP-jadechip’s x900 arm926 h264 soc windows mobile system BSP
- 2022-08-13 20:37:58下载
- 积分:1
-
数据矩阵解码器,实现了多为条形码的解读,输入条形图片即可解析条形码的信息...
数据矩阵解码器,实现了多为条形码的解读,输入条形图片即可解析条形码的信息-Data matrix decoder to achieve a number of bar code reading
- 2022-05-20 08:53:00下载
- 积分:1
-
Basic VB for beginer
Basic VB for beginer
- 2022-01-26 02:50:52下载
- 积分:1