代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/468200/6994931

cpp oil_pipe.cpp

#include #include #include int partition(int a[],int p,int r)//快速排序的划分函数 { int i,j,x,temp; i=p; j=r+1; x=a[p]; while (1) {
www.eeworm.com/read/467950/6997172

c pnmio.c

/* ** Source file for blobdetect. (c) 2004 Johan Wiklund ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as publis
www.eeworm.com/read/467764/7001030

m multipath.m

% This program calculates and plots the propagation factor versus % target range with a fixed target hieght. % The free space radar-to-target range is assumed to be known. clear all close all ep
www.eeworm.com/read/467280/7009221

l clexan.l

%{ #include int yylineno = 1; FILE *in, *out; %} newln \n lower [a-z] letter [A-Za-z] digit [0-9] id ({letter}|_)({letter}|{digit}|_)* number -?{digit}+(\.{digit}+)?([E\e
www.eeworm.com/read/466842/7021923

c sga.c

/********************************************************************/ /* 基于基本遗传算法的分层遗传改进算法函数最优化 SHGA.C */ /* A Function Optimizer using Simple Genetic Algorithm */ /* dev
www.eeworm.com/read/466842/7021934

c sga.c

/********************************************************************/ /* 基于基本遗传算法的函数最优化(预选择机制) SGA_Y.C */ /* A Function Optimizer using Simple Genetic Algorithm */ /*
www.eeworm.com/read/466896/7022918

m computeferetfacepca.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % function computeFeretFacePCA() % z.li, 03-10-2004 % support vector machine % function dependency: % - getFe
www.eeworm.com/read/466896/7022919

m annotateattface.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % function annotateATTFace() % z.li, 03-10-2004 % support vector machine % function dependency: % - n/a % in
www.eeworm.com/read/466896/7022977

m randomsubimages.m

%function [nonface]=randomSubImages(jpg, n, w, h) function [nonface]=randomSubImages(jpg, n, w, h) % const jpgPath = 'd:/data/Feret/jpeg/nonface/'; % var fname = sprintf('%s%s', jp
www.eeworm.com/read/466896/7022987

m svmfacedetection.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % function svmFaceDetection() % z.li, 12-16-2003. % show face with gnd truth % function dependency: % - faceP