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

搜索资源列表

  1. 1-Linux--

    0下载:
  2. 计算机网络与软件应用专业选修课程 介绍linux操作系统的实用技术 学完本课程,使学生能够理解linux操作系统工作的基本原理,和文件系统结构,掌握使用该操作系统提供相关服务的技能。具有一定的linux下网络编程能力。-By the end of the course is to help the students to understand the Linux operating system, the basic principle of work, and the file sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1346458
    • 提供者:hgg
  1. linux-Application-Development

    0下载:
  2. 本书全面介绍了嵌入式 Linux 系统开发过程中,从底层系统支持到上层 GUI 应用的方方面面,内容涵盖 Linux 操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识,硬件部件的使用及编程,,U-Boot、Linux 内核的分析、配置和移植,根文件系统的构造,内核调试技术,驱动程序编写及移植,GUI系统的移植,应用程序调试技术。 -The book is a comprehensive introduction to embedded Linux system developme
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:522855
    • 提供者:张箫
  1. busybox-1.13.3

    0下载:
  2. 很好用的制作linux文件系统的源码工具-Well with the production of the source code of the Linux file system tools
  3. 所属分类:Driver develop

    • 发布日期:2017-11-12
    • 文件大小:2057360
    • 提供者:
  1. Linux-Root-file-system

    0下载:
  2. 你对linux的根文件系统熟悉吗?如果不,这篇资料介绍的很详细。-Are you familiar with the root file system in linux it? If not, this information is described in great detail.
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:5965
    • 提供者:王金超
  1. Linux_VFS_File_System

    0下载:
  2. 解析Linux VFS文件系统机制,对Linux文件系统有详细介绍,欢迎大家下载-Resolve the mechanism of the Linux VFS file system, the Linux file system details, welcome to download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-02
    • 文件大小:114687
    • 提供者:curl
  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
    • 文件大小:3040
    • 提供者:wrp
  1. UP-CUP6410-IIshiyanzhidao(LINUX)

    0下载:
  2. UP-CUP6410教学实验平台实验指导书 主要介绍了:1.嵌入式LINUX开发基础知识2.基础实验3.图形界面应用程序设计4.内核与根文件系统实验5.驱动模块实验6.无线通信实验7.附录帮助-UP-CUP6410 teaching experiment platform experiment guide book introduces: Embedded LINUX develop basic knowledge. Basis of experiment 3. Graphical inte
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-17
    • 文件大小:8815231
    • 提供者:王丹
  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

    • 发布日期:
    • 文件大小:4725
    • 提供者:刘晓飞
  1. update_app

    0下载:
  2. 嵌入式linux文件系统下的nandflash固件升级,包括固件的双备份升级。-The embedded linux file system nandflash firmware upgrade, including the double backup firmware upgrade.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-16
    • 文件大小:30611
    • 提供者:
  1. linuxfile_systerm

    0下载:
  2. 在Linux文件系统内,通过制定任意关键字,便可获取所有出现过此关键字的文件名称及位置。-Linux file system, through the development of any keyword, you can get all this keyword in the file name and location.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-05
    • 文件大小:6599
    • 提供者:haifeng
  1. FileSystem

    0下载:
  2. 该源码模拟了一个linux文件系统,是操作系统初学者极好的启蒙代码。SimulatedFileSystem.cpp文件中给出了用户可以使用的一些指令。-This source code simulates a linux file system, which may greatly help OS beginners to understand the architecture of the linux file system. SimulatedFileSystem.cpp provid
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:9323
    • 提供者:Zhang
  1. Linux

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 -Design a simple two file system for Linux systems. To do the following: 1. Can be achieved followin
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:7556
    • 提供者:hary
  1. caozuoxitong

    0下载:
  2. 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。自己编写的程序,绝对原创。-failed to translate
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:72264
    • 提供者:王景
  1. linux--kernel-Qtopia.docx.tar

    0下载:
  2. 烧写linux kernel和Qtopia文件系统.docx-Programming the Linux kernel and the Qtopia the file system. Docx
  3. 所属分类:Project Design

    • 发布日期:2017-11-07
    • 文件大小:1675659
    • 提供者:lew
  1. etc

    0下载:
  2. linux文件系统移植所需要的etc目录,TQ-2440使用-linux file system migration needed etc directory, TQ-2440 use
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-13
    • 文件大小:2149
    • 提供者:liu jianghao
  1. linux系统中的Qt界面中的ping功能代码

    1下载:
  2. 该文件是基于linux系统中的qt4.8版本设计的一款具有ping功能的界面软件,适合新手学习网络编程,代码简洁易懂!
  3. 所属分类:界面编程

    • 发布日期:2013-06-13
    • 文件大小:52254
    • 提供者:lynnhua@163.com
  1. cvs-root.tar

    0下载:
  2. 将已做好的linux文件系统目录转换成bin文件的软件。-Will be ready for linux file system directory into the bin file of the software.
  3. 所属分类:Driver develop

    • 发布日期:2017-03-31
    • 文件大小:547070
    • 提供者:OROWENVAY
  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
    • 文件大小:10425096
    • 提供者:yongjian
  1. os3

    0下载:
  2. 模拟linux文件系统,包括登录,增删文件,注册等功能-linux filesystem
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:299734
    • 提供者:sheng710time
  1. inotify-sample

    0下载:
  2. inotify 示例 在日常工作中,人们往往需要知道在某些文件(夹)都有那些变化。Linux为此设计了inotify机制,它可以实时地报告linux文件系统的相关事件。-inotify sample Inotify (inode notify) is a Linux kernel subsystem that acts to extend filesystems to notice changes to the filesystem, and report those changes t
  3. 所属分类:Driver develop

    • 发布日期:2017-03-30
    • 文件大小:22264
    • 提供者:howie
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com