代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/408779/11369857

m sima1.m

function [nw,a1,i] = sima1(w,p,lr,rho,pf) %SIMA1 ART1 simulation function. % Each input vector is presented to the network one at a time. % (See COMPET, HARDLIM) % % [NW,A1,
www.eeworm.com/read/407531/11417798

c error.c

/* * Author: zhangdi * Date: 2008-11-10 * Description: Print given message, and the line number */ #include "global.h" void error(char * msg) { /* output the error line and the error
www.eeworm.com/read/404706/11479829

c compress.c

/* * Compress - data compression program */ #define min(a,b) ((a>b) ? b : a) /* MAXPATHLEN - maximum length of a pathname we allow */ #define MAXPATHLEN 1024 /* * machine variants whic
www.eeworm.com/read/403871/11507584

c gzip.c

/* gzip (GNU zip) -- compress files with zip algorithm and 'compress' interface * Copyright (C) 1992-1993 Jean-loup Gailly * The unzip code was written and put in the public domain by Mark Adler. *
www.eeworm.com/read/402666/11530904

cpp makedesc.cpp

#include #include #include #include #include #include #if (defined(__GNUC__) && (defined(__i386__) || defined(__i48
www.eeworm.com/read/402640/11531158

txt zhejiyunsuan.txt

/* A Program of synthetic seismogram generation. Author: Zhang Junhua Date: Sep.,2006 */ #include "stdio.h" // standard input/output head file. #include "ma
www.eeworm.com/read/402094/11543188

m periodogramse.m

function phi=periodogramse(y,v,L) % % The windowed periodogram spectral estimator. % % phi=periodogramse(y,v,L) % % y -> the data vector % v -> the window vector % L -> the number of ps
www.eeworm.com/read/401305/11559684

m fhcode.m

%Hufman code generating phase function HC=fhcode(lstn,img) disp('Code generating phase entered...'); [lm,ln]=size(lstn); ntt=ln-1; [im,in]=size(img); t=0; idd=input('Enter destination huffman c
www.eeworm.com/read/401180/11563137

m demsvml1.m

function demsvml1() % DEMSVML1 - Demo program for Matlab SVMlight wrapper % % This program shows how Thorsten Joachims SVMlight test examples can % be executed using the Matlab SVMlight wrapper
www.eeworm.com/read/400062/11583896

hpp cppdictionary.hpp

/* * PUBLIC DOMAIN PCCTS-BASED C++ GRAMMAR (cplusplus.g, stat.g, expr.g) * * Authors: Sumana Srinivasan, NeXT Inc.; sumana_srinivasan@next.com * Terence Parr, Parr Research