搜索资源列表
filemover1.3
- java实现的文件移动,主要用到开源的upload项目,用在磁盘上文件在不同目录地址的移动-achieve file movement, the main use of open-source projects upload, with the files on the disk directory addresses mobile
DisplayFile
- Java ,显示当前磁盘当前文件夹的所有文件-Java, display the current disk current folder of all documents
DiskMonitor
- 磁盘监控。使用java监控磁盘容量,在磁盘容量高于指定大小时自动删除较老的文件以腾出跟多的磁盘空间来存储新的文件。
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
Count
- java的简单应用程序,统计磁盘上某个空间被访问的次数-The simple java application, statistics on the disk to a space is the number of hits! ! !
disk(1)
- 磁盘调度算法位示图法 Java演示文档模拟盘块调度算法-Disk scheduling algorithm Bitmap France Java presentations
cipan
- 用java程序模仿操作系统中的磁盘调度算法-Procedures copy the operating system using java Disk Scheduling Algorithm
CommonsTelnetTest
- java 实现 Telnet 功能 ,通过此功能可以实现系统的进程及磁盘空间的监控-java 实现 Telnet 功能
tool
- 用JAVA做的性能监视器,可以实时查看CPU和内存使用率以及磁盘的利用情况-Use JAVA do performance monitor, can view the CPU and memory and disk usage
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)
bitmap
- 程序采用JCreator开发平台,使用java语言进行开发。 程序整体主要有三个功能模块,分别是:初使化、分配以及回收。为三个功能模块设计三个按钮,当点击相应按钮时使用对应功能。 使用二组数组map[40][16]记录位示图使用情况; a, b, c 分别表示柱面号、磁道号和扇区号。left数组表示相对块号。 程序整体分为两个主要面板panel1与panel2,采用边框布局方式,panel1居左,panel2居右。Panel1面板含有标签控件显示提示信息、文本框控件输入文本以及
DiskSpaceAllocation
- 操作系统设计,磁盘空间分配与回收。利用java编写,有简单界面-Operating system, disk space allocation and recycling. Written using java, a simple interface
Disk
- 操作系统中磁盘调度算法,java实现,包括电梯算法,EA算法,fcfs算法等-Operating system, disk scheduling algorithms, java implementation, including the elevator algorithm, EA algorithm, fcfs, algorithms
Java
- 从磁盘中读取学生和课程信息,完成下列功能:1:学生信息(按学号升序)2:课程信息(按课号升序) 3:显示成绩表(先按学号升序,学号相同按课程号升序) 4:输入学号查询所有成绩信息-Students read from the disk and course information, complete the following functions: 1: Student Information (by student number ascending) 2: Course Information
java
- 从磁盘中读取文件的路径,读取txt代码,保存的文件路径,保存txt代码-Read from the disk file path path to the file, read txt code, save, save txt code
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)