登录
首页 » C++ Builder » code

code

于 2010-06-11 发布 文件大小:12KB
0 146
下载积分: 1 下载次数: 2

代码说明:

   The RAMDISK is made to look like a hard drive. Consequently, the class is "hdc". The class install section points the section containing Registry entries for the class. On many machines, this is already present.

文件列表:

qcode.org.txt,2206,2005-11-12
ramdisk.c,5367,2001-03-14
ramdisk.h,7021,2001-03-14
ramdisk.inf,2699,2001-03-08
ramdisk.mak,307,2001-03-08
ramios.c,9314,2001-03-14
ramutil.c,3472,2001-03-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Cleanupregistry
    清理注册表:清理注册表中的冗余项,定期清洁电脑,程序简短,功能强大(Clean up the registry: clean up redundant registry entries, clean your computer on a regular basis, the program brief, powerful)
    2013-04-23 22:05:26下载
    积分:1
  • MemLeakAnalyse
    简单的内存泄露的检查和测试的示例代码,如果你的程序有内存泄露可以参考一下(Simple memory leak inspection and testing of sample code, if you have memory leak procedures for reference)
    2007-09-26 11:42:24下载
    积分:1
  • PL0-The-compiler
    一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+ 和 - (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 选做内容 (1)增加运算:++ 和 。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类型 (A, the experiment content and complete The basic content Operation: (1) expand the assignment+ and (2) REPEAT expansion statements < > statement sequence Conditions of DOWHILE < > Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence Choose to do content (1) operation:++ and . (2) types: (1) character types (2) real types. (3) the expansion of function: (1) has a return value and return statement (2) a parameter function. (4) increase a one-dimensional array type)
    2020-07-16 22:38:54下载
    积分:1
  • 仰邦LED控制卡Demo
    该程序是一个仰邦LED卡的Demo,主要是有连接控制卡、通过控制卡向LED发送文字、通过控制卡展示表格,注意该程序使用的是LedDynamicArea.dll动态链接库实现的,如果你有什么新的想法,可以在https://xian689.com沟通
    2020-02-25下载
    积分:1
  • hive
    注册表隐藏就是将系统呈现给用户的注册表信息进行修改,使得用户或检测工具无法直观地发现事实上存在的注册表内容。(Hide the system registry is presented to the user' s registry information is modified so that the user or detection tool will not intuitive to find that in fact exist in the registry contents.)
    2009-10-21 08:52:52下载
    积分:1
  • HomeWork
    生产者消费者实现进程的共享 CSemaphore(Producers and consumers)
    2009-11-22 10:27:23下载
    积分:1
  • 34378387
    一个模拟骰子的小系统, 虽然简单,但是覆盖知识面很全的喔(A small system simulation of the dice, although simple, but full of knowledge is very well)
    2017-08-21 11:51:41下载
    积分:1
  • killapp
    查找指定进程,并且可以强制结束该进程。中间有源码。(Find the specified process, and can force the end of the process. The middle of the source code.)
    2011-05-11 10:19:18下载
    积分:1
  • c# 多线操作例子源码
    多线程操作 [实例截图] [核心代码]using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Threading;namespace ThreadMore{ public partial class Form3 : Form { public Form3() { InitializeComponent(); } // 发送数据包的类 public class SendPackage { Package pack; // 保存将被发送的数据包 int quantity = 1; // 数据包的个数 // 发送数据包 public SendPackage(Package p, int count) { pack = p; quantity = count; } public void ThreadRun() { // 发送指定数量的数据包 for (int looper = 1; looper
    2015-03-20下载
    积分:1
  • Pass
    关于TP对KdDisableDebugger双机限制的解决代码。(TP limit of KdDisableDebugger double machine to solve the code.)
    2013-04-02 10:28:37下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载