代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/272824/10942883
cpp p1-95.cpp
#include
#include
#include
int main(void)
{
//声明变量
char ch;
char str[20];
int n;
float x;
//用stdin从键盘上输入数据
fprintf(stdout,"ch
www.eeworm.com/read/418304/10955068
m fm_build.m
function fm_build
%FM_BUILD build new component functions (Symbolic Toolbox is needed)
%
%FM_BUILD
%
%see also FM_MAKE FM_COMPONENT
%
%Author: Federico Milano
%Date: 11-Nov-2002
%Update: 19
www.eeworm.com/read/418304/10955087
m fm_save.m
function fm_save(Comp)
% FM_SAVE save UDM to file
%
% FM_SAVE uses the component name COMP.NAME as file name
% and creates a Matlab script.
% The file is saved in the folder ./psat/build
%
%Author:
www.eeworm.com/read/418304/10955179
m fm_wcall.m
function fm_wcall
%FM_WCALL writes the function FM_CALL for the component calls.
% and uses the information in Comp.prop for setting
% the right calls. Comp.prop is organized as follow
www.eeworm.com/read/272394/10958849
c echo_canceller.c
#include
#include
#define M 128
#define mu 0.005
//#define mu 0.5
#define gama 0.20
#define S16 signed short
#define ERROR 10
#define NLMS
int main()
{
FILE * PRIMARY;
www.eeworm.com/read/272371/10959468
c word analyst.c
/*******************************************
词法分析程序
********************************************/
#include
#include
#include
/***********************************
www.eeworm.com/read/418157/10963714
m iniadc_dac.m
function [Vthreshold,ncap,DAClevelIDEAL,DAClevelREAL] = iniADC_DAC(NF,k,MM,LF,CST,VV,match,VVG)
% Determines the ADC thresholds and the DAC levels, the input and output range
% is between -1 and +1
www.eeworm.com/read/418151/10964257
m dsdemo2.m
% Demonstrate simulateDSM and simulateSNR
clc
fprintf(1,'\t\t\tDiscrete-Time Simulation\n');
if exist('LiveDemo','var') == 0
LiveDemo=0;
end
echo on
OSR = 32;
H = synthesizeNTF(5,OSR,1);
N = 8192;
www.eeworm.com/read/418151/10964263
m dsexample2.m
function mod = dsexample2
% Design example for an 8th-order binary bandpass modulator.
% Altogether too much of the code is greared toward making the graphs
% look 'pretty'.
format compact;
J = 1i;
www.eeworm.com/read/418151/10964295
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