CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 文件读写

搜索资源列表

  1. LibTiff-Introduce

    3下载:
  2. 总结的使用LibTiff库函数进行TIFF格式文件读写的资料,看完后对lib的使用能有基本的了解-Summary of the TIFF format file read and write using the LibTiff library functions, after reading a basic understanding of the use of the lib
  3. 所属分类:文件格式

    • 发布日期:2012-11-12
    • 文件大小:93732
    • 提供者:yangch
  1. ntfsDocment

    1下载:
  2. 中文的NTFS文件系统结构说明文档,根据这份文档,基本可以编写出ntfs的读写代码了-English NTFS file system structure of the documentation, in accordance with this document, which can be prepared to read and write ntfs code
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:240293
    • 提供者:LLG
  1. PV

    0下载:
  2. 读者写者问题,共享原则如下:1、读/写互斥访问;2、写/写互斥访问;3、允许多个读者同时对文件进行访问。-semaphore rmutex=1,rwmutex=1 int count=0 Cobegin reader: writer:
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:732
    • 提供者:baoyu
  1. xml_gbook

    0下载:
  2. ASP读写XML文件留言本-ASP Guestbook to read and write XML documents
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:12545
    • 提供者:woohol
  1. readVSwrite

    0下载:
  2. 在一个控件里面读写TXT文件,类似电子书的功能-Read and write in TXT file inside a control, similar to the function of e-books
  3. 所属分类:File Formats

    • 发布日期:2017-05-19
    • 文件大小:5194622
    • 提供者:邢少芳
  1. VC-Read-and-write-file(.TXT).doc

    0下载:
  2. 文档给出了在VC编程环境下的各种读写文件的源代码,可作为读写日志程序的参考文档。-Documents given in the VC programming environment to read and write files of various source code, read and write log program can be used as a reference document.
  3. 所属分类:File Formats

    • 发布日期:2017-03-22
    • 文件大小:56832
    • 提供者:陈爱斌
  1. VC2005_ADO_Excel2007_demo

    0下载:
  2. VC2005利用ADO读Excel2007文件示例 1建立基于对话框的MFC程序 2引入库文件 3在对话框中的确定按钮上添加响应事件OnBnClickedOk() 4在事件OnBnClickedOk()中写代码 -VC2005 read Excel2007 file using ADO Example 1 MFC dialog-based program established to introduce library 2 3 OK button in the dialog
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:7790
    • 提供者:ruler
  1. CSVfileClassification

    0下载:
  2. C++控制台程序,实现对CSV文件的读写,并对读取的数据进行分类汇总(以水果分类为例),分类结果写入CSV文件。程序结构清晰。-C++ console program, the CSV file read and write, and data subtotals (fruit classification) classification writes the results to a CSV file. The program structure is clear.
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:5990646
    • 提供者:hu
  1. MCU_1035

    0下载:
  2. SD卡文件系统FAT32 SD卡文件读写移植-SD card file system is FAT32 SD card file read and write transplant
  3. 所属分类:File Formats

    • 发布日期:2017-12-03
    • 文件大小:2663452
    • 提供者:芸纤飘羽
  1. exam060

    0下载:
  2. C语言实现随机存取数据,借助于fseek()函数可以设置文件的位置,再使用C的I/O系统便可以完成随机读写操作-C language random access data by means fseek () function can set the location of the file, using C, I/O system can complete random read and write operations
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:2178
    • 提供者:vera
  1. AutoCADPDXF_References

    0下载:
  2. AutoCad 关于DXF文件的官方详细说明,有助于对DXF文件格式的读写编程。-AutoCad DXF files official detailed programming helps to read and write DXF file formats.
  3. 所属分类:File Formats

    • 发布日期:2017-11-11
    • 文件大小:7231984
    • 提供者:沈拙言
  1. Read-and-write-operations-to-files

    0下载:
  2. 在本地建立一个txt文档,该程序用于对该文件实行读写操作,对理解读写互斥、写写互斥很有帮助。-Setting up a txt document locally, the procedures used for the implementation of read and write operations.
  3. 所属分类:File Formats

    • 发布日期:2017-11-07
    • 文件大小:3068
    • 提供者:靳皓翔
  1. write-and-reader-priority

    0下载:
  2. (1)任意多的读进程可以同时读这个文件; (2)一次只允许一个写进程往文件中写; (3)如果一个写进程正在往文件中写,禁止任何读进程或写进程访问文件; (4)写进程执行写操作前,应让已有的写者或读者全部退出。这说明当有读者在读文件时不允许写者写文件。-(A) any number of reading processes can simultaneously read the file (2) allows only one process to write the file to
  3. 所属分类:File Formats

    • 发布日期:2017-11-12
    • 文件大小:57810
    • 提供者:
  1. test

    0下载:
  2. 这是一份介绍如何用C语言读写SGY格式的地震数据文件的文档,内容很详细,含元代码-This is a how to use C language to read and write SGY seismic data file format documents, the content is very detailed, including element code
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:1557
    • 提供者:yin
搜珍网 www.dssz.com