搜索资源列表
r_w_regiest
- 设计题目:读写磁盘文件 设计要求:能正确执行对硬盘文件的读写 设计应用:熟练基本的汇编编程,为后来编程打基础。 设计思路:反复利用DOS系统功能调用,进行操作。-design topics : read and write disk file design requirements : the correct implementation of the document literacy drive design applications : a compilation of bas
cipanduxie
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-This is a document to read and write disk example, "infile" to read documents, "wfile" written document.
wjfpb
- 可以查找文件分配表,读写磁盘扇区,速度快-can search for documents allocation table, read and write disk Sector, speed
12345
- 汇编程序中的文件读写,这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
磁盘文件的读写
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-This is a document to read and write disk example, "infile" to read documents, "wfile" written document.
123
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。
DirectAccessHD
- 通过类似于文件读写一样可读写磁盘的指定扇区-similar to the documents adopted by the same reader can read and write disk designated Sector
磁盘文件的读写案例
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-This is a document to read and write disk example, "infile" to read documents, "wfile" written document.
用login二级目录的文件系统
- 这个程序是模拟采用二级目录结构的磁盘文件系统中的文件操作,它可以实现对文件的一些基本管理,如:读、写、删除文件等。通过这个程序可掌握文件子系统的原理,加深对二级目录结构的文件系统中用户管理、文件管理、目录管理的理解,并用程序实现对文件子系统的模拟。-the procedure is simulated using two disk directory structure of the file system file manipulation, it can be achieved on som
磁盘FAT扇区数据读写操作
- 我把我近期研究Windows的FAT和FAT32文件系统的心得发来,同时发来一个源程序,可以对所有FAT16、FAT32文件系统的磁盘進行读写,当然包括U盘也可以。我在沈善居上的注册名是:wwswwswws,在这里下了一些源程序,所以觉得也应该支持一下沈善居,所以发上来一个程序,以后我会有计划地把我的一些源程序发到这里。 今天发上来的程序包里有几个写的源码控件,一并发来,同时有一个DOC文档,这个文档前半部分来自于网上,后半部分来自于我自己的研究,一并献出,只要得到了这个文档,写FA
FileSystem
- 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
fileopenandwrite
- 3.1 磁盘存取简介 3.1.1 利用FCB(文件控制块)存取磁盘文件: (2) 在程序的数据段设置FCB和DAT(数据传输区)。 (3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。 (4) 用DOS功能设置DAT地址。 (5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。 (6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。 -3.1 Introduction 3.1.1 disk
huibiandaimadaquan
- 1:判断闰年程序 2:产生随机数并计算程序 3:计算平台长度程序 4:加减乘除运算 5:数字方阵程序 6:数据加密程序 7:代码转换程序 8:键盘录入数据的转换与显示 9:音乐演奏 10:显示色彩矩形块 11、12:字符图形程序 13:图形变换 14、15:动画 16:打字练习 17:打字计时练习 18:系统时间显示 19:显示日期时间 20:七段电子表显示 21:简易文本编辑器 2
YUANMAANLI
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-masm
cipanduxie
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-This is an example of reading and writing disk files, where " infile" to read documents, " wfile" as written documents.
IO.bas
- 磁盘文件IO.bas快速读写磁盘文件 VB 源码-fast read write file
Read-and-write-disk-files
- 这是一个读写磁盘文件的例子,其中“infile”为读文件,“wfile”为写文件。-This is an example of reading and writing disk files, where " infile" to read the file, " wfile" to write the file.
IO.bas
- 磁盘文件IO.bas快速读写磁盘文件 VB 源码-fast read write file
IO.bas
- 磁盘文件IO.bas快速读写磁盘文件 VB 源码-fast read write file
案例22磁盘文件的读写
- 案例22磁盘文件的读写(Case 22 disk file read and write)