代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/419697/10842998
c alg023.c
/*
* NEWTON-RAPHSON ALGORITHM 2.3
*
* To find a solution to f(x) = 0 given an
* initial approximation p0:
*
* INPUT: initial approximation p0; tolerance TOL;
* maximum numb
www.eeworm.com/read/419697/10843034
c alg026.c
/*
* STEFFENSEN'S ALGORITHM 2.6
*
* To find a solution to g(x) = x
* given an initial approximation p0:
*
* INPUT: initial approximation p0; tolerance TOL;
* maximum number
www.eeworm.com/read/419697/10843057
c alg112.c
/*
* NONLINEAR SHOOTING ALGORITHM 11.2
*
* To approximate the solution of the nonlinear boundary-value problem
*
* Y'' = F(X,Y,Y'), A
www.eeworm.com/read/419541/10862921
c util.c
#include "globals.h"
#include "util.h"
void printToken( TokenType token, const char* tokenString )
{ switch (token)
{ case IF:
case THEN:
case ELSE:
case END:
www.eeworm.com/read/348854/10863474
c yyerror.c
#include
#include
#include
#include "yaccdef.h"
yyerror(s)
char *s;
{
yymessage ("Error", s, NULL);
}
yywarning(s, token)
char *s, *token;
{
yymessage ("Warni
www.eeworm.com/read/274564/10864603
c 11-1.c
/*11-1.c*/
#include
#include
#include
#define N 11
char *pre[]={
"p1","p2","p3","p4","p5","p6","p7",
"p8","p9","p10","p11"
};
char *symptom[]={
"咳嗽",
www.eeworm.com/read/348777/10867696
txt ccc_buidler.txt
#include "stdio.h"
#include "process.h"
void main()
{
char word[][12]={{"#"},{"\""},{"a"},{"b"},{"2"},{"3"},{"("},{")"},{"{"},{"}"},{"="},{","},{"+"},{";"},{"%d"},{"include"},{"stdio.h"},{"voi
www.eeworm.com/read/274335/10875502
c xm-parse.c
#include
#include
#include
int
main(int argc, char *argv[]) {
int i;
char *filename=NULL;
FILE *xmFile=NULL;
int patterns;
int instruments;
long headerEnd
www.eeworm.com/read/274320/10876342
m vblast_main.m
function out=vblast_main(dummy)
%Routine to perform optimal order decoding for vblast
clear; clc;
global nTx nRx modtype Mary
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Lsnr = 12;
Usnr = 15;
nTx = 2;
www.eeworm.com/read/419052/10888597
c log.c
/***
log.c - the iptraf logging facility
Written by Gerard Paul Java
Copyright (c) Gerard Paul Java 1997, 1998
This software is open source; you can redistribute it and/or modify
it under the terms