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

搜索资源列表

  1. GcfxTest

    0下载:
  2. 程序运行过程中,鼠标位置的记录与重演 GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos / SetCursorPos, fwrite / fread
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:25438
    • 提供者:szh
  1. fwrite

    0下载:
  2. 文件读写函数fread和fwrite ,文件读写函数功能1-document literacy fread and fwrite function, documents a functional literacy function
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1329
    • 提供者:ghost2008
  1. IOLoadLib

    0下载:
  2. 自己写的一个IO库,模拟了一下fopen,fread,fwrite. -himself wrote an IO of the simulated what fopen, fread and fwrite.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7597
    • 提供者:LB
  1. dsakf

    0下载:
  2. % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 functi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3423
    • 提供者:yubo
  1. StudentMan_finish

    0下载:
  2. 学生学籍管理系统,用到了fopen,fwrite和string的操作.可以实现保存信息的功能.
  3. 所属分类:文件操作

    • 发布日期:2014-01-18
    • 文件大小:697729
    • 提供者:gto9999
  1. 45-70

    0下载:
  2. C语言精彩百例第45-70例 第二篇 深入提高篇 实例45 结构体变量 实例46 结构体数组 实例47 结构体指针变量 实例48 结构体指针数组 实例49 共用体变量 实例50 枚举类型 实例51 读写字符 实例52 读写字符串 实例53 格式化输出函数 实例54 格式化输入函数 实例55 打开和关闭文件 实例56 fputc()和fgetc() 实例57 函数rewind() 实例58 fread()和fwrite() 实例59
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:22329
    • 提供者:杨志亮
  1. swfile

    0下载:
  2. 比用fread/fwrite的方式速度快了不少的读写文件方式。其中包括了读写文本文件和二进制文件的函数。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1151
    • 提供者:song_wing
  1. fat16test

    0下载:
  2. 包装了一个开源的FAT16文件系统,可以用在单片机上,并且做了一个封皮,使得开发者能以标准I/O函数的形式使用它,如fopen, fread, fwrite等。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:63146
    • 提供者:文远
  1. freadandfwrite

    0下载:
  2. c语言中fread fwrite的实现,用函数实现-c language fread fwrite realization, using function
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:851
    • 提供者:刘建阳
  1. fwrite

    0下载:
  2. 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1953
    • 提供者:duhongye
  1. image

    0下载:
  2. 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
  3. 所属分类:MPI

    • 发布日期:2017-03-26
    • 文件大小:1960
    • 提供者:刘铭
  1. 123456

    0下载:
  2. 模拟实现单机目录FAT的文件系统 基本思路:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。 基本设计要求:1、实现如下文件系统功能(过程或函数): a、 打开文件系统 FILE *OPENSYS(char *filename) b、 关闭文件系统 int CLOSESYS(FILE *stream) c、 显示目录 void LISTDIR(void) d、 建立文件 int FCREATE(char *filename) e、 删除文件 int
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:15224
    • 提供者:黎民
  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. Pack

    1下载:
  2. 简单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
  3. 所属分类:Windows Develop

    • 发布日期:
    • 文件大小:43868
    • 提供者:haochaoqing
  1. wav

    0下载:
  2. 能夠讀寫出wave檔的資料 並且在fwrite能配置不倒出不同的輸出資料-Can read and write the wave file data and can be configured in the fwrite output data is not poured out a different result
  3. 所属分类:Audio program

    • 发布日期:2017-04-04
    • 文件大小:2572
    • 提供者:黃星野
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:36013
    • 提供者:yiyuzhiming
  1. ArmUcosextendfilesystem

    0下载:
  2. 在Arm Ucos平台上扩展及使用文件,含操作函数fopen ()、fRead ()、fWrite()、fClose()等-In Arm Ucos platform ,extend and the use of file system, including follow operations about fopen (), fRead (), fWrite (), fClose ()functions, etc.
  3. 所属分类:uCOS

    • 发布日期:2017-04-06
    • 文件大小:799627
    • 提供者:zhaojiahua
  1. Cbingdu

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

    • 发布日期:2017-03-29
    • 文件大小:7088
    • 提供者:2626648
  1. fread-fwrite

    0下载:
  2. C语言fread函数和fwrite函数的用法及其实例 C-C language fread function and usage of the fwrite function and its instance C
  3. 所属分类:File Operate

    • 发布日期:2017-03-22
    • 文件大小:226991
    • 提供者:miracle
  1. fwrite

    0下载:
  2. 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1994
    • 提供者:bai224973
« 12 »
搜珍网 www.dssz.com