CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - linux 读 文件

搜索资源列表

  1. linuxini

    1下载:
  2. linux下面对INI文件读写的一个类 调用该类可实现与读写linux下ini文件的字段-below right INI file writable call such a category can be realized under linux and Reader documents field ini
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.74kb
    • 提供者:曾韋君
  1. IniFileNew

    0下载:
  2. 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:50.15kb
    • 提供者:随便看看
  1. nfsLibrary_src

    0下载:
  2. nFS,在一个文件中模拟一个文件系统,适合于需要读写创建大量文件的应用。该类库与linux下的NFS没有关系。该类库兼容MSVS/Win32, GCC/Linux and GCC/Solaris,全部用C语言完成。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:51.66kb
    • 提供者:贺力
  1. xpdf-3.02.tar

    0下载:
  2. 很不错的确软件,有远代码,可以读pdf格式的确文件,redhat linux所提共的PDF阅读器就是他. -software is pretty good indeed, far code can be read pdf format documents Indeed, redhat linux raised a total of the PDF reader is his.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:659.09kb
    • 提供者:bmxu
  1. DicomReadandWrite.dicom 文件读写库,绝对原创

    0下载:
  2. dicom 文件读写库,绝对原创. 可在windows,linux下编译运行,DICOM files to read and write library, an absolute original. can be windows, linux running under the compiler
  3. 所属分类:文件操作

    • 发布日期:2017-03-26
    • 文件大小:92.95kb
    • 提供者:柯夫
  1. MFCFile

    0下载:
  2. MFC中文件操作,包括文件读写,复制,查找等-File operations in MFC, including documents to read and write, copy, find, etc.
  3. 所属分类:File Operate

    • 发布日期:2017-05-08
    • 文件大小:36.64kb
    • 提供者:杜大海
  1. os-design

    0下载:
  2. linux二级文件系统 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 cd 进出目录 -linux file system II
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:219.15kb
    • 提供者:王宝全
  1. CRWFile

    0下载:
  2. 用C和C++,高效读写文件类CRWFile,将文件一次加载到内存中,支持按行读取数据。 每次写入磁盘文件4096字节,相对比较高效。 CRWFile非常适合读取文件相对较小(<500M)的常规处理! 支持Windows和Linux下编译和运行!-Using C and C++ for read or write the file that on disk. Could be running on windows and linux , and that is super
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:1.7kb
    • 提供者:zhangq
  1. inifile_mb_wide_src

    0下载:
  2. 一个INI文件读写类,可以使用在WINDOWS/LINUX下,支持UNICODE-An INI file reading and writing classes, you can use in the WINDOWS/LINUX, support UNICODE
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:8.71kb
    • 提供者:genius
  1. fileSystem

    0下载:
  2. 采用C模拟linux文件管理,根据linux文件读写操作等,模拟出一套自己的文件操作-C analog linux file manager linux file read and write operations to simulate a set of file operations
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:304.13kb
    • 提供者:zlp
  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
    • 文件大小:2.97kb
    • 提供者:wrp
  1. LZH--final

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: 1. 可以实现下列几条命令: login 用户登录 dir 列目录 create 创建目录 delete 删除目录 open 打开文件 close 关闭文件 read 读文件 write 写文件-For Linux system design a simple secondary file system. Required to get the following: 1. Can realiz
  3. 所属分类:File Operate

    • 发布日期:2017-11-17
    • 文件大小:39.58kb
    • 提供者:李泽华
  1. code

    0下载:
  2. 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3.81mb
    • 提供者:陈卓
  1. read32

    0下载:
  2. 本FORTRAN程序可以读入linux系统下的顺序集二进制文件,将其转化为txt文件。-The FORTRAN program can be read into the order sets a binary file system under linux, convert it to txt file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:754byte
    • 提供者:彭双
  1. INI

    0下载:
  2. 可移植的多平台INI读写C代码,支持unicode和Asc文件。在windows,linux平台下均可高效运行。-INI read/wirte in C code can run on windows/linux etc. support Unicode and Asc files.
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:12.38kb
    • 提供者:Verne Shawn
  1. tiff-source

    0下载:
  2. 针对tiff格式文件读写的源码,可在linux和windows环境下编译使用。-source for tiff
  3. 所属分类:File Operate

    • 发布日期:2017-05-09
    • 文件大小:1.54mb
    • 提供者:龙际星
  1. test

    0下载:
  2. 为Linux系统设计一个简单的二级文件系统。要求做到以下几点: (1)可以实现下列几条命令(至少4条) login 用户登录 dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 (2)列目录时要列出文件名、物理地址、保护码和文件长度; (3)源文件可以进行读写保护。 -Design a simple two- level file sys
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:453.49kb
    • 提供者:傅国俊
  1. peizhiwenjian

    0下载:
  2. 对系统中配置文件的读写与分解,可以在linux和window中使用,是一种很方面的读写方式-Read and write and decomposition system configuration files, you can use in linux and window, and is a very aspect of read and write
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:李炜
搜珍网 www.dssz.com