搜索资源列表
结构体序列化读写二进制文件类
- 结构体序列化读写二进制文件类
VC读写txt文件的程序
- VC读写txt文件的程序,数据由空格,逗号或回车分隔开,还包括读取图位文件和二进制文件!,VC literacy txt documents, data from space, or comma separated from the transport, including map-reading documents and binary files!
C# 读写二进制文件的一个示例
- C# 读写二进制文件的一个示例,初学者看一下有收获。-C# an example of reading and writing binary files, beginners look at the harvest.
FileSystem
- 文件系统 通过程序模拟Linux文件系统,用一个二进制文件(FileSystem.disk)来模拟磁盘.设计一个多用户的二级文件系经统、实现一般的创建文件、目录,删除文件、目录,切换目录,打开、关闭文件、读写文件等操作。-File system through the Linux file system simulation, with a binary file (FileSystem.disk) to simulate the disk. To design a multi-user doc
ReadBinaryFile
- 自己写的一个二进制文件读取和分析的小工具,主要特色是支持十六进制数据到十进制double和float的转换。好东西哦!-Writing itself a binary file to read and analyze a small tool, the main features are support for hexadecimal data to decimal conversion double and float. Oh good stuff!
ReadBin
- vc++6.0下的一个读取二进制文件里面双精度数据的小段代码。-vc++6.0 under a binary file to read the data inside the double-precision small pieces of code.
ReadAndWriteBinaryFile
- C#二进制文件读写实例(WinForm实现),保证打开就可用!-C# example of binary file reading and writing (WinForm implementation), ensure that you can use to open!
readwrite
- 详细介绍了文本文件和二进制文件的读写方法,方法巧妙、全面-Details of the text files and binary files read and write methods by ingenious, comprehensive
ReadFile
- C语言 文件操作 文本文件读取及显示及二进制文件读取及换行显示-C language file operations to read and display text files and binary files read and wrap
teacher
- 2003 - 2004 学年度(下)C++ 课程设计题目 实现简单的教师信息管理系统,使用到了链表,定义了一个 TeacherList 类,可以实现简单的插入,查找,删除等功能,涉及到二进制文件的读写操作。-2003- 2004 school year (the) C++ Curriculum design subject teachers to achieve a simple information management system, the use of the list, Teache
MyOKFile
- 本程序演示const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点
cp
- 文件操作,包括文本文件读写,二进制文件读写-File operations, including read and write text files, binary files
01_BinaryView
- 直接读取文件的二进制,通过此软件,你可以直接看到文件的二进制信息-Read the binary file directly through the software, you can directly see that the binary file information
zhenfengzhuang
- 编程实现帧封装。帧封装只是在数据的头和尾上加特定的二进制数据,可以直接用读写二进制文件的方式读出来,然后把该加的头尾写进去就行了。 -Programming frame package. Encapsulated only in the data frame the head and tail add a specific binary data, you can read and write binary files directly read out the way and the
123456
- 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
FileWrite
- 读写二进制文件,简单程序,可以作为程序开发时的参考-Reading and writing binary files, a simple procedure, can be used as a reference when program development
BFD_single_file
- 对单个文件读取文件的二进制值,并且将相应的16进制存到另外一个文件中。 以及硬盘常见故障修复-Read the file on a single file binary value, and the corresponding 16 hex deposit to another file.
erjinzhiduxie
- C++.NET环境下的二进制文件读写 例程很好 希望能帮助到大家-C++. NET environment routines to read and write binary files very well intend to help you
二进制文件的读写
- 将程序中产生的文件以二进制形式写入电脑硬盘(Writes the files generated in the program in binary form to the computer hard disk)
读写文件
- VC++读写大块资料(二进制)文件,vc6开发,调试通过(VC ++ read and write large pieces of data (binary) files)