Welcome![Sign In][Sign Up]
Location:
Search - fwrite

Search list

[File OperateGcfxTest

Description: 程序运行过程中,鼠标位置的记录与重演 GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos / SetCursorPos, fwrite / fread
Platform: | Size: 25438 | Author: szh | Hits:

[Otherfwrite

Description: 文件读写函数fread和fwrite ,文件读写函数功能1-document literacy fread and fwrite function, documents a functional literacy function
Platform: | Size: 1329 | Author: ghost2008 | Hits:

[Linux-UnixIOLoadLib

Description: 自己写的一个IO库,模拟了一下fopen,fread,fwrite. -himself wrote an IO of the simulated what fopen, fread and fwrite.
Platform: | Size: 7597 | Author: LB | Hits:

[Other resourcedsakf

Description: % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
Platform: | Size: 3423 | Author: yubo | Hits:

[File OperateStudentMan_finish

Description: 学生学籍管理系统,用到了fopen,fwrite和string的操作.可以实现保存信息的功能.
Platform: | Size: 697729 | Author: gto9999 | Hits:

[Other resource45-70

Description: C语言精彩百例第45-70例 第二篇 深入提高篇 实例45 结构体变量 实例46 结构体数组 实例47 结构体指针变量 实例48 结构体指针数组 实例49 共用体变量 实例50 枚举类型 实例51 读写字符 实例52 读写字符串 实例53 格式化输出函数 实例54 格式化输入函数 实例55 打开和关闭文件 实例56 fputc()和fgetc() 实例57 函数rewind() 实例58 fread()和fwrite() 实例59 fprintf()和fscanf() 实例60 随机存取 实例61 错误处理 实例62 综合实例 实例63 动态分配函数 实例64 常用时间函数 实例65 转换函数 实例66 查找函数 实例67 跳转函数 实例68 排序函数 实例69 伪随机数生成 实例70 可变数目变元
Platform: | Size: 22329 | Author: 杨志亮 | Hits:

[File Operateswfile

Description: 比用fread/fwrite的方式速度快了不少的读写文件方式。其中包括了读写文本文件和二进制文件的函数。
Platform: | Size: 1151 | Author: song_wing | Hits:

[Other resourcefat16test

Description: 包装了一个开源的FAT16文件系统,可以用在单片机上,并且做了一个封皮,使得开发者能以标准I/O函数的形式使用它,如fopen, fread, fwrite等。
Platform: | Size: 63146 | Author: 文远 | Hits:

[File OperateGcfxTest

Description: 程序运行过程中,鼠标位置的记录与重演 GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos/SetCursorPos, fwrite/fread
Platform: | Size: 25600 | Author: szh | Hits:

[Otherfwrite

Description: 文件读写函数fread和fwrite ,文件读写函数功能1-document literacy fread and fwrite function, documents a functional literacy function
Platform: | Size: 1024 | Author: ghost2008 | Hits:

[Linux-UnixIOLoadLib

Description: 自己写的一个IO库,模拟了一下fopen,fread,fwrite. -himself wrote an IO of the simulated what fopen, fread and fwrite.
Platform: | Size: 7168 | Author: LB | Hits:

[matlabdsakf

Description: % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
Platform: | Size: 3072 | Author: yubo | Hits:

[File OperateStudentMan_finish

Description: 学生学籍管理系统,用到了fopen,fwrite和string的操作.可以实现保存信息的功能.-Students in school management system, use the fopen, fwrite and string operations. May achieve the goal of preserving information.
Platform: | Size: 697344 | Author: gto9999 | Hits:

[source in ebookfreadandfwrite

Description: c语言中fread fwrite的实现,用函数实现-c language fread fwrite realization, using function
Platform: | Size: 1024 | Author: 刘建阳 | Hits:

[Otherfwrite

Description: 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
Platform: | Size: 2048 | Author: duhongye | Hits:

[Windows DevelopPack

Description: 简单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
Platform: | Size: 44032 | Author: haochaoqing | Hits:

[SCMos

Description: 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时(即一次读写1024字节),再次比较这两种程序的执行效率。 2.分别使用fscanf和fprintf,fgetc和fputc,fgets和fputs(仅限于行结构的文本文件),实现上述的文件复制程序。你还可用其他的方法实现文件的复制功能吗? 3.编写一个父子进程之间用无名管道进行数据传送的C程序。父进程逐一读出一个文件的内容,并通过管道发送给子进程。子进程从管道中读出信息,再将其写入一个新的文件。程序结束后,对原文件和新文件的内容进行比较。 4.在两个用户的独立程序之间,使用有名管道,重新编写一个C程序,实现题3的功能。 -pipeline
Platform: | Size: 35840 | Author: yiyuzhiming | Hits:

[uCOSArmUcosextendfilesystem

Description: 在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.
Platform: | Size: 799744 | Author: zhaojiahua | Hits:

[File Operatefread-fwrite

Description: C语言fread函数和fwrite函数的用法及其实例 C-C language fread function and usage of the fwrite function and its instance C
Platform: | Size: 227328 | Author: miracle | Hits:

[ADO-ODBCfwrite

Description: 包含fwrite、fread等文件读写操作算法的课程设计报告。-Contains fwrite, fread and other documents to read and write operation algorithm curriculum design report.
Platform: | Size: 2048 | Author: bai224973 | Hits:
« 12 3 »

CodeBus www.codebus.net