代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/419697/10843088

c alg093.c

/* * INVERSE POWER METHOD ALGORITHM 9.3 * * To approximate an eigenvalue and an associated eigenvector of the * n by n matrix A given a nonzero vector x: * * INPUT: Dimension n; matrix
www.eeworm.com/read/419697/10843094

c alg065.c

/* * LDL-t ALGORITHM 6.5 * * To factor the positive definite n by n matrix A into LDL**T, * where L is a lower triangular matrix with ones along the diagonal * and D is a diagonal matrix
www.eeworm.com/read/419367/10872369

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/419367/10872433

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/419367/10872492

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/274416/10872968

c apriori.c

/*---------------------------------------------------------------------- File : apriori.c Contents: apriori algorithm for finding association rules Author : Christian Borgelt History : 14.
www.eeworm.com/read/274318/10876535

c errormsg.c

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d
www.eeworm.com/read/273507/10913998

txt 模拟退火c.txt

#include #include #include #define N 10 #define NN N*N #define G(x) ((1.0+tanh(x/u0))/2.0) //threshold function void scities(); //select city position void sinit
www.eeworm.com/read/418151/10964363

c ai2mif.c

/************************************************************* AI-2-MIF Version 1.0 DATE: 5/6/94 BY: Deron Jackson E-mail: (djackson@mit.edu) Platform: Windows/DOS
www.eeworm.com/read/272236/10965343

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,