搜索资源列表

  1. FileManagement

    0下载:
  2. 大学生计算机操作系统课程设计,实现文件管理系统模拟功能,实现读,写,创建,删除等功能-Students of computer operating systems curriculum design, to achieve document management system analog functions, the realization of read, write, create, delete and other functi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:192512
    • 提供者:王明
  1. alex

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

    • 发布日期:2024-05-20
    • 文件大小:271360
    • 提供者: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 us
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:8537088
    • 提供者:Peter Pan
  1. fileMangement

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

    • 发布日期:2024-05-20
    • 文件大小:1721344
    • 提供者:韩辉
  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 stru
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:122880
    • 提供者:jonwa
  1. FileManagement

    0下载:
  2. 用JAVA模拟操作系统的文件管理,主要是用Fat表的形式来组织的文件系统的数据结构。-JAVA simulation using the document management system, Fat is mainly used to organize the form of file system data structures.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:qin
  1. unix

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

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:赵敏
  1. fileSys

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

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:micky
  1. wenjianmoni

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

    • 发布日期:2024-05-20
    • 文件大小:39936
    • 提供者:xttn
  1. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the di
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:249856
    • 提供者:
  1. os

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

    • 发布日期:2024-05-20
    • 文件大小:404480
    • 提供者:kevin
  1. 123456

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

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:黎民
  1. 1

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

    • 发布日期:2024-05-20
    • 文件大小:302080
    • 提供者:刘伟
  1. include

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

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者: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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:352256
    • 提供者:杨子江
  1. MFC

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

    • 发布日期:2024-05-20
    • 文件大小:258048
    • 提供者:沈士龙
  1. os

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

    • 发布日期:2024-05-20
    • 文件大小:122880
    • 提供者:yuanlinjing
  1. wenjiansystem

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

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:dangai
  1. 1293666212000

    0下载:
  2. 文件系统模拟 模拟采用二级目录结构的磁盘文件系统中的文件操作-Analog simulation of the file system directory structure with the secondary file system disk file operations
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:Dan_moon
  1. 51PSDPTFT

    0下载:
  2. 51单片机模拟串口实现对SD卡的读写,TFT液晶显示,并添加了FAT文件系统,都有注释,对于初学SD卡、TFT、FAT模块的朋友很有帮助。-51 simulated serial port on the microcontroller to read and write SD card, TFT LCD display, and add the FAT file system, there are comments, for the b
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:371712
    • 提供者:deng
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 46 »

源码中国 www.ymcn.org