登录
首页 » Windows开发 » USB应用由EasyD12.dll

USB应用由EasyD12.dll

于 2022-02-28 发布 文件大小:40.84 kB
0 214
下载积分: 2 下载次数: 1

代码说明:

EasyD12.dll做的USB应用程序-USB Application made by EasyD12.dll

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • this compressed file is on the realization of automobile sales management system...
    此压缩文件是关于实现汽车销售管理系统的数据库设计。包括代码 可执行文件 和说明-this compressed file is on the realization of automobile sales management system database design. Including executable code and annotations, etc.
    2023-01-21 04:40:03下载
    积分:1
  • 通用的日志服务器。为应用程序提供方便,可以为各种应用程序同时使用。...
    通用的日志服务器。为应用程序开发提供方便,可以为各种应用程序同时使用。-generic log server. For application developers to provide convenient, for various applications used.
    2022-01-26 08:16:21下载
    积分:1
  • 一个在vb下实现动态连接库编程的很好的例子,通过它传出的数据保存到指定的文件中,然后在程序中进行调用...
    一个在vb下实现动态连接库编程的很好的例子,通过它传出的数据保存到指定的文件中,然后在程序中进行调用-in vb under a dynamic link library programming a good example, it kept the reported data to a file, then the procedure for calling
    2023-04-09 08:45:02下载
    积分: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
  • 电驴
    eMule-VeryCD-src(c++)用c++写的电驴的源代码 感兴趣的可以-eMule-VeryCD-src (c++) with c++ written eDonkey interested in the source code can be
    2022-08-07 20:50:34下载
    积分:1
  • C++ And Threads by Randy Charles Morin If you’ve ever done multithreaded pro...
    C++ And Threads by Randy Charles Morin If you’ve ever done multithreaded programming then most likely it was in C++. I haven’t heard of many developers using the CreateThread Win32 API function from Visual Basic or even Delphi. The reason is that the advantages of C++ and multiple threads are usually the same. You want more responsiveness from some application. How do you do it? Well you could have multiple threads in order to limit blocking of one application request by another. You could also use a more low level language.
    2023-01-16 05:35:03下载
    积分:1
  • 随机更换背景,程序每次运行时候的背景图片都不一样
    随机更换背景,程序每次运行时候的背景图片都不一样-Random replacement of the background, the program runs each time the background image are not the same
    2022-03-15 15:04:19下载
    积分:1
  • 魔方阵,古代又称“纵横图”,是指 组成元素为自然数1、2…n 的平方的n×n 的方阵,其中每个元素值都不相等,且每 行、每列以及主、副对角线上各n...
    魔方阵,古代又称“纵横图”,是指 组成元素为自然数1、2…n 的平方的n×n 的方阵,其中每个元素值都不相等,且每 行、每列以及主、副对角线上各n 个元素 之和都相等。编写程序输入魔方阵( n 为 奇数,n
    2022-07-20 17:53:06下载
    积分:1
  • Rarnu C 是百度编程群老大Rarnu个人的作品。是图形界面的C编译器。希望大家喜欢。...
    Rarnu C 是百度编程群老大Rarnu个人的作品。是图形界面的C编译器。希望大家喜欢。-Rarnu C Programming Group Baidu is the leader Rarnu personal work. Is a graphical interface C compiler. Hope you like them.
    2022-08-05 14:39:27下载
    积分:1
  • 这是用Windows编写的,已经是一个完整的游戏了。游戏名字叫陕西麻将。...
    这是用Windows编写的,已经是一个完整的游戏了。游戏名字叫陕西麻将。-This is prepared by using Windows, it is a complete game. Shaanxi mahjong game name.
    2022-03-20 09:15:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载