搜索资源列表
读写文件
- 一个读写文本文件的类,基本上各种文件操作都齐全了-read and write text files a class, basically documents the operations are complete
关于文本文件读写文件
- 介绍读写文本文件的方法
Crimson 文本编辑器源码
- 功能强大的文本编辑器源码,用VC6可以直接打开编译。。。是韩国人写的,我在他的网站上下载的,有兴趣的朋友可以下载试试,编译前先替换资源文件,否则编译出来是韩文的
20040913190255_vczx_clsrwini
- 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categ
读写文件
- 一个读写文本文件的类,基本上各种文件操作都齐全了-read and write text files a class, basically documents the operations are complete
简易文本编辑器2
- 随用随写的简易文本编辑器-used when writing simple text editor
reitp
- 用VC中RichEidt写的文本编辑器,有自动换行等功能.对写文本编辑器的朋友还是很有帮助的-with VC RichEidt written text editor, auto line capabilities. To write a text editor or a helpful friend
FileOperation
- 读写文本文件。 1 创建一个文本文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。 读写二进制文件。 1 创建一个二进制文件。 2 向文件中写入数据(数据行数不小于10条)。 3 从文件中读取数据,并显示读取结果。-read and write text files. 1 Create a text file. Two documents to write data (data not les
实验三--文本编辑器
- 这是一个仿照windows下的记事本和写字板所写的一个用户界面友好的文本编辑器,实现了大部份的功能,具有工具栏,状态栏等,可供初学者参考。-modeled on the windows of the notebook and tablet written in a user-friendly text editors, achieving most of the functions, toolbar, status bar, for a
VC文本编辑器
- 用VC编写的一个文本编辑器.自己初学时写的 拿出来和大家交流。-VC prepared a text editor. When their learning to write and produce exchange.
FileReadWrite
- 一个可以按照一定的格式来读取或者写文本文件的程序。-according to a certain format to read or write text file.
vcFileIO
- 内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, access
scorecomputeandfilewrite
- C++文本文件的读写以及计算平均成绩-C text file read and write and calculate average scores ~~~~~~~~~~~~~~~~~~~~
constcharcharconst
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置
CSpreadSheet_src
- 有些时候我们希望将输出的数据存到EXCEL文件或一些符号分隔文本文件(像逗号分隔、Tab符分隔)。CSpreadSheet类封装了对这些文件的读写操作。CSpreadSheet类的目标是简单易用,其主要的特性如下: 1、构造一个新的EXCEL文件或符号分隔文本文件,并在其中写如行或单个的单元。 2、读取行、列或单个单元。 3、覆盖、插入或追加行。 4、将已存在或新的EXCEL文件转化成符号
VCtxt
- VC读写文本文件, CString strLine while(file.ReadString(strLine)){str = strLine + "P-Tree" a<<str<<end-VC to read and write text files, CString strLine while (file.ReadString (strLine)) (str = strLine+ P-Tree a
swfile
- 比用fread/fwrite的方式速度快了不少的读写文件方式。其中包括了读写文本文件和二进制文件的函数。-Than with fread/fwrite way faster than a lot of reading and writing papers. Including reading and writing text files and binary files function.
PadExa
- 一个简单的读写文本文件的例子,供初学者参考。-Read and write a simple text file example, the reference for beginners.
txtOUT
- 初学者使用,写文本文件演示程序。自动形成文本文件,将数据写入-write A TXT file
范例_二进制读写文本(VB.NET)
- vb.net二进制方式读写txt文本范例,适合初学者参考学习(Vb.net binary way to read and write TXT text example, suitable for beginners reference learning)