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

搜索资源列表

  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-05
    • 文件大小: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-22
    • 文件大小: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. filesystem

    1下载:
  2. 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:16546
    • 提供者:lilianjie
  1. LINUX

    0下载:
  2. 实现了linux系统对文件基本信息的获取功能,编译后可作为一个命令使用。-Implementation of the linux file system to obtain basic information functions, the compiler can be used as a command.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1544
    • 提供者:lyh
  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. filesystem

    1下载:
  2. linux系统下的C代码,模拟二级文件系统,在linux下可编译运行-linux systems C code to simulate the secondary file system, linux can be compiled at run
  3. 所属分类:系统编程

    • 发布日期:2013-09-23
    • 文件大小:62811
    • 提供者:孟令钊
  1. fhs-2.3.pdf

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

    • 发布日期:2017-03-30
    • 文件大小: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-02
    • 文件大小: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-26
    • 文件大小:169643
    • 提供者:枫林白雪
  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 ... 24 »
搜珍网 www.dssz.com