代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/333524/12677359
m dsdemo7.m
% demonstrate findPIS
addPIS; % Add the PosInvSet directory to MATLAB's path
clear;
if exist('qhull')==3
clc;
fprintf(1,'\t\tInvariant Set for MOD2 (findPIS) \n\n');
order=2;
dsistest
www.eeworm.com/read/333524/12677364
m synthesizentf.m
function ntf = synthesizeNTF(order,OSR,opt,H_inf,f0)
%ntf = synthesizeNTF(order=3,OSR=64,opt=0,H_inf=1.5,f0=0)
%Synthesize a noise transfer function for a delta-sigma modulator.
% order = order of the
www.eeworm.com/read/333524/12677423
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/333524/12677497
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/333524/12677591
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/333524/12677658
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/333524/12677664
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/333524/12677703
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/333488/12678478
c create_fifo.c
#include
#include
#include
#include
#include
int main(int argc, char **argv)
{
if (argc < 2)
{
fprintf(stdout, "Usage: %s \n",
www.eeworm.com/read/333484/12678530
c utils.c
#include
#include
#include
#include
#include
//////////////////////////////////////////////////////////////////////
// Utils functions
///////////