搜索资源列表
main
- 纯真版IP数据库查询代码原源代码中有一个错误导致取出的地区信息有误 在readFullAddr函数中 if ( byte == REDIRECT_MODE_2 ) { int p = 0 fread(&p,1,3,dbfile) address = readString(p) fseek(dbfile,p+4,SEEK_SET) 这段中 最后一句fseek(dbfile,p+4,SEEK
eFS
- ucFS的加强版,含完整代码,原版的ucFS不支持长文件名和中文(因为不支持UNICODE). 经本人修改目前已经支持长文件名,长目录名等,同时定义了自己的扩展UNICODE支持,可用于显示中文,日文等文件名。而且对FAT表操作做了处理,将FAT信息放在内存中,有效提高文件FSEEK的速度,已经应用到公司的项目中,对嵌入式应用中随机读写文件效果很明显!
main
- 纯真版IP数据库查询代码原源代码中有一个错误导致取出的地区信息有误 在readFullAddr函数中 if ( byte == REDIRECT_MODE_2 ) { int p = 0 fread(&p,1,3,dbfile) address = readString(p) fseek(dbfile,p+4,SEEK_SET) 这段中 最后一句fseek(dbfile,p+4,SEEK
eFS
- ucFS的加强版,含完整代码,原版的ucFS不支持长文件名和中文(因为不支持UNICODE). 经本人修改目前已经支持长文件名,长目录名等,同时定义了自己的扩展UNICODE支持,可用于显示中文,日文等文件名。而且对FAT表操作做了处理,将FAT信息放在内存中,有效提高文件FSEEK的速度,已经应用到公司的项目中,对嵌入式应用中随机读写文件效果很明显!-ucFS the enhanced version, with complete
origin
- wav的简单读取,fread fseek 等等的简单实现,小程序-wav s simple reading
file_operation
- 关于文件读写操作,其中用到了fread,fwrite还有文件定位函数fseek!-A small program about manipulating files using file read function fread and file write function fwrite!
readfile
- 该代码对文件进行写入并寻找文件中指定的字符,说明了fseek的用法-The code has confirm the using of the "fseek" function
freadFloat
- 读取txt文件中的浮点数据,涉及fread函数,及fseek函数的使用。-Txt file to read floating point data, involving fread function, and the use of fseek function.
fseek
- 截取部分语音波形,并形成新文件,可以从任意点开始到任意点结束-Intercept part of the voice waveform, and the formation of a new file, you can start from any point to any end point
fseek
- fseek定位文件大于2G文件的接口-locate the file fseek interface files larger than 2G
fseek
- 这是一个用C语言来操作文件指针对文本进行读写操作的简单程序,供初学者参考-This is a example for file point,we could use point control write and read files,
fseek
- 简单文件复制代码 visual studio 2010 编译通过-Simple file copy code Visual studio 2010 compiled by
Cdocreadwrite
- C文件读写教程 简明易懂 介绍了fopen fseek等函数的用法-C document input output
fopenfseek
- C++中fopen和fseek两个函数的应用例子,可以很好的帮助理解fopen和fseek函数-C++ fopen fseek function example, can help understand fopen and fseek function
exam060
- C语言实现随机存取数据,借助于fseek()函数可以设置文件的位置,再使用C的I/O系统便可以完成随机读写操作-C language random access data by means fseek () function can set the location of the file, using C, I/O system can complete random read and write operations
pestring
- 修改PE中字符串(*生成器制作方法), VC++中修改PE文件字符串的方法(fseek、fwrite暴力修改) -Modify the PE strings in the (Trojan generator production methods) VC++ modify the PE file string (fseek, fwrite violence modify)
f
- 我修改的是“工资管理”。这个程序的程序相当的复杂,最初看了几便还是看不懂上什么意思,因为里面出现了许多的我所未知的特殊的标示符。例如:printf,scanf不过这些还可以,我在书上还可以找到,但是还有的例如:FILE *file curpos,fseek,ftell,fclose and so on.我就不知道是什么意思了,而且出上也找不到,且此程序通遍是这样的语句,我更本没有办法看懂,所以在看了课程设计此题的要求之后,我就按照自己所
fprintf-fseek
- 文件读取以及文件定位,fscanf.fseek,通信建模以及仿真的必备-Read and file location, fscanf fseek, necessary of the modeling and simulation of communication
inv_sysfs_utils
- General TODO list: Select more reasonable string lengths or use fseek and malloc.
VC登录界面
- VC界面编程实现登陆的方法,利用dat文件的读取与写入。在xp,win7,win10下测试通过。(VC interface programming landing method, the use of dat file read and write. Tested under XP, win7, win10.)