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

搜索资源列表

  1. Mini-Fat

    0下载:
  2. fat文件系统管理程序短小精悍.可以作为开发fat16,fat12管理系统的参考.-fat file system management procedures short and pithy. As development fat16, FAT12 management system for reference.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83.63kb
    • 提供者:史朝胜
  1. 51+ch375读写U盘超精简原程序(啊雨)

    0下载:
  2. 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好。 下 欢测试以下U盘通过:郎
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3.74kb
    • 提供者:梁波
  1. htlibrary

    0下载:
  2. Java版的图书管理系统,使用文件锁, 修改只允许同时运行一个管理系统. 修改系统使用HSQLDB数据库, 这是一个开源的小型数据库. 这个DBMS虽然很迷你, 但功能却一点儿也不弱. 它支持标准SQL语言的大部分特性, 支持事务操作等等. 而且由于完全使用Java编写, 使得Java应用程序与它可以完全无缝地集成. 缺点是速度会稍微慢一点, 不过对于这个图书馆管理系统来说是绰绰有余的了!-Java version of the books management system
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2.81mb
    • 提供者:zikou
  1. mini-uFS

    0下载:
  2. 文件系统 开辟空间,进行文件操作的windows文件系统-Windows file system file system to open up the space, and file operations
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:24.17mb
    • 提供者:hj
  1. MFS

    1下载:
  2. 自己用C语言编的微型文件系统(Mini File System),供广大同学下载,练习或交作业使用。-own use C language provision of micro-File System (Mini File System), for students to download, exercise or use perpendicular operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:10.3kb
    • 提供者:高约
  1. chaoshi

    0下载:
  2. 配置数据库参数 采用VB6.0 ADO+SQL Server 2000数据库实现程序功能,配置采取如下步骤: 1> 根据DB文件夹中的内容,创建数据库,推荐用MDF文件附加数据库; \DB\MDF\BuySaleStorage_Data.MDF \DB\MDF\BuySaleStorage_LOG.LDF 2> 连接参数: 数据库名:BuySaleStorage 登录名: sa 密码: 无 3> 由BuySale
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.08mb
    • 提供者:阿歪
  1. FileDownloadSys

    0下载:
  2. 自己写的迷你的文件下载系统 感觉还不错 使用C++ 没有基于界面-Write your own mini-file download system feels pretty good use of C++ is not based on interface
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5.3mb
    • 提供者:Crazybaby
  1. operating-system

    0下载:
  2. 利用C语言编写一个微型命令解释程序,接受并解释以下命令:dir:列当前目录;cop 文件1,文件2:拷贝文件;era 文件名:删除文件;dis 文件名:显示字符串;end:结束并退出;命令前后有空格为合法命令。-Using C language to write a mini-command interpreter, to accept and explain the following command: dir: out the current directory cop file 1, f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5.69kb
    • 提供者:huhuanting
  1. ydfs_demo_1.07.tar

    0下载:
  2. ydfs is an open source mini distributed file system. It s major functions include: file storing, file syncing, and design for high capacity and load balance. -ydfs is an open source mini distributed file system. It s major functions include: file s
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:20.3kb
    • 提供者:清晨目觉
  1. FILE2

    0下载:
  2. 用一个文件来模拟小型文件系统,即在一个文件中实现简化、完整的文件系统(Mini 文件系统),使该文件(镜像文件)成为一个带有一个文件系统的虚拟磁盘。可以在镜像文件中进行文件系统的各种基本操作,包括目录的管理以及各种文件操作,以及与宿主文件系统(镜像文件所在的文件系统)间的文件相互传输,并实现若干高级功能,如磁盘整理-Simplified to simulate a small file system, a file that is in a file, the full file system
  3. 所属分类:File Operate

    • 发布日期:2017-11-19
    • 文件大小:14.38mb
    • 提供者:ronghai
  1. mini-ufs

    0下载:
  2. 迷你磁盘文件系统的全部源代码,实现基本的展开目录,打开文件,复制文件等功能-Mini-disk file system source code, the basic expand the directory, open files, copy files, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:16.26kb
    • 提供者:yuniorliu
  1. New-Compressed-(zipped)-Folder

    0下载:
  2. mini solor system cpp file
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:5.68kb
    • 提供者:lee
  1. myspy

    0下载:
  2. 迷你间谍程序,一个文件系统的过来驱动程序,侦听捕获所有的读写操作。-Mini spy program, a file system over the driver listens to catch all read and write operations.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-17
    • 文件大小:380.07kb
    • 提供者:isscall
  1. Cyber-Management-System

    0下载:
  2. Mini Project in C Cyber Management System. This mini project in C Cyber Management System utilizes various features of C like Socket, Multithreading, and more. It can prove to be very useful for C languages learners who are beginners in the prog
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:61.02kb
    • 提供者:
  1. employee-record-system

    0下载:
  2. Mini Project in C Employee Record System. This is a very simple mini project in C Employee Record System. In this project, you can manage employee records – add, list, modify and delete records. Understanding this project will help you learn how
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:10.85kb
    • 提供者:
  1. Mini-project-supermarket-billing-system

    0下载:
  2. his simple student information system project.Wher you can do following things 1. Add Records 2. List Records 3. Modify Records 4. Delete Records 5. Exit Program to store data file is used-his is simple student information system projec
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:2.23kb
    • 提供者:alaa
  1. Telecom-Billing-Management-System-in-c-with-sourc

    0下载:
  2. This Mini project is compile in gcc compiler with code::blocks IDE. This project can be a good reference for those student who are doing there school project in c.Architecture of this project is very simple and easy to understand the code. Just file
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:1.66kb
    • 提供者:alaa
  1. Mini-STM32-VS1053

    0下载:
  2. 语音功能,MP3播放 文件系统;STM32上的功能集全的语音实验-The voice function, play MP3 file system STM32 function in all experimental speech
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7.05mb
    • 提供者:桂清贵
  1. ScannerMinifilterDriver

    0下载:
  2. this is a scanner file system mini-filter driver program. this program was written by c++.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-26
    • 文件大小:49.93kb
    • 提供者:IceAgeGirl1221
  1. FSD虚拟化

    0下载:
  2. 基于微过滤器的文件系统虚拟化理论,对学习文件系统虚拟化有一点点帮助(File system virtualization inside Windows system using mini-filter drivers)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:115kb
    • 提供者:dslkfmdfngdfgd
« 12 »
搜珍网 www.dssz.com