-
修改程序PEB,可能可以过防火墙
修改程序PEB,可能可以过防火墙-Modify the program PEB, the firewall may be able to have ..........
- 2022-03-24 18:13:09下载
- 积分:1
-
这是一个用C开发的用来检查内存的工具 很好用
这是一个用C开发的用来检查内存的工具 很好用-A tool for memory test.
- 2022-11-09 13:00:03下载
- 积分:1
-
小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.check...
小时候完过的用手滑来滑去的拼图游戏。能选择游戏难度:3X3 4X4 5X5,能更换游戏背景图片,能记忆游戏设置。有检查游戏是否能完成的算法(Game.checkNums)-pintu method
- 2022-08-05 23:37:57下载
- 积分:1
-
qt编写的强制定时关机系统,icon,label,内核关机命令,信号和槽
在qtcreator下编写的强制定时关机系统,熟悉qt信号和槽传递过程的练习程序,在pc上运行平稳。label添加.png图片和更改图标icon。lineEdit中的信息读取,windows内核命令的调用执行及相关关机配置
- 2022-03-22 14:26:56下载
- 积分:1
-
MFC单线程进度条例程源码
MFC单线程进度条例程源码,这是一个很简单的例子,你可以很快的了解怎么实现进度条。
- 2022-04-23 07:42:58下载
- 积分:1
-
上传一个MPEG4的源代码 很不错的哦
上传一个MPEG4的源代码 很不错的哦-From an MPEG4 source code is very good oh
- 2022-01-31 12:42:03下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
right "procedures" menu of programming, including increasing the direc...
对“程序”菜单的编程,包括增加目录、增加程序、删除目录、删除程序等等。-right "procedures" menu of programming, including increasing the directory, add procedures, delete directory, delete procedures.
- 2022-05-29 02:59:52下载
- 积分:1
-
ACO for TSP, working well
ACO for TSP, working we-ACO for TSP, working well
- 2022-11-17 20:00:09下载
- 积分:1
-
基于MFC测试识别HID设备
通过下载调试,终于实现了对HID设别的测试识别。通过本程序,能够识别计算机上的HID设备的插入和拔出,能够通过createfile函数通过USB端口实现对HID设备的读写!
- 2022-02-26 13:11:51下载
- 积分:1