搜索资源列表
hdtools
- 一个DOS下的硬盘数据查看及编辑程序,有自动恢复分区表及修复硬盘逻辑锁等功能(使用Borland C++ 3.1编译) -unit CltConsts interface uses windows, graphics const tp_stureg = A tp_single = 0 tp_multi = 1 tp_yesno = 2 tp_etextin = 4 tp_ct
asmcode_hdd_locker
- dos下的硬盘锁,采用x86汇编,替换硬盘boot扇区的启动代码,替换硬盘分区表,显示中文字模-dos drive under the lock, using x86 assembly, replace the hard disk boot sector of the boot code, replace the hard disk partition table, display Chinese font
main1
- 操作系统模拟算法,采用可变式分区,空闲区链实现内存的分配与回收,包含已分配表-Operating system simulation algorithm, using variable type area, free area chain of memory allocation and recovery, including the table allocated
zhucun
- 可变分区管理方式下采用 现主存分配和回收 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间, 若有,则按需分配,否则,作业无法装入。假定内存大小为128K,空闲区说明表格式为: ·起始地址——指出空闲区的起始地址; ·长度——一个连续空闲区的长度; ·状态——有两种状态,一种是“未分配”状态;另一种是“空表目”状态,表示该表项目前没有使用。 采用首次适应算法分配回收内存空间。运行时,输入一系列
shuidian
- 功能简介: 1 住户管理 住户基本数据管理,缴费状态查询,数据结转。 2 单价设置 分区设置水电单价,也可以单独设置 3 费用查询 只需输入本月抄表数,自动与上月相减计算出本月应缴额。 4费用查询、统计及单据显示 可进行单月收取和双月收取得查询及收费单据显示:编号、年份、月份自由组合查询。查询前应进行数据排序。 5 可根据实际需要,对该系统进行修改。 提示: 1 需求分析 实现住户等级 功能,要提供结构体得输入操作;实现统计功能,要提供相应得统计操作;
DiskMBR
- 使用C + +开发,可以分析磁盘的分区表,打印出分区信息 -Using C++ developers can analyze disk s partition table, print out the partition information