代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/421671/10712636
c extrafunc.c
#include "mydb.h"
/*本函数承担着数据库的所有搜索任务
包括由组名搜索组的ID,由学生的姓名和学号搜索学生,
并返回该生在文件中的偏移地址*/
plink search(char *pdata,int searchtype)
{
if(!myfileinfo)
{
myfileinfo=NEW(fileinfo);
fcntl(0,R
www.eeworm.com/read/421666/10713061
c mplsamp2.c
/* mplsamp2.c */
#include
#include
#include
int main(void)
{ glp_prob *mip;
glp_tran *tran;
int ret;
mip = glp_create_prob();
tran = glp_mpl
www.eeworm.com/read/421666/10713162
c mplsamp1.c
/* mplsamp1.c */
#include
#include
#include
int main(void)
{ glp_prob *lp;
glp_tran *tran;
int ret;
lp = glp_create_prob();
tran = glp_mpl_a
www.eeworm.com/read/350723/10716308
c cre_asctab.c
/***
*Cre_AscTab.c - 生成ASCII代码对照表的程序. (需在DOS下查看)
*
*Purpose:
* 用于调试时需要用到的ASCII代码对照表.
*
*Copyright:
* Modified by Denny
* 2008-05-22 09:42
* All rights reserved.
*
*Environment:
* Editor -
www.eeworm.com/read/421643/10718751
c emitter.c
/* ----------------------------------------------------------------------
* FILE: emitter.c
* PACKAGE: as31 - 8031/8051 Assembler.
*
* DESCRIPTION:
* This file contains the code to generate vario
www.eeworm.com/read/350642/10721946
cpp guard_page.cpp
#include
#include
#include
void main(void)
{
// local variables LPVOID lpvAddr; DWORD cbSize; BOOL vLock; LPVOID commit;
// amount of memory we'll
www.eeworm.com/read/158875/10722822
txt c-cifafenxi.txt
#include
#include
#include
/*******************************************
初始化函数
********************************************/
void init()
{
cha
www.eeworm.com/read/350637/10724586
c printfok.c
#include
void main(void)
{
int result;
result = printf("Jamsa\'s C/C++ Programmer\'s Bible!\n");
if (result == EOF)
fprintf(stderr, "Error within printf\n");
}
www.eeworm.com/read/350637/10725145
c ferror.c
#include
#include
void main(int argc, char *argv[])
{
FILE *fp;
char line[256];
if (fp = fopen(argv[1], "r"))
{
while (fgets(line, sizeof(line
www.eeworm.com/read/350637/10726024
c no_redir.c
#include
#include
void main(void)
{
union REGS inregs, outregs;
// check the stdin handle first
inregs.x.ax = 0x4400;
inregs.x.bx = 0; // stdin