搜索资源列表
GcfxTest
- 程序运行过程中,鼠标位置的记录与重演 GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos / SetCursorPos, fwrite / fread
fwrite
- 文件读写函数fread和fwrite ,文件读写函数功能1-document literacy fread and fwrite function, documents a functional literacy function
StudentMan_finish
- 学生学籍管理系统,用到了fopen,fwrite和string的操作.可以实现保存信息的功能.
swfile
- 比用fread/fwrite的方式速度快了不少的读写文件方式。其中包括了读写文本文件和二进制文件的函数。
fwrite
- 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
123456
- 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
file_operation
- 关于文件读写操作,其中用到了fread,fwrite还有文件定位函数fseek!-A small program about manipulating files using file read function fread and file write function fwrite!
Pack
- 简单C函数实现的打包解包小工具:基本上只用C语言文件操作函数fopen,fread fwrite等实现的打包小工具-Simple C functions is packaged unpack Gadgets: Basically, only C language file manipulation functions fopen, fread fwrite, etc. to achieve the packaging Gadgets
Cbingdu
- 1.在C、D、E盘和c:\windows\system、c:\windows中生成本病毒体文件 2.在C、D、E盘中生成自动运行文件 3.注册c:\windows\system\svchost.exe,使其开机自动运行 4.在C:\windows\system下生成隐蔽DLL文件 5.病毒在执行后具有相联复制能力 1.在所有磁盘的根目录生成svchost.com和autorun.inf文件 2.生成病毒体: c:\windows\wjview32.com c:\w
fread-fwrite
- C语言fread函数和fwrite函数的用法及其实例 C-C language fread function and usage of the fwrite function and its instance C
fwrite
- c语言文本操作的小程序,囊括了c语言对文本操作-c language text manipulation
fatfs源代码
- 此代码是fatfs源代码,并介绍了一下几部分:移植目的 移植条件 对命令界面所实现功能的描述 建立文件系统 命令执行框架 diskio.c中底层驱动程序的编写 下载、测试 FAT32文件系统格式分析 读文件执行流程分析 、添加新的命令fwrite
c
- 设计实现对文件 file.txt的读取功能,实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite)-Design to read file file.txt function on the entire line of the file reads and writes (unavailable fscanf, fprintf function can only fread and fwrite)
file-operations
- 含有运行结果哦~功能齐全而且是优化版 文件操作设计及实现 总体设计:设计实现对文件 file.txt的读取,插入和增加的功能; 要求: (1)实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite) (2)实现文件中间插入一段话--------这是一个测试; (3)实现对文件的创建,文件写入和添加; -Contains the results oh fully functional and optimized version
fileStudy
- 该程序主要用于利用fopen函数以及fwrite,fread函数,对文件进行读写-The program is mainly used to exploit the fopen function and fwrite, fread function to read and write to the file
block_read_write_txt
- 实现了一个文档的分段读写,使用的函数是fread和fwrite-introduce an method for txt document write & read with block
fwrite
- 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
VC登录界面
- VC界面编程实现登陆的方法,利用dat文件的读取与写入。在xp,win7,win10下测试通过。(VC interface programming landing method, the use of dat file read and write. Tested under XP, win7, win10.)
Desktop
- 写入两个文件,将两个文件放入文件3,现有两个文本文件db1.txt和db2.txt。db1.txt中第一列为姓名,第二列为英语成绩;db2.txt中第一列为姓名,第二列为数学成绩。通过姓名字段将db1.txt关联到db2.txt文件生成db3.txt文件,使db3.txt文件的第一列为姓名,第二列为英语成绩,第三列为数学成绩,第四列为平均成绩。(fwrite two information about onr person in two file,then put then together i