CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 磁盘管理

搜索资源列表

  1. DiskStudy

    0下载:
  2. 这是一个用于学习操作系统课程中磁盘管理问题的很好的实例,说明了磁盘管理的各种调度方法!-This is an operating system for learning courses disk management issues very good illustration of the disk management of scheduling!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:7714
    • 提供者:Fay
  1. DiskManagerProject

    0下载:
  2. 操作系统课程设计之磁盘管理模拟,采用位视图算法(JAVA版)-courses on operating system design from the disk management simulation algorithm used-View (Java version)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6869
    • 提供者:蓝蜂
  1. 磁盘管理程序mymanage

    0下载:
  2. 一个磁盘管理程序,功能包括:移动, 删除, 打开, 查找,文件属性,磁盘空闲空间,磁盘拷贝 ,格式化等-a disk management procedures and functions, including : mobile, delete, open, search, file attributes, spare disk space, disk copy, formatting, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:64222
    • 提供者:曾乐
  1. diskmanage

    0下载:
  2. 操作系统实验 磁盘管理 内含有实验要求以及输出结果 在VC++下运行
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4844
    • 提供者:慕秋荣
  1. 磁盘管理系统(DiskExpert)V2.0

    0下载:
  2. 可以充当一个在线FTP的功能,如果服务器没有系统帐号的限制,可以访问服务器上面全部目录,下载,上传,复制,剪切,粘贴,编辑,重命名,仿真window界面,功能方便易用。 初始密码admin-can serve as an online FTP functions If the server does not limit the system account, the server can access all of the above catalog, download, upload, cop
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14010
    • 提供者:陈旧
  1. 统一数据库管理系统

    1下载:
  2. “统一数据库管理系统”执行说明: 1、 光盘目录vc6.0\\chapter3\\bin\\DBExp.exe 为主程序;Obscr ipt.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll,OptDlg.dll,DBExpSQLEditXControl.ocx为主程序依赖的链接库文件。 2、 光盘目录vc6.0\\chapter3\\src\\DBExp为主程序的源代码 光盘目录vc6.0\\chapter3\\src\\Obscr ipt为本系统所依
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4377744
    • 提供者:徐夕
  1. 简单学籍管理程序

    0下载:
  2. 这是一个比较复杂的学籍管理程序,他提供了很多的功能,比如显示帮助,读取磁盘文件等操作,值得参考。-This is a more complicated codes of management procedures, provide him with a lot of features, such as display help files disk read operation, a good reference.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2784
    • 提供者:李想
  1. 空间管理分组连接法

    0下载:
  2. C语言程序,模拟UNIX磁盘空间管理中使用的分组链接法。程序内有主要要求-a C program ,it simulates the method of space management grouping links in the unix disk space management.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3061
    • 提供者:韦荣
  1. 模拟文件管理系统

    2下载:
  2. 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:55811
    • 提供者:雨金
  1. 磁盘管理

    0下载:
  2. 设计磁盘文件系统时首先要解决磁盘存储空间的管理问题。作为一种现代计算机使用广泛的外存储设备,目前磁盘的存储空间越来越大,使用传统的空闲表法和空闲链接法进行管理的效率不高。对此,UNIX系统引入了成组链接法。成组链接法是一种优秀的磁盘空闲空间管理方法,具有效率高、不浪费磁盘存储空间的优点。本实验的目的是编程模拟实现磁盘成组链接方法的管理方式,加深实验者对该方法设计思想的理解和掌握。
  3. 所属分类:Windows编程

  1. 资源管理器

    0下载:
  2. 资源管理器,查看磁盘及文件夹下资源,可作为新手学习资料
  3. 所属分类:Windows编程

  1. 模拟磁盘文件管理

    1下载:
  2. 操作系统课设 模拟磁盘文件管理
  3. 所属分类:Windows编程

    • 发布日期:2011-12-27
    • 文件大小:378880
    • 提供者:Uniquexiaojun
  1. FileExplorer

    0下载:
  2. C# 仿做的带有树形菜单的文件管理器,也就是Windows系统的资源管理器,类似双击了我的电脑之后的功能及界面,程序编译无错误,在VS2005下,但是运行时候提示找不到资源图片,就是窗体中用到的那些图标之类的。通过这个程序你可以学习一下C#中的树状菜单,图标的使用,系统磁盘的检测显示等。 -C# to do with imitation tree menu of File Manager, which is Windows System Resource Manager, similar t
  3. 所属分类:File Operate

    • 发布日期:2017-03-27
    • 文件大小:92491
    • 提供者:denty
  1. MyTestManage

    0下载:
  2. vlc流udp接收、http接收,文件磁盘管理,串口通讯等。-udp receive vlc streaming, http receive, file disk management, serial communications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:64150465
    • 提供者:wenjun
  1. LM

    0下载:
  2. 用.net开发的局域网磁盘管理系统,可以设置权限和进行磁盘访问管理操作。-Used. Net development LAN disk management system, you can set access permissions and disk management operations.
  3. 所属分类:.net

    • 发布日期:2017-04-06
    • 文件大小:151710
    • 提供者:ZhangBo
  1. MyTreeCtrl21

    0下载:
  2. 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
  3. 所属分类:TreeView

    • 发布日期:2017-03-30
    • 文件大小:18121
    • 提供者:ANDYDENG
  1. resourcemanagementsystem

    0下载:
  2. 用c#编写的一个简单的系统资源管理器,能够实现提取系统的所有磁盘的信息和对文件的拖放增删改查的操作-C# prepared with a simple resource management system, and can extract all the disk systems of information and drag and drop the document to check the operation of additions and deletions
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:150565
    • 提供者:将以台
  1. dickmanage

    0下载:
  2. 这是我自己编写的一个小程序 关于磁盘管理的一个小程序。 -It s a code about dick manage. It is write by myself.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:179866
    • 提供者:Arnold
  1. _manager

    0下载:
  2. 理解文件系统的层次结构,掌握高速缓存管理和磁盘管理的基本思想和算法,掌握文件系统的系统调用处理算法和运用,设计小型文件系统 。-Understand the file system hierarchy to master high-speed cache management and disk management, the basic ideas and algorithms, to master the system calls the file system processing algo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1977223
    • 提供者:boy
  1. 磁盘管理

    0下载:
  2. 模拟文件在磁盘位置的管理,显示位示图,文件创建等(The management of the disk location of the analogue file, the display bit diagram)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:蹭饭的
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com