代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/360770/10079176

m putmat.m

function putmat (A,vname,fname,mode) %---------------------------------------------------------------------- % Usage: putmat (A,vname,fname,mode) % % Description: Save a matrix to a disk fil
www.eeworm.com/read/360770/10079240

m secant.m

function [x,k] = secant (x0,x1,tol,m,f,dm) %---------------------------------------------------------------- % Usage: [x,k] = secant (x0,x1,tol,m,f,dm) % % Description: Apply the secant meth
www.eeworm.com/read/360770/10079291

m aitken.m

function [x,k] = aitken (x0,b,tol,m,ex,f,dm) %---------------------------------------------------------------- % Usage: [x,k] = aitken (x0,b,tol,m,ex,f,dm) % % Description: Apply the contrac
www.eeworm.com/read/360705/10081150

m ldainsel.m

function recog = ldainsel(feature, class, dim); %LDAINSEL LDA for input selection if nargin==0; selfdemo; return; end if nargin
www.eeworm.com/read/164812/10086866

c loki97.c

/* * Implements the LOKI97 block cipher. * * LOKI97 is a 128-bit symmetric block cipher with a 256-bit key schedule, * which may be initialised from 128, 192, or 256-bit keys. It uses 16 rounds
www.eeworm.com/read/164812/10086871

c test_cbc.c

/* * test_cbc - simple program to run encrypt & decrypt LOKI97 CBC test triples * * written by Lawrie Brown / May 1998 */ #include "loki97.h" /* local func prototypes */ static BYTE *charToBYTE(
www.eeworm.com/read/164812/10086875

c test_cfb1.c

/* * test_cbc - simple program to run encrypt & decrypt LOKI97 CFB1 test triples * * written by Lawrie Brown / May 1998 */ #include "loki97.h" /* local func prototypes */ static BYTE *charToBYTE
www.eeworm.com/read/164708/10092407

c showdb.c

/* ** A utility for printing all or part of an SQLite database file. */ #include #include #include #include #include #include #inclu
www.eeworm.com/read/164632/10099514

c parse.c

/* 20031401008 褚超 实验一 词法分析程序 简易TC词法分析程序的实现 测试源文件:parse.c (即使用本程序的源文件即可) 可在程序输出文件output.TXT中查看程序运行结果 */ #include #include #include #include "symbol.h"
www.eeworm.com/read/360340/10101777

c nsgaorig.c

/********************************************************************\ *** NON-DOMINATED SORTING *** *** using