-
Support vector machine learning algorithm, it is very useful to support vector m...
支持向量机学习算法,它是非常有用的支持向量机学习算法,它是非常有用的支持向量机学习算法,它是非常有用的支持向量机学习算法,它是非常有用的
- 2023-04-22 22:50:04下载
- 积分:1
-
procedures for the process DllDemo.rar dll generated by the application side Dll...
本程序为DllDemo.rar程序所生成的dll的应用端主程序DllDemo.rar 可以在本网站下载其源代码希望通过对本程序的学习读者对dll的开发以及应用有进一步的理解-procedures for the process DllDemo.rar dll generated by the application side DllDemo.rar main program can be downloaded from the website of its source code through the process of learning the reader right dll application development and a better understanding
- 2022-03-23 14:29:07下载
- 积分:1
-
利用WINDOWS API写的VB下的注册表操作,使用方便简单,带示例程序....
利用WINDOWS API写的VB下的注册表操作,使用方便简单,带示例程序.-WINDOWS API written in VB using the registry under the operation, easy to use simple, with a sample program.
- 2022-11-10 19:45:03下载
- 积分:1
-
截屏,备份IP地址源码
截屏,备份IP地址源码-Screenshots, backup source IP address
- 2022-03-02 21:17:08下载
- 积分:1
-
IDE devices directly reader ASM (written in assembly language), the DOS can be u...
IDE设备直接读取程序 ASM(汇编语言编写),在DOS下可直接使用。-IDE devices directly reader ASM (written in assembly language), the DOS can be used directly.
- 2023-08-07 13:40:03下载
- 积分:1
-
USB firmware development, online reference information, we can look at.
USB固件开发,参考网上资料,
可以看看。-USB firmware development, online reference information, we can look at.
- 2022-02-28 22:35:08下载
- 积分:1
-
简单的东西,相当简单,注册表
简单的东西,相当简单,注册表-Canals and other cavity in Western frontier, gaze intently twisted Canals, etc. Note chat barrels
- 2023-02-21 04:10:03下载
- 积分:1
-
这是作者在开发上位监控的一个部分…
这是作者在开发主机监控工程中的一段代码,可以获取进程中的CPU利用率。-This is the author of works in the development of the host to monitor a section of code that can be accessed in the process of CPU utilization.
- 2022-06-18 17:05:23下载
- 积分:1
-
自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解...
自己写的。多线程控制的演示程序。 包括线程的创建、挂起和释放。 附有详细的注解-wrote it myself. Multithreading control of the demonstration program. Thread including the creation, aloof and release. With detailed explanation
- 2022-05-25 13:25:21下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1