搜索资源列表
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
读文本文件
- 本程序是一个用vc编写的实现对读入文本的读取的一个程序,但是还有一些缺陷不是很完善,希望与大家交流-this is a procedure with the realization vc prepared to read the text of a procedure to read, but also has some flaws is not perfect, and we hope that the exchanges
从文件读取数据放入另一文件
- 编写程序从一个文件读入若干字符串,然后输入到另一个文件中,按从小到大的顺序排序后存储。
27796707ASE_OpenGL(用vc++6.0编程将3dS文件转换成OpenGl文件的读入操作).rar
- OpenGL(用vc++6.0编程将3dS文件转换成OpenGl文件的读入操作)
文件读写查询
- 一个简单的从文件读入数据到数组再在屏幕上打印的小程序,给初学者参考的。-a simple read from the document data into array on the screen again in the small print procedure, the reference to beginners.
一个很好的文本编辑器
- 一个很好的文本编辑,实现了文本文件的创建、读入、保存。文件内容的修改:字、词、段的插入、删除、修改。文件内容的查找、替换:词,文件内容的Copy、Paste。不使用MFC-a good text editor, the realization of the creation of text files, read, the depositary. The contents of the documents modifications :
文件的~1
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
读文本文件
- 本程序是一个用vc编写的实现对读入文本的读取的一个程序,但是还有一些缺陷不是很完善,希望与大家交流-this is a procedure with the realization vc prepared to read the text of a procedure to read, but also has some flaws is not perfect, and we hope that the exchanges
ply文件格式源代码
- 三维图形学,逆向工程一个文件格式读入与输出的源代码,大家有意可以研究一下。-3D Computer Graphics.VC in/out source code of a file format about reverse engineering .
bmp图像浏览器
- 实现bmp图像文件的读入和存取,同时能对bmp文件进行基本的编译,如:放大、截取-This programme can read and save bmp image meanwhile it can operate the bmp image file basically ,for example, zoom and cut the image.
FrequencyImage
- 包括如何将几百个*.txt的文件读入程序,并通过快速傅立叶变换进行数据处理画出图像。-including how to hundreds*. txt file into the process, and through the fast Fourier transform data processing paint images.
LoadTxt
- 利用VC++读入文本文件,显示文本内容的数据-VC read into text documents, text data
jiyuzhifangtu
- 读入一个标准图像格式文件(JPG,BMP,TIFF等)并显示出来。利用直方图技术实现图像的增强并存储这幅图像。比较与原图像的区别 -read into a standard image format (JPG, BMP, TIFF, etc.) and displayed. Histogram using technology to enhance the image and image storage site. Comparis
opencv-ex2-1
- 从磁盘中读入图像文件,并将图像显示在屏幕上-Chik-tong grab中入 millet standard text像sweet Wei , standard glass像Now 屏 wholesale striped显Article
opencv-ex3-2
- 读入图像文件,做图像反转,然后显示图像在屏幕上-Read into the image files, make image inversion and then display the image on the screen
combinefile
- 文件合并算法将原来的文件统一当作二进制文件依次读取,然后依次写入一个新的二进制文件中,这样就完成了合并操作;反向操作就可以分割文件了…… 先自己定义一个通用的文件表示,比如说下列格式:文件名长度(4字节),文件名,文件长度(4字节),文件内容。然后新建一个文件,将你要加入的文件依次写进(当作二进制文件)。 至于还原吗,先读入合并后的文件,然后依次按以下过程还原文件:读入文件名长度,按此长度得到文件名,读入文件长度,按此长度得到文件的内容
12222221
- 从磁盘中读入图像文件,并将图像显示在屏幕上-Read from the disk image file, and image display on the screen
jdwjcl
- 简单的文件处理工具,用于读入文件并进行字符串操作-Simple file processing tool, used to read the file and string operations
mfcreadfile
- 使用vc++6.0读入文件,可附加其他代码使用(mfc for reading file)(vc++6.0 for a procedural terrain walkthrough)
1 文件读取 链表操作
- C++语言编写,可实现文件读入链表操作,数据结构课程设计(C++ files are read into the list, the design of the data structure course)