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

搜索资源列表

  1. 点net 读写文件

    0下载:
  2. 用C#做的读写文件,可读取数据和写数据进去-C# do reading and writing and can write and read data into the data
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2425
    • 提供者:
  1. 关于文本文件读写文件

    0下载:
  2. 介绍读写文本文件的方法
  3. 所属分类:通讯编程

    • 发布日期:2010-12-07
    • 文件大小:170088
    • 提供者:ZBC_HXH
  1. 文件读写&文件映射模块.ec

    0下载:
  2. 易语言 文件读写&文件映射模块.ec
  3. 所属分类:系统编程

  1. BMP文件的读写操作

    0下载:
  2. 这个代码用于BMP文件的读写操作的,以便更加便捷的对图像进行进一步操作
  3. 所属分类:编程文档

  1. student

    0下载:
  2. 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:430933
    • 提供者:zxc
  1. 第1章-SD卡读写模块

    0下载:
  2. 第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.-Chapter 1-SD Card Reader module 1. Sdconfig.h : This
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-21
    • 文件大小:169423
    • 提供者:k14789
  1. MyOKFile

    0下载:
  2. 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:38806
    • 提供者:qiyunping
  1. SupperStdioFile

    0下载:
  2. 一个高效读写文件的类,能按行读取写入,支持内存文件-an efficient type of document literacy, according to read into the trip, the memory support document
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:1493
    • 提供者:yayasave
  1. VCReadandWriteFile

    0下载:
  2. VC++读写文件的操作源代码...打开关闭文件,得到文件大小等等,有很大的参考价值-VC++ Read and write documents the operation of the source code ... open closed document, the file size, etc., there are a lot of reference value
  3. 所属分类:File Operate

    • 发布日期:2017-05-14
    • 文件大小:609311
    • 提供者:HYQ
  1. IniHandler

    0下载:
  2. 最实用性的ini文件读写类,已经经过作者多次试用认证,读写文件都十分方便,用c#编写,非常适宜green hand,是学习、工作方便的助手,并不比XML逊色!-The most practical type of ini file read and write, the author has been repeatedly tested authentication, read and write documents are very convenient, with c# Prepared,
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:4223
    • 提供者:红红
  1. SimpleNote

    0下载:
  2. 初级的C语言记事本,代码简单,功能齐全,包含了读写文件,插入删除记录等操作,建议C语言初学者参考-Primary language of C Notepad, the code is simple, functional and contains the read and write files, delete records, etc. Insert operation, the proposed C language reference for beginners
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:4643
    • 提供者:刘国荣
  1. 98

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:File Operate

    • 发布日期:2017-04-28
    • 文件大小:120776
    • 提供者:思宇
  1. vbsystem

    0下载:
  2. 自己写的公交查询系统 vb读写文件操作,比较简单-Write their own public inquiry system file vb read and write operation, relatively simple
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:11942
    • 提供者:cat
  1. phone

    0下载:
  2. 用数组 和 链表做的C++电话本程序。数据存储在.dat的文件中,用记事本可以打开,由于当时本人还不知道配置文件(.ini)这回事,所以没有用.ini文件 现在想来,完全可以用.ini文件,而且更简单,可以大量减少代码量,代码中还有大量的读写文件的地方完全可以写到一个函数中, 这样更是可以减少代码量,但由于时间有限,事情繁多, 一直没有时间修改完善,大家拿到代码后,可以自行修改。此程序分为两个版本,数组版 和 链表版-telephone book using C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:2046298
    • 提供者:刘凯
  1. CSharp_Write_Read_File

    0下载:
  2. CSharp读写文件,不会产生乱码的现象。在使用旰注意文件编码的使用。-CSharp_Write_Read_File
  3. 所属分类:.net

    • 发布日期:2017-03-24
    • 文件大小:39957
    • 提供者:booka
  1. Write-ReadFile

    0下载:
  2. C++读写文件。Win32程序,产生100个随机数,然后将产生的数存储为10行10列的文件格式,最后从文件中读取这些数并按照原格式显示出来。-The C++ Programming file. It can create 100 numbers and write them to the txt file, in the end read it to print.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:898246
    • 提供者:钟哲
  1. FileIO

    0下载:
  2. 一个读写文件例程,生成一个自定格式的文件,并读写文件内容-A routine to read and write files to generate a custom file format, and content of the document to read and write
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5931746
    • 提供者:吴雨
  1. TaxiManagement

    0下载:
  2. 通过读写文件的方式将出租车的信息读入内存和写入文件,在程序中用链表保存待租车和归还车,实现了出租车的管理。其中有涉及较多文件读写的东西。-read the taxi information from txt file,and store it in the list.after rent and return the taxi I write the information to a text file.
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:305176
    • 提供者:李儒
  1. 读写文件

    0下载:
  2. VC++读写大块资料(二进制)文件,vc6开发,调试通过(VC ++ read and write large pieces of data (binary) files)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1878016
    • 提供者:583540466
  1. ply文件读写

    0下载:
  2. 读写ply文件,包括ply 的 二进制格式以及 asc格式(The read-write ply file includes ply's binary format as well as the asc format)
  3. 所属分类:其他

    • 发布日期:2020-05-21
    • 文件大小:1146880
    • 提供者:Ldan
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com