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

搜索资源列表

  1. UNIX文件模拟系统

    0下载:
  2. 该模拟的UNIX文件系统应该有以下功能: 多级目录的结构,第一目录为用户名,其余的为它的子目录; 多用户的功能,有8个用户使用同一块数据区; 具有用户登录和注册的功能,如果用户没有用户名和密码就应该注册,如果有了用户名和密码就应该登陆; -simulation of the UNIX file system should have the following features : multi-level directory structure, the first direct
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:230290
    • 提供者:黄小文
  1. Linux文件系统

    0下载:
  2. 本章介绍L i n u x内核是如何维护它支持的文件系统中的文件的.-chapter describes L i n u x-core is how to maintain its support for the file system in the papers.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:909544
    • 提供者:王琪
  1. 第八章:文件系统实验

    0下载:
  2. Linux 的最重要的特徵之一是它的为许多不同的文件系统的支持。这使其非常灵活从而与许多另外的操作系统可以很好的共存。linux采用的是树型结构。最上层是根目录,其他的所有目录都是从根目录出发而生成的。微软的DOS和windows也是采用树型结构,但是在DOS和windows中这样的树型结构的根是磁盘分区的盘符,有几个分区就有几个树型结构,他们之间的关系是并列的。但是在linux中,无论操作系统管理几个磁盘分区,这样的目录树只有一个。-Linux the most important featu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:12685
    • 提供者:莫凡
  1. 对读入的某个文本文件input.txt中,拆出英文单词

    0下载:
  2. 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。-Of reading a text file input.txt, the demolition of the English word, the output of a lexicographical order
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:huang
  1. mycp

    0下载:
  2. 使用 creat,read,write等系统调用实现在linux下文件复制命令-The use of creat, read, write, such as system calls in the implementation of the file copy command linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1541
    • 提供者:西风凋敝树
  1. througuput

    0下载:
  2. 该文件为分析计算ns2中无线网络的吞吐量提供了一个awk代码,可根据自己的情况做些修改。-The file is analyzed and calculated the throughput of the wireless network in ns2 provides a awk code, according to their own circumstances do change.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:551
    • 提供者:朱晓芬
  1. sconfig

    0下载:
  2. c语言实现读取配置文件的代码,按照key-value设定的读取,example1.ini为配置文件,example.c为test程序,可以根据其书写代码-c language implementation of the code to read the configuration file, in accordance with key-value set to read, example1.ini for the configuration file, example.c for the te
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:11440
    • 提供者:edgar
  1. bookcase-0[1].5.2a.tar

    0下载:
  2. Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。 -Bookcase is uses in the KDE individual books management. It uses the XML document memory form, and traces 26 kind of books characteristics.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-09
    • 文件大小:763236
    • 提供者:赵何
  1. pcm

    0下载:
  2. Linux下的.wav文件播放示例,装了QT的话先#qmake -project生成工程文件pcm.pro,然后 #qmake pcm.pro生成Makefile,然后 #make 最后 #./pcm 执行 注意代码里面包括要播放的.wav文件的路径-Linux under. Wav file playback example, QT installed, then the first# Qmake-project to generate engineering document
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1249
    • 提供者:wujiaping
  1. myfind

    0下载:
  2. 在linux系统中,一个利用文件名查找文件的程序-In linux systems, use the file name of a document to search procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2951
    • 提供者:geming
  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. glusterfs-CURRENT.tar

    0下载:
  2. 分布式文件系统,可以将文件分布存储在不同的服务器上-Distributed File System can be stored in the document distribution on a different server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:816671
    • 提供者:陶臻
  1. download

    0下载:
  2. 在linux环境下利用socket实现ftp的文件下载-using socket to realise the download function in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3560
    • 提供者:jing
  1. Linux_file_operate

    0下载:
  2. linux系统下的文件操作实验程序,完成的功能如下。 在一个半径为R的监测区域,随机分布有M个节点,每个节点的感应半径为r,请完成: (1)建立节点的位置信息文件 (2)建立网络的拓扑信息文件 -linux operating system files under the experimental procedures, the completion of the function as follows. Radius of R in a monitoring region,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1262
    • 提供者:menchael
  1. openobex-1.5.tar

    0下载:
  2. openobex最新源码,主要应用蓝牙文件传输,对开发蓝牙的朋友很有帮助。-openobex,it is usefull for developing files transfer in Bluetooth
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:400876
    • 提供者:lan
  1. file

    0下载:
  2. linux下的文件操作,使用linux文件相关命令,可与C语言的文件操作形成对比!-linux file under the operation, use linux file-related commands, with C language file operations in contrast!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6881
    • 提供者:suting
  1. Assignment1

    0下载:
  2. linux中对文件操作的源代码,对学习很有帮助-linux for file operations in the source code, very helpful for learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:28986
    • 提供者:cc
  1. aodv

    0下载:
  2. 基于NS2仿真的AODV协议脚本文件. NS2(Network Simulation Version 2)是一种功能强大的网络模拟仿真器,它是用C++和OTCL两种语言完成的。C++语言编写协议执行模块,OTCL语言编写模拟任务。NS2主要针对有线局域网、无线局域网、Ad Hoc网络、卫星通信网、路由选择协议、组播路由协议等进行网络模拟仿真。 -NS2-based simulation of AODV protocol scr ipt file. NS2 (Network Simulatio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:750
    • 提供者:Johnny
  1. 实验10 编写库文件

    0下载:
  2. 这是一个实验指导,是在linux环境写,指导编写一个库文件(Write in Linux environment, guide the preparation of a library file)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:60416
    • 提供者:violetta
  1. pullout

    5下载:
  2. lammps程序关于石墨烯从聚合物中拔出模拟的in文件和data文件(Simulating program of lammps graphene pulling out of polymer)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2021-03-30
    • 文件大小:1096704
    • 提供者:af608
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com