代码搜索:fprintf

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

代码结果 10,000
www.eeworm.com/read/418151/10964318

m dsexample1.m

function mod = dsexample1 % Design example for a 5th-order binary lowpass modulator. % Altogether too much of the code is greared toward making the graphs % look 'pretty'. format compact; J = 1i; c
www.eeworm.com/read/418151/10964349

m dsdemo6.m

% Demonstrate Saramaki half-band filter design if exist('LiveDemo','var') == 0 LiveDemo=0; end J = sqrt(-1); format compact; clc fprintf(1,'\t\tHalf-band filter design\n\n'); fprintf(1,'\t\tALPHA
www.eeworm.com/read/418151/10964390

c mem.c

/* mem.c - memory management routines for qhull This is a standalone program. To initialize memory: qh_meminit (stderr); / qh_meminitbuffers (qh IStracing, qh_MEMalign, 7, qh_MEM
www.eeworm.com/read/418151/10964423

c geom2.c

/* geom2.c -- infrequently used geometric routines of qhull see README and geom.h copyright (c) 1993-1995 The Geometry Center frequently used code goes into geom.c */ #inclu
www.eeworm.com/read/418151/10964427

h qhull_a.h

/* qhull_a.h -- all header files for compiling qhull see README see qhull.h for user-level definitions see user.h for user-defineable constants defines internal functions for
www.eeworm.com/read/418151/10964449

m dsistest.m

% parameters which may be defaulted: u, order, dbg, expFactor if exist('u')~=1, u = 1/pi; end if exist('order')~=1, order = 2; end if exist('dbg')~=1, dbg = 1; end if exist('expFactor')~=1 expFa
www.eeworm.com/read/272237/10965334

m percep3.m

% percep3.m % P = [-0.5 -0.5 0.3 0 -0.8;-0.5 0.5 -0.5 1 0]; T = [1 1 0 0 0]; V = [-2 2 -2 2]; net = newp(minmax(P),1,'hardlim','learnp'); % 创建一个感知器网络 net.inputweights{1,1}.initFcn = 'rands';
www.eeworm.com/read/418073/10966353

c util.c

/****************************************************/ /* File: util.c */ /* Utility function implementation */ /* for the TINY compiler
www.eeworm.com/read/418028/10967130

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/417848/10974182

c sca_code.c

/* * Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 2001-2003 Stony Brook University * Copyright (c) 1997-2000 Columbia University * * For specific licensing information, see the COPYING file