当前位置:
首页 资源下载
搜索资源 - read floppy sector
搜索资源列表
-
1下载:
使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80
-
-
0下载:
Win9x下软盘编辑的演示程序,可格式化、校验和读写特殊扇区。可用作磁盘加密.-Under Win9x floppy disk editing demo program can be formatting, validation, and read and write a special sector. Can be used as disk encryption.
-
-
0下载:
Monkey,即猴子病毒传播硬盘和软盘的引导区,总长度为 01F4H(500字节),它将原引导记录加密后保存,在系统读出时先解密再送出,结果造成病毒不在内存中时,系统无法得到正常的引导记录,以至对所有硬盘分区无法访问。只有当从有病毒的盘启动时,才能正常访问硬盘。-Monkey, the monkey transmission of the virus hard disk and floppy disk boot sector with a total length of 01F4H (500
-
-
0下载:
XPEmbedded EWF disk file protecti
An old hard disk management tool,
VB read disk sectors directly, to
A program that refresh make parta
Hard disk dog program , just prot
Under a Win95/98/NT district exe
A choice start district proc
-
-
0下载:
一个读写软盘的程序,通过两个函数来实现扇区的读写来-A floppy disk read and write procedures to achieve the sector through the two functions to read and write
-
-
0下载:
绝对磁盘读写--写软盘引导区,很不错的易语言源码,适合易语言爱好者使用。-Absolute disk read and write- to write the floppy disk boot sector is very good and easy language source code for easy language enthusiasts.
-
-
0下载:
windows2000读写软盘扇区,win7不能运行。-windows2000 read and write the floppy disk sector, win7 can not run.
-
-
0下载:
第一个段为安装程序,负责将第二个段写入第一扇区,第三个段写入2-17扇区;
2、第二个段是主引导程序,存在于软盘第一扇区,由BIOS的19h中断读取到0:7c00开始的内存单元中,并执行0:7c00的第一行代码。这一段的任务是将软盘2-17扇区的数据读入内存,并执行。(这里读入到了2000:0开始的内存中)
3、第三个段是系统程序,存放所有引导所需的程序和子程序-The first segment of the installer, is responsible for wr
-