搜索资源列表
file.rar
- 该类是读写文件的工具,可以快速的读取文本文件,使用于读写比较大的文本文件。,Such is a tool to read and write files, you can quickly read a text file, used in relatively large read and write text files.
File
- VC++编写的文本文件和二进制文件读写实例,并可以打开文件绘制波形图-VC++ written in text files and binary files read and write instance, and can open the file draw waveform
FileMapping(csharp)
- 在C#中使内存映射文件方式进行文件读写, 文件读写功能由一个C++写的DLL提供. 附件内含有完整的DLL工程和C#调用工程.-In the C# Make the memory-mapped files of papers to read and write, file read and write function by a C++ Provide written DLL. Annex DLL contains a complete engineering and C# Call works
file-reading
- c实现的文件读写。数据源不断产生数据,能够实现对其不断的写入。包含设计文档!-c to achieve the file read and write. Data sources continue to generate data, to achieve its write. Contains design documents! Has been validated in dev c++
FileWrite
- 文件操作,文件读写,文档序列化,文件保存-File operations, file reading and writing, document sequence, the file is saved
file
- 在vc下,经常要读写文件,有些类好用但有限制,比如CFile用于mfc,这个代码不受任何限制-In vc, the often have to read and write documents, and some easy to use but restricted category, such as CFile for mfc, this code without any restrictions
file
- 以写方式打开文件f1.txt,关闭文件和以读写方式打开二进制文件-Open the file in order to write the way f1.txt, close the file and open the way to read and write binary file
File
- 这是一个对文件进行读写的一个程序,对vc初学者很有用!-This is a a program for read and write , and it s useful for vc++ beginners !
File
- 基于VC++的文件读取写入等操作,win.ini文件和注册表的读写-Based on VC++ to write such a document reading operation, win.ini file and registry read and write
File
- 简单的VC程序,用VC工具实现文件的写入和读取。-Simple VC program, with the VC tool for file write and read.
File
- VC++针对文件的操作的工程文件,包含对文件的写入,读取,格式变换等基本程序-VC++ file operations for the project file that contains the file write, read, format conversion and other basic procedures
file
- VC编程关于文件的读写。mfc与api方式-VC programming on the file read and write. mfc way with the api
file-read-write_C-Language
- 对常用的文件读写做了小结,不清楚的朋友可以看看,还是不错的幺-Read and write files on the common with a summary, do not know friends can see, is good unitary
Biff
- EXCEL File writer using the BIFF record types. Easy entry to start with EXCEL file format.
Text-file-combiner
- 文本文件合并器将txt文件合并到一个文件中,可以选择是否写入分隔符号-Txt text file combiner to merge the file to a file, you can choose whether to write a separator
File-management
- 文件管理,创建文件,写入内容,删除文件的功能,测试已经通过了,基本功能很实用,值得学习-File management, create a file, write content, delete the file function, the test has passed, the basic function is very useful, it is worth learning
File
- 文件操作,文件的打开和关闭,向文件中写信息,读信息。-File operations, open and close the file, write to the file information, read the information.
read-and-write-CSV-file
- 可以实现CSV的写入文件读取。同样如果将程序稍作改动就可实现各种格式的文件的写入和读取。文件是以逗号和回车为间隔的写入的。这样可以用excel软件打开该文件。同时,在读取时,将存取的数字在逗号和回车的交替中提取出来。-You can write the CSV file to read. The same if the program make a little change can be achieved in various formats file write and read. The
File
- 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
file-operations
- 含有运行结果哦~功能齐全而且是优化版 文件操作设计及实现 总体设计:设计实现对文件 file.txt的读取,插入和增加的功能; 要求: (1)实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite) (2)实现文件中间插入一段话--------这是一个测试; (3)实现对文件的创建,文件写入和添加; -Contains the results oh fully functional and optimized version
