CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 文件系统 文档

搜索资源列表

  1. DepartmentalStore

    0下载:
  2. 用户名:liuxinrui 密码:zhongyong 您可以在 linux 系统上运行 main.exe 文件 IP 应设为192.168.0.1 重新编译请在linux终端提示符后输入 g++ -lsybdb -lcurses -o 1.exe main.cpp clsMain.cpp clsConn.cpp clsTrade.cpp clsSupplier.cpp clsProduct.cpp 把数据库文件 DepartmentalSt
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:173.92kb
    • 提供者:刘鑫锐
  1. LINUX_system_manage_book

    0下载:
  2. 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。 -the book contains a Linux two leading figure
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:6.22mb
    • 提供者:asdfkh
  1. FTP

    2下载:
  2. 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-11-21
    • 文件大小:2.6mb
    • 提供者:tzy
  1. student

    1下载:
  2. 本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginners C language. Zip file includi
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:352.09kb
    • 提供者:dongxingfeng
  1. howtomaketherootfiles

    0下载:
  2. 这篇文档告诉你怎么去在LINUX下制作一个文件系统-This document tells you how to get to in a document produced under LINUX system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:7.5kb
    • 提供者:黎明
  1. j2ffs

    1下载:
  2. 该文档详细的介绍了linux文件系统j2ffs的组织结构以及功能模块-The documents detail the linux file system, as well as the organizational structure of j2ffs function modules
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:156.69kb
    • 提供者:高飞
  1. FTPService

    0下载:
  2. ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:286.41kb
    • 提供者:
  1. linuxKernelMigration

    0下载:
  2. s3c2410的linux移植文档,包括u-boot移植、kernel移植、根文件系统制作移植等,比较全面。-s3c2410 the linux portable document, including the u-boot transplantation, kernel transplant, root file systems to produce transplants and so on, much more comprehensive.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1002.26kb
    • 提供者:zhoufen
  1. Linux_NFS

    0下载:
  2. Linux 网络文件系统NFS服务的配置文档。-Linux Network File System NFS service configuration documentation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2.27kb
    • 提供者:刘虹
  1. GNUmake

    0下载:
  2. 这是GNU的make文件分析的电子文档,对初学linux系统下makefile的同学有很大帮助!-This is the GNU make documentation of the electronic document, for beginners makefile linux systems of great help to the students!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:183.26kb
    • 提供者:胡永涛
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.18kb
    • 提供者:王跃
  1. Linux-commands

    0下载:
  2. linux 命令集,包含了文件管理,磁盘管理,文档编辑,网络通信,系统管理,系统设置等-The basic commands for linux system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:348.71kb
    • 提供者:李伟清
  1. Linux

    0下载:
  2. linux命令文件,很适合新手操作linux系统的学习最佳帮助文档-linux command file, linux operating system is suitable for beginners to learn the best help documentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:350.73kb
    • 提供者:shy
  1. ext4

    0下载:
  2. 包含两份文档:ext4fs[1].pdf、Ext4 文件系统的目录索引节点预留.pdf 放在一起希望对有需要的人有帮助-Contains two documents: ext4fs [1]. Pdf, Ext4 file system directory inode reservation. Pdf compressing them together want to help people in need
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:660.63kb
    • 提供者:xueyy
  1. Linux

    0下载:
  2. 关于Linux内核的文档,有进程管理、文件系统、虚拟内存、内核初始化等内容-Documentation on the Linux kernel, there are process management, file system, virtual memory, kernel initialization, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-01
    • 文件大小:12.83mb
    • 提供者:陈新建
  1. lab5

    0下载:
  2. 北京大学深入理解计算机系统实验5 具体要求见文件中的word文档说明-Peking depth understanding of computer system requirements, see Experiment 5 specific word in the file documentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:378.75kb
    • 提供者:Yuan Rong
  1. lab6

    0下载:
  2. 北京大学深入理解计算机系统实验6 具体要求见文件中的word文档说明-Peking-depth understanding of the specific requirements of the computer system Experiment 6 See document in word documentation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:686.33kb
    • 提供者:Yuan Rong
  1. 跟我一起写Makefile-陈皓

    0下载:
  2. 该文件可以帮助C++编程者快速的写出makefile文件。尤其在linux系统下,编写大规模系统文件,该文档的帮助很大。(This file helps C ++ programmers write out makefiles quickly. Especially in the linux system, the preparation of large-scale system files, the document is of great help.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:418kb
    • 提供者:mengss
搜珍网 www.dssz.com