搜索资源列表
reversefile
- 笔试题目,对给定的文件1,将文件中的字符全部反写入文件2中,要注意汉字,回车等字符的处理-written topic, the right to a document that would document all of the characters written into the document-2, to the attention of Chinese characters, such as carriage return characters in the address
OperateStringsInFile_bemjh
- 用j#写的文件操作示例,主要是分析CVS文件,文件中读取内容,并可以写入文件-used to write the paper operation exemplars, primarily analytical CVS paper which read, and can be written into the document
CreateFileForm
- vs2005 C# 创建顺序文件 并将数据写入文件
File
- 在指定位置创建文本文件,接着打开该文档,通过编辑框输入文字,点击写入,就可以把刚才的文字写入文件中,点击读取,在另一编辑框显示文件的内容
(C#)在线文件管理系统
- 文件管理,可以岁文件进行创建,删除,写入,读取,等操作。
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容,写到磁盘上即可。具体的编程见以下例子: //以下为文件合并
文件操作类
- 整合文件操作的基本处理,包括删除文件、文件夹,获取系统路径、读取、写入文件等
OdbcExcel VC++读写Excel文件
- VC++读写Excel文件,将数据写入Excel,再从Excel中读出数据并显示,要运行程序必须在c:盘根目录下建立一个名为Demo.xls的Excel文件,如果更改程序中的相关代码,可以放在合适的位置。-VC++ Excel
filelock
- 对指定文件夹文件保护,禁止其他程序访问(读取、写入、删除等操作)-For the specified folder, file protection, to prohibit access to other programs
CPP-file-operation
- C++文件操作,包括文件打开 文件读取 文件写入 文件定位等-C++ file operations, including files written to the file open the file read the file positioning
SupperStdioFile
- 一个高效读写文件的类,能按行读取写入,支持内存文件-an efficient type of document literacy, according to read into the trip, the memory support document
tdxcsh
- c文件操作,修改文件,打开,读取,写入,关闭-c file operations, to modify the file, open, read, write, close
FileRW5
- 编辑框内容写入文件 反向输出文件内容到编辑框 -Edit the contents of write to file box reverse output file content to edit box
Testfile
- 测试文件大小 生成一组随机10串写入文件,并测出此文件的大小。-Test file size to generate a set of random 10 string write documents, and measured the size of this file.
RdWrtIni
- 一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。-Ini to read and write a configuration file example. List1 in读出数据from written to ini file, ini file from the write to list2.
example
- 程序前半部分是提取BMP文件信息,后面是将有效数据按一定格式(一次实际需求XXX)写入文件中 -Procedures for extraction of the first half is a BMP file information, will be followed by valid data according to a certain format (a real demand for XXX) into the document
FileTree20
- 州的分割文件后觉得这确实是一个简单的思路,但是要把他编得更加完美却较难有句话:小事不做何以做大事,编一百个软件不如编好一个软件.本人的分割文件思想是把要分割的文件一次读入内存求的分割的数目,然后分别写入文件接着写入文件信息以便合并使用,不过该软件有个缺点: 他用的是属性页对话框写的框架我还不知道怎么修改他自带的退出按钮,-After the partition of the document states that this is indeed a simple idea, but should
aeasysystemforjournal
- 一个简单又高效的日志系统 本文给出一个性能高,使用简单的日志解决方案。本模块实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-A simple and effective logging system In this paper, a high-performance, using a simple log solution. The module to achieve vo
TaxiManagement
- 通过读写文件的方式将出租车的信息读入内存和写入文件,在程序中用链表保存待租车和归还车,实现了出租车的管理。其中有涉及较多文件读写的东西。-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.
longlong
- 向指定文件写入数据,若文件不存在则自动创建文件,并将数据写入文件末尾。-Write data to the specified file, if the file does not exist will automatically create the file, and write data to end of the file.
