代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/275202/10829528
m gad.m
function GAD(GAn)
%GAD: run sample code.
try
if ( GAn == 1 )
GAps = '>>>> ';
disp('>> % VECTORS');
% VECTORS
GAfigure; clc; %/
disp('>> % VECTORS');
% VECTORS
www.eeworm.com/read/275194/10829869
cpp genfeats.cpp
// $masm\genfeats.cpp 1.5 milbo$ print search features for pos analysis with R
// Warning: this is raw research code -- expect it to be quite messy.
// milbo petaluma oct 06
//------------------------
www.eeworm.com/read/275194/10830123
cpp mshapes.cpp
// $util\mshapes.cpp 1.5 milbo$ make a combined shape file
// Warning: this is raw research code -- expect it to be quite messy.
// milbo petaluma sep 2005
//------------------------------------------
www.eeworm.com/read/275194/10830176
cpp ps.cpp
// $common\ps.cpp 1.5 milbo$ postscript routines
// Warning: this is raw research code -- expect it to be quite messy.
//
// milbo durban dec05
#include "all.hpp"
#define WARN_TOO_CLOSE 1 // bit f
www.eeworm.com/read/275118/10835230
c 183.c
#include
int jsvalue(int bb[])
{
int I,j,k=0;
int hun,ten,data;
for(I=100;I
www.eeworm.com/read/275118/10835237
c 186.c
#include
#include
void countvalue(int *a,int *n)
{
int I;
*n=0;
for(I=1;I
www.eeworm.com/read/419812/10835866
c estadisticas.c
/********************************************************/
/* CINVESTAV - IPN */
/* Departamento de Ingener韆 El閏trica */
/* Secci髇 Computaci髇 */
/* */
/*
www.eeworm.com/read/275068/10837261
c pl0symt.c
/********************************************************************
Program : Recursive Descent Compiler for PL/0
Module : PL0SYMT - Symbol table management
File : pl0symt.c
****
www.eeworm.com/read/419697/10842870
c alg051.c
/*
* EULER'S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y' = F(T,Y), A
www.eeworm.com/read/419697/10842873
c alg022.c
/*
* FIXED-POINT ALGORITHM 2.2
*
* To find a solution to p = g(p) given an
* initial approximation p0
*
* INPUT: initial approximation; tolerance TOL;
* maximum number of iterations NO