CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scan disk

搜索资源列表

  1. 磁盘和文件夹扫描分析工具

    0下载:
  2. 这是一个完整的对磁盘和文件夹进行扫描并进行分析的工具源代码,可以查看磁盘的文件类型,分区信息,序列号,以及分析出文件夹和的的分类信息。-This is a complete and folders on the disk scan and analysis tool for source code, you can view the disk s file type, geographical information, serial number, as well as analyze the
  3. 所属分类:.net编程

    • 发布日期:2017-04-24
    • 文件大小:189633
    • 提供者:周中心
  1. cipandiaodu

    0下载:
  2. 在先来先服务调度算法(FCFS),最短寻道时间优先调度算法(SSTF),循环扫描算法(SCAN)中选择一个适合的磁盘调度算法完成磁盘查找内容。-First come first serve scheduling algorithm (FCFS), priority scheduling algorithm for the shortest seek time (SSTF), cycle scan algorithm (SCAN) to select a suitable disk schedul
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:7845
    • 提供者:machunyu
  1. cipan

    0下载:
  2. 磁盘调度算法实现:先来先服务算法(FCFS)、短寻道时间优先算法(SSTF)算法和电梯算法(SCAN)-Disk Scheduling Algorithm: First Come First Served algorithm (FCFS), short seek time priority algorithms (SSTF) algorithm and elevator algorithm (SCAN)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1610
    • 提供者:黄致伟
  1. findfile

    0下载:
  2. 分别用DIR与API扫描硬盘上的所有文件-DIR separately with the API used to scan all the files on the hard disk
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-14
    • 文件大小:3295
    • 提供者:richie
  1. cpdu

    0下载:
  2. 磁盘调度算法,包括、先来先服务算法(FCFS) 2、最短寻道时间优先算法(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -Disk scheduling algorithms, including, first-come first-serve algorithm (FCFS) 2, the shortest seek time priority algorithms (SSTF) 3, scanning method (SCAN) 4, cycle sc
  3. 所属分类:Windows Develop

    • 发布日期:2015-09-17
    • 文件大小:169653
    • 提供者:流水
  1. Forbid1

    0下载:
  2. 改程序实现了对U盘的禁用,对已经插入的U盘情况下先对盘符进行扫描,得到U盘禁用;对刚插入U盘,得到盘符直接禁用。大家可以参考一下。-Reform program for the disabled U disk, the disk has been inserted into the case of U first scan of the drive, U disk to be disabled just insert the disk U, the letter directly to dis
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-09
    • 文件大小:1901436
    • 提供者:sasen
  1. Gsearch

    0下载:
  2. gsearch同时支持显示索引和隐私索引两种索引模式。gsearch默认每小时进行一次硬盘扫描和索引,允许用户更改该索引频率,允许用户设定索引目录,只针对用户指定的目录集合进行硬盘文件系统的扫描和索引;同时,gsearch也支持显示索引,用户可以使用带—index参数的gsearch命令启动索引过程。-At the same time support gsearch show two types of index index index and privacy mode. default gse
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-06
    • 文件大小:1407164
    • 提供者:聂聂
  1. DiskAtemper

    0下载:
  2. 这是一个关于计算磁盘调度的算法,包括最短优先,s-scan,fcfs等。-This is one on the calculation of disk scheduling algorithms, including the shortest first, s-scan, fcfs so.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1703
    • 提供者:ming
  1. 123

    0下载:
  2. 磁盘扫描算法源代码 里面有错误,望牛逼人士帮个忙!!把错误改了还有的地方需要填写代码。本人急用谢谢!-Disk-scan algorithm source code inside a mistake, look牛逼people help me! ! The error changed the local authorities are required to complete the code. I Ji Yong Thanks!
  3. 所属分类:Document

    • 发布日期:2017-04-14
    • 文件大小:3476
    • 提供者:安永刚
  1. track

    0下载:
  2. 磁盘调度的源代码 包含SCAN CSCAN等-The source code contains the disk scheduling, etc. SCAN CSCAN
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-17
    • 文件大小:23020
    • 提供者:hxy
  1. diskseekingalgorithms

    0下载:
  2. 操作系统课程设计,磁盘寻道算法。做了扫描和循环扫描算法。分别用数组和链表方式进行了测试。并比较了时间效率。-Operating systems curriculum design, disk seeking algorithms. Done a scan and cyclic scan algorithm. Way with arrays and linked lists were tested. And compared the time efficiency.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:626110
    • 提供者:田晓宇
  1. test

    0下载:
  2. 图形界面实现磁盘调度算法,一共有四种调度算法,分别为:FCFS,SSTF,SCAN,CSCAN-Graphical interface to achieve disk scheduling algorithm, a total of four scheduling algorithms, namely: FCFS, SSTF, SCAN, CSCAN
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-30
    • 文件大小:46199
    • 提供者:ouxinsu
  1. OSDiskDispatchDemo

    0下载:
  2. 磁盘调度算法的模拟实现,我大学时的一个os作业,包含fcfs sstf scan cscan nstepscan 这几种算法,源码很简单主要还是算法的思想-Disk scheduling algorithm simulation to achieve, a os my college work, including fcfs sstf scan cscan nstepscan these types of algorithms, source code is very simple idea o
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:3085
    • 提供者:李萌
  1. cday

    0下载:
  2. 用python语言实现一个磁盘文件信息读取存储的工具,可指定虚扫描的目标目录或光盘,磁盘,可指定存储文件,可从存储文件搜索-Using python language to read a disk file information stored tool to scan the specified target directory or virtual CD, disk, can be designated to store files, can store files search
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:8016
    • 提供者:何进
  1. FlashThief

    0下载:
  2. U盘小偷 自动扫描连接到本地机上的U盘 并扫描备份-U disk thieves automatically scan the local machine to connect to the U-disk and scan the backup
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1222207
    • 提供者:jack
  1. 1

    0下载:
  2. 磁盘调度模拟程序,观察磁臂寻道时的移动过程,再采用不同的寻道算法,比较不同。*先来先服务调度算法 *最短寻道优先调度算法 *扫描算法 *循环扫描算法 -Disk scheduling simulation program, observe the magnetic Seeker arm movement when the process of re-seeking algorithms using different, more different.* First come fi
  3. 所属分类:Disk Tools

    • 发布日期:2017-04-02
    • 文件大小:2006
    • 提供者:刘烨
  1. OS2010

    0下载:
  2. 可视化磁盘调度,实现四种方法fcfs,sstf,scan,cscan-Visual disk scheduling, achieving four methods fcfs, sstf, scan, cscan
  3. 所属分类:Network Security

    • 发布日期:2017-05-10
    • 文件大小:2297446
    • 提供者:高新鹏
  1. scandisk

    0下载:
  2. 注意,只有一个*.cpp和*.h,放在任何C/C++工程就可以用,功能是扫描本地所有磁盘,并逐级遍历磁盘下的目录子目录,查找出您设置的文件,具体应用太多,你可以用就行。-Note that only one*. cpp and*. h, on any C/C++ projects can be used, function is to scan all local disks, and progressively traverse the disk subdirectory under the
  3. 所属分类:Windows Develop

    • 发布日期:2014-08-20
    • 文件大小:1024
    • 提供者:tc
  1. cipandiaodusuanfa

    0下载:
  2. 磁盘调度算法实现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)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:904561
    • 提供者:abc
  1. cipan

    0下载:
  2. 磁盘调度算法 包括fcfs,最短寻道时间,电梯调度,单项扫描 -Disk scheduling algorithms include fcfs, shortest seek time, elevator scheduling, single scan
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-28
    • 文件大小:280141
    • 提供者:mage
« 1 2 34 5 6 »
搜珍网 www.dssz.com