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

搜索资源列表

  1. Linux File System Driver EXT2 IFS for Windows NT X

    0下载:
  2. Linux File System Driver EXT2 IFS for Windows NT XP-Linux File System Driver for Windows EXT2 IFS ws NT XP
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:356.01kb
    • 提供者:辛万江
  1. cramfs-1.1.tar

    0下载:
  2. 可以用它制作linux文件系统,在linux移植中非常有用。-can use it to make Linux file system, linux transplantation very useful.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:13.28kb
    • 提供者:李涛
  1. rootfs

    0下载:
  2. 嵌入式linux文件系统的制作说明文档,简单明了-Embedded Linux file system produced documentation, clear and simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.37kb
    • 提供者:罗富冲
  1. Linux-Windows_TEXT

    0下载:
  2. 由于Linux和Windows文件系统所定义的换行符不同,所以从Linux或Android到Windows的文件需要转换一下换行符。 是一个很使用的小工具。 由本人亲自编写,本来在网上下载过别人写的工具,真是很扯淡。一气之下,本人就自己用C++ 写了。-Due to the different the newline defined by the Linux and Windows file system, so to the Windows files from Linux
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-05
    • 文件大小:113.91kb
    • 提供者:maruijie
  1. wjxt

    0下载:
  2. :为LINUX 设计一个简单的二级文件系统。要求做到以下几点: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 -: In order to design a simple LINUX file system 2. Request do the following: 1, can be achie
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:366.97kb
    • 提供者:流水
  1. os-design

    0下载:
  2. linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:219.15kb
    • 提供者:王宝全
  1. Linux

    0下载:
  2. 用c语言为Linux系统设计一个简单的二级文件系统(带共享功能)--操作系统课程设计-C language used to design a Linux system, a simple file system 2 (with sharing)- operating systems curriculum design
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:6.27kb
    • 提供者:任晨亮
  1. linuxfile

    1下载:
  2. 模拟Linux的文件件系统,创建删除文件及目录等等功能,含有详细报告和代码-Pieces of Linux file system simulation, create delete files and directories, etc. functions, contains detailed reports and code
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:161.61kb
    • 提供者:paul lew
  1. alp-ch07-proc-filesystem

    0下载:
  2. A briefing on Linux file system
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:229.22kb
    • 提供者:R
  1. filesystem

    1下载:
  2. 用c编写的简单的文件系统,仿照Linux的二级文件系统,适合初学者参考-With c written a simple file system, modeled on the two Linux file system, suitable for beginners reference
  3. 所属分类:其他小程序

    • 发布日期:2013-09-23
    • 文件大小:12.18kb
    • 提供者:gg
  1. filesystem

    0下载:
  2. 一个linux环境下的模拟文件系统的程序,里面有使用说明,能够创建,删除,复制文件,用到了linux共享内存和信号量,另外有个shell程序进程与文件系统程序进行通信。-A linux file system environment, the simulation program, which has instructions for use, the ability to create, delete, copy files, use a linux shared memory and sem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:465.58kb
    • 提供者:ji
  1. Linux

    0下载:
  2. Linux二级文件系统设计的部分功能的实现,还需进一步修改 -Linux File System Design II, the realization of some functions need to be further revised
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:5.13kb
    • 提供者:李伟燕
  1. linux-transplant-procedure-details

    0下载:
  2. NANDFLASH移植 文件系统架构 文件文件系统移植 驱动移植 串口驱动 显示驱动 网卡驱动 看门狗驱动 -NANDFLASH portable document file system file system architecture drive graft transplantation NIC driver serial port driver display driver watchdog driver
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-31
    • 文件大小:607.79kb
    • 提供者:黑雾
  1. FileSystem

    0下载:
  2. 模拟linux文件系统写的程序,比较简单。该文件系统物理基础为磁道(40)0~39道。每个磁道划分为8个扇区,每个扇区有512B。该文件系统实现了文件的创建,删除,打开,读写,关闭,查看,目录的创建,删除等。-Analog linux file system write the procedure is relatively simple. The physical basis of the file system to the track (40) from 0 to 39. Each tra
  3. 所属分类:File Operate

    • 发布日期:2017-11-24
    • 文件大小:2.97kb
    • 提供者:wrp
  1. filesystem

    0下载:
  2. linux文件系统的实现,主要有文件目录的创建 删除 文件的读写 初始化等命令-linux file system implementations, the main initialization file directory create a deleted file read and write commands
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:4.61kb
    • 提供者:刘晓飞
  1. FileSystem

    0下载:
  2. 模拟Linux的文件系统实现,控制台界面,生成100M磁盘文件来模拟文件系统,包括文件,目录的各种创建,插入,删除操作,内存块分配,i节点索引管理,超级块管理等。-Analog Linux file system, console interface, generate a a 100M disk file to simulate the file system, including file, directory create, insert, and delete operations, a
  3. 所属分类:Console

    • 发布日期:2017-11-20
    • 文件大小:1.1mb
    • 提供者:JJ
  1. filesystem

    0下载:
  2. 模拟实现linux下的文件系统,能实现创建,删除,读,写,打开,关闭文件,还能使用mkdir创建目录等-Simulation under linux file system, can achieve to create, delete, read, write, open, close the file, but also to create a directory using the mkdir, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:235.22kb
    • 提供者:徐阳
  1. LoadKnFsDm368

    0下载:
  2. 在window上烧写嵌入式Linux文件系统和内核的串口图形界面程序,相当于一个有特殊功能的window串口终端。-In the window on the programming of embedded Linux file system and kernel serial graphical interface program, equivalent to a serial terminal window special features.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:9.94mb
    • 提供者:yongjian
  1. linux

    0下载:
  2. linux文件管理系统代码,简单实用,适合新手练习!-linux file management system code, simple and practical, suitable for novices to practice!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.63kb
    • 提供者:许向前
  1. os_file

    2下载:
  2. 操作系统课设作业。在磁盘空间模拟一个linux文件系统,并提供基本的文件操作命令(如mk, cp, mkdir, rmdir, cd, ls, cat, chmod, chown, chgrp, chnam等)。文件系统的实现采用混合索引式文件结构,包括使用空闲节点号栈管理空闲节点和成组链接管理空闲盘块。(Simulate a Linux file system in disk space and provide basic file operation commands (such as MK
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:367kb
    • 提供者:Greenyy
« 12 3 4 »
搜珍网 www.dssz.com