CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fseek

搜索资源列表

  1. main

    0下载:
  2. 纯真版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_SET) 应改为 fseek(dbfile,co
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2079
    • 提供者:1111
  1. eFS

    3下载:
  2. ucFS的加强版,含完整代码,原版的ucFS不支持长文件名和中文(因为不支持UNICODE). 经本人修改目前已经支持长文件名,长目录名等,同时定义了自己的扩展UNICODE支持,可用于显示中文,日文等文件名。而且对FAT表操作做了处理,将FAT信息放在内存中,有效提高文件FSEEK的速度,已经应用到公司的项目中,对嵌入式应用中随机读写文件效果很明显!
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:148687
    • 提供者:directsex
  1. freadFloat

    0下载:
  2. 读取txt文件中的浮点数据,涉及fread函数,及fseek函数的使用。-Txt file to read floating point data, involving fread function, and the use of fseek function.
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:655
    • 提供者:liwenwen
  1. fopenfseek

    0下载:
  2. C++中fopen和fseek两个函数的应用例子,可以很好的帮助理解fopen和fseek函数-C++ fopen fseek function example, can help understand fopen and fseek function
  3. 所属分类:File Operate

    • 发布日期:2017-11-09
    • 文件大小:3665
    • 提供者:鲁力
  1. origin

    0下载:
  2. wav的简单读取,fread fseek 等等的简单实现,小程序-wav s simple reading
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:1381
    • 提供者:tangshaobo
  1. file_operation

    0下载:
  2. 关于文件读写操作,其中用到了fread,fwrite还有文件定位函数fseek!-A small program about manipulating files using file read function fread and file write function fwrite!
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:8811
    • 提供者:fandeqiu
  1. readfile

    0下载:
  2. 该代码对文件进行写入并寻找文件中指定的字符,说明了fseek的用法-The code has confirm the using of the "fseek" function
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:315936
    • 提供者:Mathild
  1. fseek

    0下载:
  2. 截取部分语音波形,并形成新文件,可以从任意点开始到任意点结束-Intercept part of the voice waveform, and the formation of a new file, you can start from any point to any end point
  3. 所属分类:Audio program

    • 发布日期:2017-03-31
    • 文件大小:104077
    • 提供者:wangld
  1. fseek

    0下载:
  2. fseek定位文件大于2G文件的接口-locate the file fseek interface files larger than 2G
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:4408
    • 提供者:cbliu
  1. fseek

    0下载:
  2. 这是一个用C语言来操作文件指针对文本进行读写操作的简单程序,供初学者参考-This is a example for file point,we could use point control write and read files,
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:158636
    • 提供者:关元超
  1. fseek

    0下载:
  2. 简单文件复制代码 visual studio 2010 编译通过-Simple file copy code Visual studio 2010 compiled by
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:657
    • 提供者:新来的
  1. Cdocreadwrite

    0下载:
  2. C文件读写教程 简明易懂 介绍了fopen fseek等函数的用法-C document input output
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:139875
    • 提供者:曹斌
  1. exam060

    0下载:
  2. 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
  3. 所属分类:File Formats

    • 发布日期:2017-12-01
    • 文件大小:2178
    • 提供者:vera
  1. pestring

    0下载:
  2. 修改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)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:50685
    • 提供者:吴勇辉
  1. f

    0下载:
  2. 我修改的是“工资管理”。这个程序的程序相当的复杂,最初看了几便还是看不懂上什么意思,因为里面出现了许多的我所未知的特殊的标示符。例如:printf,scanf不过这些还可以,我在书上还可以找到,但是还有的例如:FILE *file curpos,fseek,ftell,fclose and so on.我就不知道是什么意思了,而且出上也找不到,且此程序通遍是这样的语句,我更本没有办法看懂,所以在看了课程设计此题的要求之后,我就按照自己所会完成这个程序,此题的课程设计要求如下: 1.用类的形式
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1711
    • 提供者:jessica
  1. fprintf-fseek

    0下载:
  2. 文件读取以及文件定位,fscanf.fseek,通信建模以及仿真的必备-Read and file location, fscanf fseek, necessary of the modeling and simulation of communication
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:788
    • 提供者:张俊
  1. inv_sysfs_utils

    0下载:
  2. General TODO list: Select more reasonable string lengths or use fseek and malloc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2537
    • 提供者:saoguija
  1. VC登录界面

    1下载:
  2. VC界面编程实现登陆的方法,利用dat文件的读取与写入。在xp,win7,win10下测试通过。(VC interface programming landing method, the use of dat file read and write. Tested under XP, win7, win10.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:31744
    • 提供者:hjf
搜珍网 www.dssz.com