搜索资源列表
CInpuOut
- 使用c语言实现位图文件的输入输出操作,自定义位图格式结构。-use language bitmap file input and output operations, custom bitmap format structure.
数字水印技术
- 包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范性的意义,且有一定的鲁棒性。需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。如果需要读取其它格式的图像,读者可以修改程序中图像存取部分的代码。对于Linux下编译程序不熟悉的可以参考相关的Linux编程书籍。-contains transplantation based on the C language digital waterma
c语言编程宝典(王大刚)
- 基础篇 1.1 Turbo C语言概述 1.2 C语言的特点 1.3 Turbo C 概述 1.4 Turbo C 2.0的安装和启动 1.5 Turbo C 2.0集成开发环境的使用 1. 数据类型、变量和运算符 2. 数据类型 3. 关键字和标识符 4. 变量 5. 运算符 Turbo C 程序设计初步 1.1 输入输出函数及控制流程语句 1.2 文件的输入输出函数 1.3 控制流程语句
LZWCompaction
- 数据压缩编码LZW演示版本,基于文件的输入输出操作.-LZW data compression coding demo version, file-based input and output operations.
Fibonacci
- 该程序实现了对文件的输入输出读取操作,并用C语言实现了对于Fibonacci函数的数学计算
对I/O格式化的输入输出
- 对I/O格式化的输入输出 和 文件流的输入输出,对文件的操作等还有继承多态等四个程序
FileIO
- 文件的输入输出。输入名字,成绩,学号;保存为数据库文件。-document input and output. Input names, achievements, school; Preservation of the database files.
test
- 利用文件的输入输出流对文件进行写入,并把写在第一个文件里的内容 读出并写入到第二个文本里
C++程序
- 文件的输入输出操作
EZW-vc
- 嵌入零树小波编码算法的vc源代码,EZW算法的主扫描以及辅扫描编码,图像文件的输入输出-source codes of EZW
Text1
- VC MDI程序,比较全面地介绍了ListBox,ListCtrl,Combox等的使用,自定义菜单,工具栏,以及文件的输入输出等-VC MDI process, a more comprehensive descr iption of the ListBox, ListCtrl, Combox such as the use of custom menus, toolbars, and file input and output, etc.
io(2008-11-20)
- 本程序较简单,主要是实现文件的输入输出流
Fileinputandoutput
- 文件的输入输出,也就是对文件的读写操作,通过编译的。-File input and output, that is, the file read and write operations through the compiled.
Example10_9
- 实现文件的输入输出 是一个很好的文件输入输出流的参考代码-input date of files and output data of files
fileIO
- 文件的输入输出,包括读文件操作(读字符、字节),写文件操作,拷贝文件。-File input and output, including the reading file operations (read characters, bytes), write file operation, copy the file.
hebing.txt
- 使用文件字节输入输出流,合并两个指定文件。文本文件里放的就是源代码
InterpTools
- 实现1维2维等插值,实现外部文件的输入输出等操作(the interpretation of 1 dimension and 2dimensions)
文件的输入输出
- 对文件进行读写操作,涉及文件指针,文件操作的一些命令。(Read and write files, refer to the file pointer, some commands of the file operation.)
文件
- 产生15个20~9999之间的随机整数,然后利用BufferedWriter类将其写入文件file2.txt中;之后再提取该文件中的数据并将它们以升序排列。(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in as
各类数据的输入输出
- 产生若干个周期的正弦波数据,以当前系统日期和自己的姓名为文件名分别存储为文本文件、二进制文件和电子表格文件,然后分别读取并显示其波形(Generates several cycles of sine wave data, which are stored as text files, binary files, and spreadsheet files respectively with the current system date and their name as file names,