代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/448142/7539893
asv test_mom_bundle323.asv
%C*****************************************************************
%C MoM
%C*****************************************************************
%C This is a MATLAB based program using
%C
%
www.eeworm.com/read/447298/7554697
c reader2.c
/**
* section: xmlReader
* synopsis: Parse and validate an XML file with an xmlReader
* purpose: Demonstrate the use of xmlReaderForFile() to parse an XML file
* validating the content in
www.eeworm.com/read/156427/7569352
m gaf1.m
%%%%%%%%%%%%%%%%%%%%%%%%%遗传算法%%%%%%%%%%%%%%%%%%%%%%%%%
clear
k=0.1;
num=200;
z4=-100;
for e1=1:7
%产生初始种群
%***********************************************************************
www.eeworm.com/read/445796/7590036
c cryptshell.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find f
www.eeworm.com/read/444092/7618040
txt 1.txt
#include #include #include #define MAX 50
void main()
{
FILE *in,*out;/*存放输入字符串和输出单词串的文件*/
char arr[MAX];/*arr数组存放单词符号*/
char currentchar;/*currentchar存放当前输入字符*/
in
www.eeworm.com/read/443644/7629587
c shell.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/442927/7641722
m gmmtrain_b.m
function [M, V, W, logprob] = gmmTrain(data, gaussNum, dispOpt)
% gmmTrain: Parameter training for gaussian mixture model (GMM)
% Usage: function [M, V, W, logprob] = gmm(data, gaussNum, dispOpt)
%
www.eeworm.com/read/442265/7656126
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/441436/7670434
m tunb3m.m
function TUNB3M()
%
%---|---1|0---|---2|0---|---3|0---|---4|0---|---5|0---|---6|0---|---7|0-
%=======================================================================
%
% Program TUNB3m
% ===========
www.eeworm.com/read/441410/7670745
m rec_lsq.m
function rec_lsq(A,b,Sigma)
%REC_LSQ Recursive Least Squares
% A is the coefficient matrix, b the observations and
% Sigma a vector containing the diagonal entries of
% the c