搜索资源列表
C++file
- 关于C++类的简单练习,熟悉关于C++类的文件操作与数据流的过程-on simple exercises, to become familiar with the C file manipulation and data flow process
C-PRO
- 用C语言实现操作系统多级队列调度和时间片轮转调度。上传文件夹里有源代码和程序算法流程图。-C language operating system Multi-Queue scheduling and time slice Web scheduling. Upload file folder Active code and procedures algorithm flowchart.
File
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。
file
- c++写的文件管理的程序,操作系统会用到
C++课程设计
- 课程设计制作的一个简单的基于文件管理方式的影像资料管理系统-course design produced by a simple file-based image management information management system
file
- 命令行下文件操作小程序.包括复制,移动,删除.用法: -c filename newname 复制 -m filename newname 移动 -d filename 删除
PEFile.rar
- 使用C语言分析Windows的PE文件格式源码, 函数封装在pe/pe.h中,PE File.c是一个简单的测试代码 ! ,The use of C language analysis of the PE file format Windows source code, function is packaged in a pe/pe.h in, PE File.c is a simple test code!
las2txt
- 读取las文件并转换为txt文件 (C++源码)-Read las file and convert to txt file (C++ source code)
CPP-file-operation
- C++文件操作,包括文件打开 文件读取 文件写入 文件定位等-C++ file operations, including files written to the file open the file read the file positioning
EXCEL
- VC++对EXCEL表格进行操作,可以对数EXCEL文件进行存取、打开、保存等各种功能。-VC++ on the EXCEL spreadsheet to operate, you can log EXCEL file access, open, save and other features.
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++
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
tdxcsh
- c文件操作,修改文件,打开,读取,写入,关闭-c file operations, to modify the file, open, read, write, close
SWAP
- 二进制文件,所有字节的高四位与低四位调换。-Binary file, all four bytes of high and low four swap.
(2008091211)fenge
- 文件分割与合并功能,支持超大文件分割,利用多线程和文件映像技术,提高分割合并文件的速度,本人原创!-Document segmentation and merge functions, support for large file segmentation, the use of multi-threaded and document imaging technology to improve the segmentation rate of the consolidated document,
file
- 分割與合併文件 file.exe -c file1 file2 file3 ... 將file2,3...結合成file1 file.exe -e file1 file2 file3... 將file1分開成file2,3-Segmentation and consolidated document file.exe-c file1 file2 file3 ... will file2, 3 ... into file1file.exe-e file1 file2 file3 .
c++FileOperation
- C++文件操作精华,包含原理与示范代码,非常透彻,简洁实用!-C file operations essence Principle and model code contains a very thorough, concise and practical!
jpdirxp3.c
- My Dirtree / file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 3-My Dirtree/file to csv lister. Includes MD-5 Hash of each file. Written in Borland C. (C++ Compiler). Ver 3
File_CSV
- TXT .INI .CSV 三种文件类型的操作,包括读,写。-TXT. INI. CSV file of three types of operations, including reading, writing.
output-to-a-new-file-C
- 有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中 -There are two disk file A and B, each deposit A line letters and asked to the two files with the information (in alphabetical order), The output to a new file C