资源列表

« 1 2 ... .67 .68 .69 .70 .71 12172.73 .74 .75 .76 .77 ... 16274 »

[系统编程sysicon

说明:这是一个vb编的托盘程序,通过调用一个dll动态链接库实现。-This is a series of tray vb program, by calling a dynamic link library dll.
<Mr.Chen> 在 2025-07-12 上传 | 大小:151kb | 下载:0

[系统编程FlashThief

说明:vc++ U盘小偷监控程序,工程创建于VS2008,本程序以服务形式运行。双击以后出现Dos窗口,窗口内什么也没,但实际上它已经开始监控你的U盘了……如果你此时插入U盘,它会将U盘内的文件全部拷贝到指定目录里,这一切都是无声无息的。   更多信息:   安装服务:FlashThief.exe -install   卸载服务:FlashThief.exe -uninstall   安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用net start "Window
<724> 在 2025-07-12 上传 | 大小:58kb | 下载:0

[Linux/Unix编程ex1

说明:clamdav的测试函数,作用是设定特定的病毒情况检验本软件的功能-clamdav test function, the role of the virus is set to a specific situation in the software testing
<苏乎仁> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[系统编程demon_net

说明:VC.net枚举系统设备高级信息源代码,,从运行图上可以看出程序功能有汇编调用信息、WMI CPU信息、WMI获取网上配置、获取BIOS、WMI枚举所有等,源程序在VS2005或更高版本中编译。-Enumeration VC.net advanced information system source code, run the map from the program features can be seen there is a compilation of information call
<175> 在 2025-07-12 上传 | 大小:327kb | 下载:0

[系统编程VCOPT

说明:VC++使用OPT页面置换算法的程序示例,OPT页面置换算法来实现当页表中发现所要访问的页面不在内存时调入内存,使内存的资源得以充分利用。本课题主要的目的是为了在虚拟页式存储管理中,当进程运行时,发生缺页中断时,使用一种很好的页面置换算法,使系统性能变得更好。-VC++ using the OPT page replacement algorithm sample program, OPT page replacement algorithm to achieve when the page t
<361> 在 2025-07-12 上传 | 大小:188kb | 下载:0

[系统编程VCThread

说明:一个基于VC++的多线程管理程序,测试程序中一共有两个进程,可以演示让两个进程同进工作,同进关闭,也可以一个一个工作,分开进行,本程序就是一个进程控制开关,用于启动、关闭你想要的进程,这在以后的多线程编程中显得尤为重要,是基础技巧。-VC++ based on the multi-threaded management procedures, test procedures in a total of two processes, so that the two processes can de
<994> 在 2025-07-12 上传 | 大小:29kb | 下载:0

[系统编程locktools

说明:用VC++写的锁定屏幕、关机、隐藏到托盘等功能的小程序源代码,还可以屏蔽 Ctrl+Alt+Del、加入到系统启动组等,另外它还演示了一个漂亮的软件启动界面的实现,本源代码在VC6下顺利编译。-Using VC++ to write the lock screen, shutdown, hide to tray features a small source code can also be shielded Ctrl+ Alt+ Del, to join the group, such as
<994> 在 2025-07-12 上传 | 大小:77kb | 下载:0

[系统编程remain

说明:一个超简单的vc++计时提醒程序,附有源代码,界面一般,程序是早期的,仅供学习参考,打开本程序运行后自动在系统托盘处显示图标,点击右键可以显示主菜单和设置程序,它可以设置工作时长为多少后开始提醒,提醒多长时间,有四种提醒方式:把屏幕搞花、保护屏幕、声音和消息框、锁定屏幕。-A super-simple time to remind the vc++ program, with source code, the interface in general, the program is early,
<994> 在 2025-07-12 上传 | 大小:53kb | 下载:0

[系统编程codeinject_pacage

说明:收集几款VC++代码注入程序,不同时期的都有,通过这些示例你会明白如何将代码注入不同的进程地址空间,随后在该进程的上下文中执行注入的代码。这里主要是三种方法:   1、Windows 钩子   2、CreateRemoteThread 和 LoadLibrary 技术 ——进程间通信   3、CreateRemoteThread 和WriteProcessMemory 技术   ——如何用该技术子类化远程控件   ——何时使用该技术-Collection of se
<300> 在 2025-07-12 上传 | 大小:47kb | 下载:0

[系统编程chremoport

说明:VC++修改远程桌面连接的默认端口的程序源代码,因为工作需要,需要更改远程桌面连接的端口号,网上虽找到了,但大部分提示有病毒,所以不敢使用,自己根据远程连接端口的原理,即修改注册表REG_DWORD值,重写了一个。注意,修改后需要重启计算机才能生效。-VC++ modify the default Remote Desktop Connection port source code, because the job needs, and need to change the Remote Des
<781> 在 2025-07-12 上传 | 大小:25kb | 下载:0

[系统编程port_dll

说明:一个VC++串口通讯链接库DLL源文件,基于vc++6.0开发,本DLL可实现向串口发送命令或信息。可用于串口程序的开发,给你编程带来不少方便,非常有用。 -A VC++ Serial Communication Link Library DLL source file, based on vc++6.0 development, the DLL can be sent to the serial order or information. Serial port can be used for
<781> 在 2025-07-12 上传 | 大小:42kb | 下载:0

[加密解密optimized

说明:一些经过优化后的VC++加密解密算法,生成加密类文件,然后可以调用,早两年的代码,但现在仍然很有用。-Optimized after some VC++ encryption and decryption algorithm to generate encryption types of documents, and then can call the code a couple of years ago, but still very useful.
<200> 在 2025-07-12 上传 | 大小:494kb | 下载:0
« 1 2 ... .67 .68 .69 .70 .71 12172.73 .74 .75 .76 .77 ... 16274 »

源码中国 www.ymcn.org