代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/141545/13002193

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/242478/13003376

m ex4_2.m

% 输入文本文件名 qname=input('Enter file containing questions : ','s'); ip=fopen(qname,'rt'); % 打开该文本文件 if (ip
www.eeworm.com/read/141545/13003782

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
www.eeworm.com/read/328703/13007384

m pcamat.m

function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ... s_verbose); %PCAMAT - Calculates the pca for data % % [E, D] = pcamat(vectors, firstEig, lastEig, ... % int
www.eeworm.com/read/141489/13008340

c ga.c

#include #include #include #include #include #include #include #define NAME_MAX 80 void ga(char *datFile) { /* r
www.eeworm.com/read/328638/13009727

c debug.c

#include #include #include "private.h" #include "complex.h" #include "debug.h" #define MAXTICKS 300 struct db_tick { char ch; int ptr; }; static void findrange(float*
www.eeworm.com/read/328637/13009786

c debug.c

#include #include #include "private.h" #include "complex.h" #include "debug.h" #define MAXTICKS 300 struct db_tick { char ch; int ptr; }; static void findrange(float*
www.eeworm.com/read/328636/13009875

c cancel.c

/* Modem for MIPS AJF October 1996 Echo canceller routines */ #include #include #include /* memset */ #include #include #inclu
www.eeworm.com/read/328603/13017197

c testscan.c

#include #include #include //下面定义保留,为简化程序,使用字符指针数组保存所有保留字。 //如果想增加保留字,可继续添加,并修改保留字数目 #define keywordSum 9 char *keyword[keywordSum]={"main","if","else","for","whi
www.eeworm.com/read/328603/13017213

c testscan.c

#include #include #include //下面定义保留,为简化程序,使用字符指针数组保存所有保留字。 //如果想增加保留字,可继续添加,并修改保留字数目 #define keywordSum 9 char *keyword[keywordSum]={"main","if","else","for","whi