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

搜索资源列表

  1. 文件系统设计.cpp

    0下载:
  2. 操作系统文件系统管理,可实现建立文件,打开文件,写文件,读文件等操作。-OS file system management, achieving the document, open the paper, writing paper, read documents operation.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2959
    • 提供者:高春梅
  1. 课程设计-文件管理

    0下载:
  2. 用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。要求设计一个n个用户的文件系统,每次用户可保存m个文件,用户在一次运行中只能打开一个文件,对文件必须设置保护措施,且至少有Create、delete、open、close、read、write等命令-with high-level language debugging and prepared a simple file system, simulated document management process. N designe
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:35413
    • 提供者:刘科
  1. 在线文件管理系统

    0下载:
  2. 在线文件管理系统是管理windows文件的程序,对文件进行管理。-online document management system is windows document management procedures, document management.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:820950
    • 提供者:杨洪志
  1. osdesign

    0下载:
  2. 这是一个操作系统课程设计之文件系统管理,实现了多级目录管理,先开放20M空间。完成树形目录操作-courses on operating system design from the file system management, and the realization of the multi-level directory management, first 20M open space. Complete tree directory operations
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:92197
    • 提供者:刘冰
  1. 多级文件目录管理

    1下载:
  2. 一个简单的操作系统文件管理系统 课程设计 用C#实现,希望对大家有帮助,welcome to load!
  3. 所属分类:C#编程

    • 发布日期:2013-05-25
    • 文件大小:1055176
    • 提供者:yumi
  1. 编写并调试一个树型目录结构的文件系统

    1下载:
  2. 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程.设计多用户文件系统,采用多级文件目录。-Write and debug a directory tree structure, file systems, document management workflow modeling. Design a multi-user file systems, multi-level directory.
  3. 所属分类:文件操作

    • 发布日期:2017-05-14
    • 文件大小:3728275
    • 提供者:陈伟彬
  1. FileSystem

    2下载:
  2. 文件系统模拟,模拟WINDOWS的文件管理系统,可以进行文件的添加删除,格式化等操作-File system simulation WINDOWS Document Management System, you can add files deleted, formatted, such as operation
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:2925510
    • 提供者:陈华龙
  1. lovePet

    0下载:
  2. 实用功能主要有:文件分割与合并、文件加解密(新增)、控件注册(新增)、 显示/恢复桌面(新增)、定时关机(新增)、开机自启动(新增)、显示/隐藏宠物、 定制自我情话、暂停情话播放、两岸通--简繁字体互转、窃取星号密码、位图转 换为文本、文件隐藏到位图中、发送邮件、光驱管理、系统管理等等。-Practical features include: split and merge files, file encryption and decryption (new), the contro
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:924659
    • 提供者:gcl
  1. os

    0下载:
  2. 操作系统文件系统用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程。-Operating system file system with high-level language writing and debugging a simple file system, simulating the working process of document management.
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:3792
    • 提供者:whom
  1. VCmulsystem

    1下载:
  2. 设计一个模拟的多用户多目录的文件系统。通过具体的文件存储空间的管理、文件的物理结构、目录结构和文件操作的实现-Designed in a simulated multi-user multi-directory file system. Through specific file storage space management, document the physical structure, directory structure and file operations implementa
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1055962
    • 提供者:zhq426
  1. wenjian

    0下载:
  2. 建立内存文件系统 在内存中建立一个虚拟磁盘; 建立文件系统; 设计合理的数据结构,管理虚拟磁盘中已分配和未分配的盘块; 设计相应的目录结构,文件控制块等来管理系统中的文件; 实现文件的创建,删除,移位和改名; 设计可视化界面,显示已分配和未分配的磁盘空间; 实现磁盘转储功能,使文件可以从虚拟磁盘转入内存中。 -The establishment of the memory file system in memory to create a virtual d
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:4084
    • 提供者:macintosh
  1. Address

    0下载:
  2. 该系统要求实现一个简单、实用的通信录管理程序,主要功能包括通信录数据的录入、查找、修改、删除、排序、显示等。所有通信录数据都要利用文件系统保存,以备系统下次运行时使用。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些基本算法思想的应用。-The system requirements to achieve a simple, practical address book management program, the main functions include address book
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3549
    • 提供者:alan
  1. Cheap_flash----嵌入式NandFlash的坏块管理驱动层免费C源码下载

    0下载:
  2. Cheap_flash--嵌入式NandFlash的坏块管理驱动层免费C源码下载 Cheap_flash坏块管理C代码已经由我们开发完成,并经过了严格测试。 其功能包括了基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门定制,可以降低NANDFLASH的擦除数。 其上面可以流畅的运行(CheapFAT)文件系统。支持文件系统运行的时候实时坏块的替换,包括 块擦除,块移动,页写入产生的坏块。文件系统通过NAND FLASH坏块管理驱动层运行。 ECC纠错支
  3. 所属分类:C#编程

  1. Cheap_Flash_FS--嵌入式NandFlash文件系统源码(使用极速版代码)下载

    0下载:
  2. Cheap_Flash_FS--嵌入式NandFlash文件系统源码(使用极速版代码)下载 Cheap_Flash_FS 代码已经由我们开发完成,并经过了严格的测试。 坏块管理功能包括基于坏块表的管理程序,可以提供单/多扇区的操作。 多扇区为nandflash专门设计,可以降低NANDFLASH物理擦除数,具有FLASH上直接预分配功能。 其上面可以运行(Cheap_Flash_FS(支持多扇区操作))文件系统。 文件系统可支持实时坏块替换,包括擦除块,块移动,写入页产生坏块。文件系统
  3. 所属分类:系统编程

  1. 学生管理系统

    0下载:
  2. 一款功能十分简单的学生信息管理系统,该源码的亮点在于没有采用数据库,而是 采用了文件流的方式来存储数据信息,该源码比较适合学习交流使用。(A student information management system function is very simple, the source of the highlight that there is no use database, instead of using the file stream way to store data inform
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:239616
    • 提供者:我的小鱼
  1. 学生成绩系统管理

    0下载:
  2. 学生成绩管理系统,用存文件的方式,简易的C语言程序(On the windows platform, digital rain is realized in C language)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:99328
    • 提供者:xiao哈迪斯
  1. 1 文件系统的Watcher

    0下载:
  2. 在MFC环境下① 与ListView控件相关的类:ColumnHeaderCollection,ListViewItem,ListView控件的成员:ColumnHeaderCollection,Items,…… ② clsFile和clsFiles的设计方法。Files()存储的是文件名集合,临时(clsFile类的)对象,根据文件名查询文件参数,建立Item对象,由Item对象组成了clsFiles对象中的Items()。 ③ Tuple(Of String, String):二元组类型。主
  3. 所属分类:TreeView控件

    • 发布日期:2018-04-30
    • 文件大小:117760
    • 提供者:Alionness
  1. C++ 文件系统

    1下载:
  2. 简单的文件管理系统,实现文件存储空间的管理、文件物理结构、目录结构和一般性的文件操作。(The simple file management system realizes the management of the file storage space, the physical structure of the file, the structure of the directory and the general operation of the file.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:335872
    • 提供者:剑客1
  1. 图书馆管理系统

    0下载:
  2. 简单实现图书馆管理的功能,实现借书还书等简单的功能需求(Simple realization of the function of library management)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:ruanle
  1. 电商系统管理后台设计原型RP文件完整版.rp

    1下载:
  2. 电商系统管理后台设计原型RP文件完整版。商品分类管理、商品管理、订单管理、运营管理、售后管理等(E-commerce system management background design prototype RP file full version. Product classification management, product management, order management, operation management, after-sales management, etc.
  3. 所属分类:其他

    • 发布日期:2020-06-21
    • 文件大小:11488256
    • 提供者:ygx620731
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com