代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/272229/10965389

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/418028/10967207

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/417931/10970910

c printinfo.c

#include "global_var.h" void printinfo() { double rhom; int i,j,n,jj,ibeg,iend,jbeg,jend,ifst,jfl,jfst; if(lprint[3]) { //---calculate the stream funt
www.eeworm.com/read/417350/10993513

txt 10-14.txt

%例10-14 for循环应用。 sum=0; for i=1:10, part=1; for j=1:i, part=part*j; end fprintf('part(%d)=%d.\n',i,part); sum=sum+part; end fprintf('The total sum is %d.\n',sum)
www.eeworm.com/read/417269/10998118

c neted.c

/* nted.c * copyright 1996 David J. Binette * Thu Sep 05 04:33:43 GMT 1996, dbin * * This program may ONLY be distributed with sourcecode. * (and any extensions you add) * * This program is FRE
www.eeworm.com/read/417049/11005339

c fileio.c

/* Contents: Functions related to file input and output. Author: Markus Hagenbuchner Comments and questions concerning this program package may be sent to 'markus@artificial-neural.net' C
www.eeworm.com/read/417049/11005341

c testsom.c

/* THIS IS AN UNTESTED DEVELOPMENT VERSION! -> NOT FOR DISTRIBUTION! -> USE IT WITH CARE BUT NOTE THAT if testsom doesn't meet your expectations then write your own code! Contents: The m
www.eeworm.com/read/417049/11005343

c testsomnew.c

/* THIS IS AN UNTESTED DEVELOPMENT VERSION! NOT FOR DISTRIBUTION! Contents: The main module used to evaluate a somsd Author: Markus Hagenbuchner Comments and questions concerning this pro
www.eeworm.com/read/417049/11005357

c system.c

/* Contents: System specific functions. Author: Markus Hagenbuchner Comments and questions concerning this program package may be sent to 'markus@artificial-neural.net' */ /************/
www.eeworm.com/read/271029/11011638

c user.c

/* --------------------------------- user.c user redefinable functions see README.txt see CO