搜索资源列表
filemover1.3
- java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动-achieve file movement, the main use of open-source projects upload, with the files on the disk directory addresses mobile
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
OS_System
- 这是一个简单的操作系统,主要用文件来模拟磁盘,主要是实现CPU的调度及操作系统的文件管理.
JFrameTest
- 可以浏览磁盘上的所有的目录和文件,以及他们的大小等属性。
DiskMonitor
- 磁盘监控。使用java监控磁盘容量,在磁盘容量高于指定大小时自动删除较老的文件以腾出跟多的磁盘空间来存储新的文件。
Scanner.rar
- 1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
com
- 本程序为java接口,是视频文件通过ftp上传到磁盘阵列的通道,使用socket技术-This program is java interface, ftp upload video files to the disk array through a channel, using socket technology
OS
- java实现磁盘调度,包含FCFS,SSTF,SCAN,CSAN
java
- 从指定网址下载文件,保存到本地磁盘,并且进行更新。-download document from certain websites
threeExam
- 给定能够合法编译的Java文件,将其中的单行注释去除后,将文件内容保存到磁盘上的同一目录中,原文件名加上".clean"作为新文件名。 假设Java源代码中不包含\uXXXX形式的Unicode码,给定的Java源文件中不包含任何字符串,文件中只包含单行注释 -err
OSDesign
- 用位视图实现磁盘的回收与分配 java+jsp-With digital view to achieve the recovery and distribution of the disk java+ Jsp
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)
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)