搜索资源列表
read_cdda-2.05.tar.gz
- 读取音乐光盘磁道为磁盘文件的程序
xtractor.zip
- 读取音乐光盘磁道为磁盘文件的DLL源码
filemover1.3
- java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动-achieve file movement, the main use of open-source projects upload, with the files on the disk directory addresses mobile
lunwen002
- 文件系统及磁盘管理实现机制深入研究 研究生论文-file system and disk management mechanisms to achieve in-depth study postgraduate thesis
INT13
- int13技术文档,供对磁盘直接读取编程使用-int13 technical documentation for the right disk read directly using programming
JExp_6b4_src[1].tar
- JavaExplorer是一个独立于平台的浏览器,支持许多功能:MDI,查看和保存图片 (JPG, GIF, BMP),按文本方式查看许多其它文件,多磁盘/目录选择,复制,删除,搜索,将FTP站点当作为本地磁盘访问... -JavaExplorer is an independent platform for the browser, and supports many functions : MDI. Photo View and preservation (JPG, GIF, BMP), a
DisplayFile
- Java ,显示当前磁盘当前文件夹的所有文件-Java, display the current disk current folder of all documents
javacharupaixu
- 在磁盘文件中有10个整数按从小到大的顺序排列。在其中插入一个整数,插入后数据依然有序-disk in a document by the 10 integers from small to large in chronological order. In an integer insert, insert after the data remains orderly
JFileViewerDemo
- 此源码是实现查看磁盘目录下的文件的算法,能够快速实现查看功能-this source is under the View Disk Contents of the document algorithm to rapidly View function
JFileDemo
- 此源码实现在磁盘中获取文件属性的算法,快速查看-achieve this source in the disk access to documents attribute the algorithm, rapid View
BIANCHENG11
- 一个网络编程的程序,本例用openstream()方法在fttp上装入文件。 可以是类文件,图形或WEB服务器提供的其他 数据。 程序启动,用指定的协议连接URL,取得数据, 数据装入时,写入磁盘,输出放在本机的该 类文件的同目录下。 -a network programming procedures, The cases used openstream () method in fttp loaded on paper. Can be types of docum
NTFS-Documentation
- 这是NTFS文件0.5版本技术文件,它是 Linux-NTFS 计划的一部分。 这是技术文件,NTFS FAQ里包含了公众问题的简单答案。 NTFS是Windows NT, 2000 and XP的文件系统,它支持几乎所有POSIX、HFS、HPFS特征: * 它可以处理大容量存储单元(最大到246 GB)。 * 它包含嵌入式的数据压缩。 * 它使用log文件处理事务。 * 比特码流,任何事务都是磁盘上的小目标。 -This the NTFS file ver
ATA-ATAPI-5
- ATAPI-5规范,官方文档英文版. 是磁盘软件开发的必备资料.-ATAPI-5 norms, the official document in English. Disk software development is the essential information.
bonnie.tar
- 磁盘的基准测试程序,这是一个较为小型但标准的程序,值得分析。-disk benchmark tests, this is a relatively small but standard procedure, it is worth analysis.
CyberArticle4361
- CyberArticle 网文快捕 (原名WebCatcher) 是一个保存/管理网页的工具,主要功能有:可以在IE里面保存网页,包括文字,图片,Flash动画等等。也可以保存选中的文字,图片和链接等等;在一个树形孔建里面管理保存下来的网页。可以通过拖放来分类您的网页;在一个可视化的编辑器里面编辑网页;把网页里面的所有元素保存在一个单一文件里面(*.book),保持您的磁盘清洁;可以把保存的网页导出成CHM文件,这样共向您的资料,就会变得非常简单。在这方面,WebCatcher是一个非常实用的电
disk(1)
- 磁盘调度算法位示图法 Java演示文档模拟盘块调度算法-Disk scheduling algorithm Bitmap France Java presentations
cipan
- 用java程序模仿操作系统中的磁盘调度算法-Procedures copy the operating system using java Disk Scheduling Algorithm
cipandiaodusuanfa
- 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
20108212362318
- 这是一个关于网络虚拟磁盘的源码,可以运行,很好用, -This is a virtual disk on the source, you can run, easy to use,
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)