-
Win2KNT下屏蔽Ctrl+Alt+Del的响应
Win2KNT下屏蔽Ctrl+Alt+Del的响应-Win2KNT under shielding Ctrl Alt Del response
- 2022-01-22 13:57:03下载
- 积分:1
-
这是一个很令人吃惊的代码,它使用罗技的摄像头来监视某一个方位,当有人出现时系统会自动识别。(需要罗技摄像头SDK2.0版的DLL)...
这是一个很令人吃惊的代码,它使用罗技的摄像头来监视某一个方位,当有人出现时系统会自动识别。(需要罗技摄像头SDK2.0版的DLL)-This a very alarming code, which uses Logitech"s surveillance camera heads a position, when someone will emerge automatic identification system. (Need webcams SDK2.0 version of the DLL)
- 2022-02-05 13:55:54下载
- 积分:1
-
自动点击程序
Windows系统,鼠标自动点击代码包,实现鼠标自动点击功能,可自由调节点击点击事件间隔、点击次数等。。。
- 2022-08-11 08:21:15下载
- 积分:1
-
调用scannerdll生成dll的程序,功能跟操作系统附件
调用scannerdll生成dll的程序,功能跟操作系统附件-图像处理的功能差不多-scannerdll generation dll called the procedure, function with the operating system Annex-image processing functions almost
- 2022-03-24 00:09:02下载
- 积分:1
-
HID LISTEN
藏起来听着,http://www.pjrc.com/teensy/hidu listen.html
- 2022-06-18 02:02:05下载
- 积分:1
-
simple painting (windows SDK)
简易绘画器(windows SDK)-simple painting (windows SDK)
- 2022-11-03 15:55:03下载
- 积分:1
-
vb程序删除自身
vb program to remove themselves
vb程序删除自身
vb program to remove themselves-vb program to remove themselves vb program to remove themselves
- 2022-06-17 21:22:13下载
- 积分:1
-
windows平台下DES加密类,VC++6.0环境编译
windows平台下DES加密类,VC++6.0环境编译-DES encryption windows platform category, VC++6.0 compiler environment
- 2022-02-22 06:30:38下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
AES developed Bluetooth communications client
evc下开发的蓝牙通信client端源码-AES developed Bluetooth communications client-source
- 2022-04-17 12:43:12下载
- 积分:1