资源列表
mask
- 大家有时玩游戏时,一不小心按到win键,游戏就会跳出,很不方便.我用vc编了一个小软件,基于低级键盘钩子的原理,这个软件可以屏蔽win键,F1,ALT+F4,ALT+TAB等键以致整个键盘.-sometimes you play games, to win by careless Bond, will jump out of the game, and it is very convenient. I used vc a small part of the software, based on
sysxgp
- 一款自制的通过修改注册表内容来改变系统配置的程序源码,通过对此源码的学习,可以对注册表编程有很大的帮助-one made by modifying the contents of the registry to change the system configuration procedures source, this source of learning, the registry can be programmed to be very helpful
200453112955605
- uClinux bootloader源代码-uClinux source code
探测网络共享密码
- 用VB写的探测网络共享密码的源代码,十分有用,希望成为黑客的人,可以学学。-It is a source code which written buy VB,it can detect the network code,which is very useful. You d better learn it if you want to be a hacker.
573
- 文件分区,fat16位分区代码源程序,32位的差不多。-document Division, fat16 spaces through source code, almost 32.
整个计算机加锁
- VB编写的系统加锁的小程序,包括全部源代码.-VB prepared by the locking system of small procedures, including all source code.
DOME-source-53-5i.tar
- DOME is an extensible system for graphically developing, analyzing and transforming models of systems and software.
JavaWebMail
- 一个用Java开发的Web邮局,可以使用户通过浏览器访问他们的POP/SMTP服务器,支持多种语言,MIME和虚拟域名!-A postoffice which is developed by Java language,users can visited their POP/SMTP server by browsers.It sustains many languages,MIME and dummy domain name!
cqa0404
- 如何才能知道 CD 驱动器是不是刻录设备呢?此外,如何将文件写入可擦写 CD?Windows XP 允许你用 Windows 资源管理拖拽文件,并将其写入CD。你能否告知有没有什么方法从我的程序中实现,而不需要用户购买第三方软件,如:Nero 或者 Roxio? 有没有相关的 MFC 类可以实现这个功能? -CD drive is not recording equipment? In addition, how to write papers erasable CD? Windows XP
8112int
- win32下中断方式操作数据采集卡的程序 简单明快-interruption methods of data acquisition cards simple, upbeat
隐藏磁盘驱动器
- 通过注册表隐藏磁盘驱动器 regf.WriteInteger( NoDrives ,60) //隐藏驱动器 regf.WriteInteger( NoViewOnDrive ,60) //禁止访问驱动器-through the registry hidden disk drives regf.WriteInteger (NoDrives, 60) / / hidden drives regf.WriteInteger (NoViewOnDrive, 60) / / disal
VC使用CRT调试功能来检测内存泄漏
- VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降