-
在windows下对串口进行操作与控制,可以读写任一串口。
在windows下对串口进行操作与控制,可以读写任一串口。-In the windows serial port under the operation and control, you can read and write either a serial port.
- 2022-07-23 23:56:42下载
- 积分:1
-
simple code editor prepared to use C# code, welcomed the study and download
简易编辑器代码
使用C#编写的代码,欢迎下载学习-simple code editor prepared to use C# code, welcomed the study and download
- 2022-07-11 18:52:15下载
- 积分:1
-
shapelib1.2.9,目前本人在网上找到版本最新的
shapelib1.2.9,目前本人在网上找到版本最新的
- 2022-05-20 14:28:18下载
- 积分:1
-
在我们实际用软件时,经常可看到许多动态连接库。动态连接库有其自身的优点
如节省内存、支持多语种等功能,而且,当DLL中的函数改变后,只要不是参数的改变...
在我们实际用软件时,经常可看到许多动态连接库。动态连接库有其自身的优点
如节省内存、支持多语种等功能,而且,当DLL中的函数改变后,只要不是参数的改变
调用起的函数并不需要重新编译。
-In our actual use of software, often can be seen in many dynamic link library. Dynamic Link Library has its own advantages, such as saving memory, support for features such as multi-lingual, but also, when the DLL
- 2022-04-27 22:36:07下载
- 积分:1
-
The code used C# Realize indexing service call system, to realize a large number...
本代码用C#实现的调用系统索引服务,实现对大量文件的索引-The code used C# Realize indexing service call system, to realize a large number of documents indexed
- 2022-01-22 14:14:06下载
- 积分:1
-
设置系统关机时间,根据设定的时间实现定时关机功能,
设置系统关机时间,根据设定的时间实现定时关机功能,-time the system shutdown, according to the set time to achieve Mytob.BSNotes function,
- 2023-04-08 07:15:03下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
独占设备的分配与虚拟设备独占设备每次只能分配给一个进程使用,这种使用特性隐含着死锁的必要条件,所以在考虑独占设备的分配时,一定要结合有关防止和避免死锁的安全算法...
独占设备的分配与虚拟设备独占设备每次只能分配给一个进程使用,这种使用特性隐含着死锁的必要条件,所以在考虑独占设备的分配时,一定要结合有关防止和避免死锁的安全算法。-Exclusive distribution of equipment, exclusive equipment and virtual device can only be allocated to each use of a process, which implies the use of characteristics of the necessary conditions for deadlock, and therefore in considering the allocation of exclusive equipment, we have to combine to prevent and avoid deadlock security algorithm.
- 2023-07-21 04:10:03下载
- 积分:1
-
读取BIOS信息,检测运行的操作系统是否是虚拟机.
读取BIOS信息,检测运行的操作系统是否是虚拟机.-read BIOS information, testing whether an operating system is the virtual machine.
- 2022-10-26 23:45:03下载
- 积分:1
-
windows的eventlog源码
windows的eventlog源码-windows eventlog source code
- 2022-07-04 11:21:46下载
- 积分:1