代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/239952/13245388

c gen_cox_sig.c

/*############################################################################# * 文件名:gen_cox_sig.c.h * 功能: 产生cox算法的水印 * modified by PRTsinghua@hotmail.com #######################################
www.eeworm.com/read/239950/13245424

c pdf417.c

/****************************************************************************** * 文件名:pdf417.c * 功能 :打印条形码,并将它保存到*.ps文件中 * modified by PRTsinghua@hotmail.com **********************************
www.eeworm.com/read/138200/13250009

h printlst.h

#ifndef __PRINTLST_H #define __PRINTLST_H #ifndef __STDIO_H #include #endif #ifndef __STDLIB_H #include #endif #ifndef __STRING_H #include #endif #ifnde
www.eeworm.com/read/138200/13250023

h print.h

#ifndef __PRINT_H #define __PRINT_H #ifndef __STDIO_H #include #endif #ifndef __STRING_H #include #endif #ifndef __BIOS_H #include #endif #ifndef __MENU_H #i
www.eeworm.com/read/324591/13257113

c sgen.c

#include #include #define pi 3.14159265 main() { int i,n; double x; FILE *fp; fp=fopen("rom.dat","w"); if(fp==NULL) { printf("File creating error.\n");
www.eeworm.com/read/138121/13258317

c irw.c

/* $Id: irw.c,v 5.4 2002/08/17 11:17:41 lirc Exp $ */ /**************************************************************************** ** irw.c ***********************************************
www.eeworm.com/read/138121/13258349

c rc.c

/* $Id: rc.c,v 5.1 2002/09/12 19:53:56 lirc Exp $ */ /* rc - application for sending IR-codes via lirc Copyright (C) 1998 Christoph Bartelmus (lirc@bartelmus.de) This program is fre
www.eeworm.com/read/324538/13259136

m codebch.m

clear all; %a=[ 1 0 1 0 1 1 1 0 0 0 1 ]; a=[0 1 1 0 1 1 0 1 1 1 1]; %n=length(a); k=11; g=[1 0 0 1 1]; G=creatG(k,g); t=a*G; t=mod(t,2) %fid=fopen('codebch.txt','wb'); %fprintf(fi
www.eeworm.com/read/138045/13269725

c arg.c

/*-------------------------------------------------------------------------*/ /* arg.c: 9-9-92 genebank archive utility, by T Uffner, D Pirone, & T Ray */ /* Tierra Simulator V4.0: Copyright (c) 1991,
www.eeworm.com/read/239565/13271644

c compiler.c

#include #include #include #include void (*emit)(int,int); int lexan(void); void match(int); void factor(void); int expr(void); int term(void); void p