CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文件系统模拟

搜索资源列表

  1. MFC

    1下载:
  2. 模拟电信计费系统, 计费功能。根据存放在源数据文件中的通话记录和长途费率文件对每一条通话记录计算其通话费用,并将结果保存在费用文件中。-very well
  3. 所属分类:C#编程

    • 发布日期:2014-01-13
    • 文件大小:257687
    • 提供者:沈士龙
  1. alex

    0下载:
  2. VB做的含创建文件,删除文件的文件系统模拟程序-VB to do with the creation of files, delete files file system simulation program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:271808
    • 提供者:alex
  1. FileSystem

    0下载:
  2. 小型文件系统模拟,通过该程序演示了文件系统的工作原理和实现机制。使用MFC做了界面设计。 文件系统设计使用了inode和成组链接法。-Small file system simulation, through the program demonstrated the working principle of the file system and the realization of the mechanism. The use of MFC done interface design
  3. 所属分类:File Operate

    • 发布日期:2017-05-25
    • 文件大小:3142584
    • 提供者:Peter Pan
  1. fileMangement

    0下载:
  2. 详细操作,文件管理系统模拟 用java编写,是网上比较流行的代码-Detailed operations, document management system using java prepared simulation is more popular online code
  3. 所属分类:File Operate

    • 发布日期:2017-04-10
    • 文件大小:1721695
    • 提供者:韩辉
  1. OSFile

    0下载:
  2. 本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作-Simulation of the design document management workflow, the preparation of a directory tree structure of the file system that supports multi-user, the directory tree structure of file operations
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:123068
    • 提供者:jonwa
  1. unix

    0下载:
  2. 模拟了一个简单的UNIX文件系统,实现了UNIX的文件管理功能-Simulation of a simple UNIX file system, the realization of the UNIX file management functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2936
    • 提供者:赵敏
  1. fileSys

    0下载:
  2. 模拟一个文件系统,可以打开文件,添加文件,删除文件,查看目录-Simulation of a file system, you can open the file, add files, delete files, view the directory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:4370
    • 提供者:micky
  1. wenjianmoni

    0下载:
  2. Unix文件系统模拟类实现程序 -Unixwenjian mulu xitong moni .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:39656
    • 提供者:xttn
  1. os

    0下载:
  2. 模拟操作系统的代码,包括包括进程管理,设备管理,文件管理)-Simulation of the operating system code, including, including process management, equipment management, document management)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:404096
    • 提供者:kevin
  1. 123456

    0下载:
  2. 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:15224
    • 提供者:黎民
  1. 1

    0下载:
  2. 多文件系统模拟 利用vc开发 多用户多目录-Multi-file system simulation developed using vc multi-user multi-directory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-24
    • 文件大小:301737
    • 提供者:刘伟
  1. include

    0下载:
  2. 文件系统模拟,基于C++的UNIX系统模拟-File system simulation, based on C++, UNIX System Simulation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:18683
    • 提供者:xtp
  1. FileSystem

    0下载:
  2. 文件系统模拟实验,实现了简单的文件系统功能,目的旨在了解文件系统原理-File system simulation to achieve a simple file system functions, the purpose was to understand the principles of the file system
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:351769
    • 提供者:杨子江
  1. os

    0下载:
  2. 本系统模拟操作系统的文件管理,内存管理,设备管理,进程管理四个模块-The simulation of the operating system file management, memory management, equipment management, process management of four modules
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:122859
    • 提供者:yuanlinjing
  1. wenjiansystem

    0下载:
  2. 多向链表实现的文件系统模拟,利用C语言完成-More to the list of file system to achieve simulation, using C language to complete
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:7770
    • 提供者:dangai
  1. The-file-system-simulation-program

    0下载:
  2. 使用C语言编写的文件系统模拟程序,体现了文件系统的结构与原理,学习操作系统很有用!-Use written in C language of the file system, a simulation program reflects the file system, study the structure and principle of operating system is very useful!
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:6756
    • 提供者:xiangwei
  1. H1

    0下载:
  2. 文件系统模拟 linux 不要有删除 登陆 注销 创建 查询等功能-linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3189
    • 提供者:桀骜
  1. OS-

    0下载:
  2. 多用户多级目录文件系统模拟 操作系统课程设计-Many users multilevel directory file system simulation operating system course design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3371630
    • 提供者:宁健
  1. wenjian

    0下载:
  2. 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程-High-level language to write and debug a simple file system, the simulation file management work process
  3. 所属分类:File Operate

    • 发布日期:2017-12-08
    • 文件大小:2550
    • 提供者:伟哥
  1. filemanagement

    0下载:
  2. 文件系统模拟程序设计一个 n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令。-File system simulation program to design an n-user file system, each user can be stored m file, the user in an operation can only open a file,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3294
    • 提供者:m757yingjiel
« 1 2 3 4 56 7 8 9 10 ... 37 »
搜珍网 www.dssz.com