代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/137017/13347921

txt readme.txt

DES(Data Encryption Standard)数据加密标准 说明: 本加密算法DES是本人通过从网上下载英文原材料和中文辅助资料,在翻译完原文后用C++实现了其算法。这里主要说明本文件夹所有文件的属性和本人在编程序时的一些心得。同时,这里还给出了C语言的源程序。 ◆◆◆ 英文原材料:------------DES算法/BBS水木清华站∶精华区readme.htm ...
www.eeworm.com/read/136971/13350701

c zread.c

#include /* Trivial example of reading a gzip'ed file or gzip'ed standard input * using stdio functions fread(), getc(), etc... fseek() is not supported. * Modify according to your needs.
www.eeworm.com/read/136959/13351073

out dspdtst.out

Results of running DSPDTST.EXE in small model on my machine (486 DX/50, Trident SVGA, IBM-PC/DOS 7, running Stacker and Golden Bow's Vcache disk cache) using all compilers currently on hand: Symantec
www.eeworm.com/read/136959/13351273

c maintest.c

#include "bstuff.h" /* Copyright (C) 2001-03 by Frank Mitchell */ /* Under Enclosed Free-Use License */ /* maintest.c Version 0.55 (Second Release) */ /* Contact: mitchell.frank@bigwig.net *
www.eeworm.com/read/136959/13351707

c trim.c

/* ** TRIM.C - Remove leading, trailing, & excess embedded spaces ** ** public domain by Bob Stout & Michael Dehlwes */ #include #include "snip_str.h" #if defined(__cplusplus) && __cplus
www.eeworm.com/read/136959/13351880

c xtest.c

/* +++Date last modified: 05-Jul-1997 */ #include #include "xfile.h" #ifdef __WATCOMC__ #pragma off (unreferenced); #endif #ifdef __TURBOC__ #pragma argsused #endif int main(int argc, c
www.eeworm.com/read/136877/13356710

c tmp.c

#include #include #define RandomInRange(u) ((int)(drand48()*((double)(u)))) #define SWAP(a, b, tmp) \ do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)
www.eeworm.com/read/136877/13356717

c add-blank.c

#include void main( int argc, char **argv) { FILE *fin, *fout; int i, csize; float val; if (argc != 4) { printf("Usage: %s \n", ar
www.eeworm.com/read/136877/13356730

c genplots.c

#include #include #define RandomInRange(u) ((int)(drand48()*((double)(u)))) #define SWAP(a, b, tmp) \ do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)
www.eeworm.com/read/136877/13356732

c genplots-noise.c

#include #include #define RandomInRange(u) ((int)(drand48()*((double)(u)))) #define SWAP(a, b, tmp) \ do {(tmp) = (a); (a) = (b); (b) = (tmp);} while(0)