CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 系统编程

资源列表

« 1 2 ... 49 50 51 52 53 5455 56 57 58 59 ... 15014 »
  1. mask

    0下载:
  2. 大家有时玩游戏时,一不小心按到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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:81005
    • 提供者:李刚
  1. sysxgp

    0下载:
  2. 一款自制的通过修改注册表内容来改变系统配置的程序源码,通过对此源码的学习,可以对注册表编程有很大的帮助-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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:82873
    • 提供者:盛磊
  1. 200453112955605

    0下载:
  2. uClinux bootloader源代码-uClinux source code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:844827
    • 提供者:lbs
  1. 探测网络共享密码

    0下载:
  2. 用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.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4195
    • 提供者:扬厉
  1. 573

    0下载:
  2. 文件分区,fat16位分区代码源程序,32位的差不多。-document Division, fat16 spaces through source code, almost 32.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31864
    • 提供者:沙岩
  1. 整个计算机加锁

    0下载:
  2. VB编写的系统加锁的小程序,包括全部源代码.-VB prepared by the locking system of small procedures, including all source code.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:8900
    • 提供者:tao
  1. DOME-source-53-5i.tar

    0下载:
  2. DOME is an extensible system for graphically developing, analyzing and transforming models of systems and software.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2315257
    • 提供者:陈彤彤
  1. JavaWebMail

    0下载:
  2. 一个用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!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4858265
    • 提供者:马朝晖
  1. cqa0404

    0下载:
  2. 如何才能知道 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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:109373
    • 提供者:王维
  1. 8112int

    0下载:
  2. win32下中断方式操作数据采集卡的程序 简单明快-interruption methods of data acquisition cards simple, upbeat
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24811
    • 提供者:张勇
  1. 隐藏磁盘驱动器

    0下载:
  2. 通过注册表隐藏磁盘驱动器 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
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:311327
    • 提供者:邱鹏
  1. VC使用CRT调试功能来检测内存泄漏

    0下载:
  2. VC使用CRT调试功能来检测内存泄漏 C/C++ 编程语言的最强大功能之一便是其动态分配和释放内存,但是中国有句古话:“最大的长处也可能成为最大的弱点”,那么 C/C++ 应用程序正好印证了这句话。在 C/C++ 应用程序开发过程中,动态分配的内存处理不当是最常见的问题。其中,最难捉摸也最难检测的错误之一就是内存泄漏,即未能正确释放以前分配的内存的错误。偶尔发生的少量内存泄漏可能不会引起我们的注意,但泄漏大量内存的程序或泄漏日益增多的程序可能会表现出各种 各样的征兆:从性能不良(并且逐渐降
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:小朱
« 1 2 ... 49 50 51 52 53 5455 56 57 58 59 ... 15014 »
搜珍网 www.dssz.com