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

搜索资源列表

  1. student

    0下载:
  2. 一个关于结构体数据的文件读写操作实例. linux/c
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:977byte
    • 提供者:doco
  1. iniparser-2.17.tar

    0下载:
  2. ini文件读写 功能齐全 请下载
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:25.3kb
    • 提供者:linan
  1. IO多路复用 SELECT函数

    1下载:
  2. IO的多路复用(Select函数) 注:为了解决创建子进程带来的系统资源消耗而采用多路I/O模型 一般来说当我们在向文件读写时,进程有可能读写出阻塞,如果我们不希望阻塞,我们的一个选择是用select系统调用。只要我们设置好select的各个参数那么文件可以读写的时候select通知我们说可以读写,在我们调用select时进程会一直阻塞到以下一种情况发生 1) 有文件可以读 2) 有文件可以写 3) 超过所设置的时间
  3. 所属分类:Linux/Unix编程

  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
    • 文件大小:4.06mb
    • 提供者:陈观民
  1. FileSystem

    0下载:
  2. 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:243.7kb
    • 提供者:
  1. DicomReadandWrite

    0下载:
  2. dicom 文件读写,自己实现,仅供参考,共同学习。 代码中只提供了linux下编译文件。 -DICOM files to read and write, to achieve their own for reference purposes only and shared learning. Code provided only under linux compiled documents.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:92.83kb
    • 提供者:柯夫
  1. src

    0下载:
  2. 自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。 程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声. -Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified dir
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:15.64kb
    • 提供者:fangshengming
  1. TomandJerry

    0下载:
  2. 用五个实例来解释linux下的c编程,包括文件读写、进程、线程、管道、TCP通信等-With five examples to explain the c programming under linux, including documents to read and write, process, thread, pipe, TCP communications
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:13.7kb
    • 提供者:李旭章
  1. testfs

    0下载:
  2. testfs: 文件系统测试代码,特别适合于嵌入式系统分区和文件系统性能测试,基于linux开发,对每个文件读写拷贝等操作都有精确时间统计-testfs: test tools for embeded file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:5.57kb
    • 提供者:huangyonghua
  1. SMS_Xml

    0下载:
  2. 对linux tinyxml 类库的封装,对开发对xml文件读写等操作的程序员有指导意义。-xml program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:81.67kb
    • 提供者:
  1. TIniFile

    0下载:
  2. linux下INI文件读写类。 方便在Linux下编程应用参数配置-INI file to read and write under linux category. Facilitate the programming of applications in the Linux configuration parameters
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1.63kb
    • 提供者:liulianghao
  1. filesystem

    1下载:
  2. 这是一个二级文件系统,能够在linux下编译并执行,通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-This is a secondary file system, can be compiled under linux and implement, through the Linux file system simulation,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-09-23
    • 文件大小:47.47kb
    • 提供者:段晓娟
  1. cfg

    0下载:
  2. 源文件:读、写操作配置文件的库,非常方便-C language: a extend libary source for config on linux。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:28.7kb
    • 提供者:LUCK
  1. linux_file

    1下载:
  2. linux实验_文件操作:创建文件,打开文件,读文件,写文件以及设置和查看文件类型等操作- file operations
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:82.76kb
    • 提供者:rebecca
  1. sourcecode

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1.可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 2.列目录时要列出文件名,物理地址,保护码和文件长度 3.源文件可以进行读写保护 -It is used for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:17.56kb
    • 提供者:高飞
  1. ext3cow

    0下载:
  2. 利用cow(copy on write)技术来实现非阻塞写的文件读写方式,这个ext3cow是针对ext3的linux文件系统-Using cow (copy on write) technology to achieve non-blocking write the file reading and writing, this ext3cow against the linux ext3 file system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:葛军
  1. trans

    0下载:
  2. trans程序的源代码在Cygwin下编译调试通过。(因使用了Unix特有的文件读写函数,用TC,BC,VC编译时须改写部分代码) 使用说明:trans [-R/-S] file 其中,-R 将摩斯码翻译成英文; -S 将英语翻译成摩斯码。 file为需要翻译的文本文件。运行成功后结果会保存在“~file”文件中。 注意:若是翻译英文,须保证所有字母均为大写字母。且标点符号仅可为“.”,“,”和空格。-trans program' s sour
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:765.09kb
    • 提供者:longqzh
  1. setprocessguarddialog

    0下载:
  2. 自己做的一个关于文件读写的程序。QT下的文件读写。-To do their own reading and writing a program on the file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2.17kb
    • 提供者:王勇
  1. day05

    0下载:
  2. c语言程序、文件加密、解密操作,C语言配置文件操作,文件读写、修改操作(C language program, file encryption and decryption)
  3. 所属分类:Linux/Unix编程

  1. Convertbinaryfile

    0下载:
  2. 实现二进制文件与普通的文本文件 之间相互转换,高效易用,数据结构体自己定义(The implementation of binary files and common text files to convert, efficient and easy to use, data structures themselves)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:seatrcygull
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com