CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 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
    • 文件大小:364557
    • 提供者:辛万江
  1. yaffs-file-system-source-code

    0下载:
  2. 嵌入式linux yaffs文件系统源代码,非常不错,已用过-yaffs Embedded Linux file system source code, very good, has used
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1331659
    • 提供者:许为
  1. File+System+Forensic+Analysis

    1下载:
  2. File System Forensic Analysis is a good book to learn linux file system
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3994012
    • 提供者:与乁
  1. DISK.rar

    0下载:
  2. C语言模拟 Linux 文件系统为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件,C language simulation Linux file system for Linux systems to design a simple file system 2. Asked to do
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-16
    • 文件大小:4260765
    • 提供者:陈观民
  1. linux

    0下载:
  2. 包括初始化、进程管理、进程通信、内存管理、设备管理、中断、文件系统、系统调用等精选源码分析。-Including initialization, process management, process communications, memory management, device management, interrupt, file system, system calls, such as analysis of selected source.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:284066
    • 提供者:孙李伟
  1. Linux

    0下载:
  2. 模拟linux文件系统的c++源码,包括文件的创建删除,以及支持多用户功能 -Simulation linux file system c++ source code, including the creation of the file deletion, and support for multi-user functionality
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:192159
    • 提供者:huohuo
  1. Linux-file_system

    0下载:
  2. linux文件系统的学习教程,很不错的一本书,对linux刚开始学习的同学很有帮助。-linux file system, learning tutorials, very good book for students just beginning to learn linux helpful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:268208
    • 提供者:张强
  1. filefilter

    0下载:
  2. linux文件过滤驱动程序,实现文件透明加解密-linux file system filter driver, to achieve transparent encryption file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1554
    • 提供者:gy
  1. s3c2410-linux-2.6.11.1-apm-08.11.02

    0下载:
  2. 将s3c2410-linux-2.6.11.1-apm-08.11.02.patch复制到内核根目录。 执行patch –p1 < s3c2410-linux-2.6.11.1-apm-08.11.02.patch即可! 在2.6.11.1内核中,创建字符设备的代码是:linux/arch/arm/kernel/amp.c。在根文件系统创建设备节点是dev/misc/apm_bios。-Will s3c2410-linux-2.6.11.1-apm-08.11.02.patch c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8546
    • 提供者:Ivan
  1. mkdosfs

    0下载:
  2. mkdosfs - Make DOS file system utilty. I wrote this, partially to complement the dosfsck utility written by Werner Almesberger (who graciously gave me some pointers when I asked for some advice about writing this code), and also to avoid
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:28921
    • 提供者:succuba
  1. LINUX

    0下载:
  2. LINUX 全系列从安装到架站管理教学文件 共197个教学文件,包含: linux 208招 Linux Kemel 核心 Linux X Window应用问答 Linux 使用小技巧 Linux 指令大全 LINUX 文件系统介绍 Linux 系统设定 Linux 系统命令 Linux的安装 Linux的快技法 Linux是什么 Linux常用软体说明 Red Hat Linux SuSE Linux安装 硬体Q&A 程式教学
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3189151
    • 提供者:chentw
  1. fhs-2.3.pdf

    0下载:
  2. linux file system architecture
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:232003
    • 提供者:风华
  1. linux

    0下载:
  2. vc下模拟linux文件系统,实现超级用户,文件权限更改等功能-vc to simulate linux file system, to achieve super-user, change the file permissions and other functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:148627
    • 提供者:汪鹏
  1. Linux-Network-Programming

    0下载:
  2. 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-09-20
    • 文件大小:1734656
    • 提供者:chinq
  1. fhs-2.3.pdf

    0下载:
  2. linux file system, This standard consists of a set of requirements and guidelines for fi le and directory placement under UNIX-like operating systems. The guidelines are intended to support interoperability of applications, system administra
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:223348
    • 提供者:CN
  1. a-simulation-of-linux-file-system

    0下载:
  2. 讲述一个模拟linux文件系统的实现,包括create、login等内容-Describe a simulation of linux file system, including functions of create, login, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-17
    • 文件大小:4978897
    • 提供者:jingling
  1. Linux-file-system-proficient-Guide

    0下载:
  2. Linux.文件系统精通指南,学习Linux的同学可以看看这本书。-Linux file system, proficient in the guide, students can look at this book to learn Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:169643
    • 提供者:枫林白雪
  1. The-file-system-simulation

    0下载:
  2. 这是一份c语言模拟Linux文件系统,可以实现文件的监理、查找、删除等功能-This is a c language simulation of the Linux file system, can realize file management, search, delete, etc
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2514
    • 提供者:Chen
  1. FILE-SYSTEM

    0下载:
  2. Linux文件系统编程源程序,对于学习操作系统文件编程的同学很有帮助。-Linux file system programming source, operating system files for learning programming helps students.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:39422
    • 提供者:唐永康
  1. Tape File System

    1下载:
  2. Source Code and scr ipts for using Tape Jukebox as a File system. Uses Fuse on Linux OS. No Documentation.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2015-09-29
    • 文件大小:186541
    • 提供者:jimw1024
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com