代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/320240/13429821
m huffman_bench1.m
function huffman_bench1
%HUFFMAN_BENCH1
% This file is a simple benchmark.
% It uses this M-file as text string to be used.
% $Author: Giuseppe Ridino' $
% $Revision: 1.0 $ $Date: 02
www.eeworm.com/read/319970/13438215
m tffilter.m
function y = tffilter(tfr,x,t,trace);
%TFFILTER Time frequency filtering of a signal.
% Y=TFFILTER(TFR,X,T,TRACE) filters the signal X
% with a non stationary filter.
%
%
% X : inpu
www.eeworm.com/read/319871/13441084
m display.m
function display(q,ki,kj)
%QUEUE\DISPLAY command window display of a queue object.
% 调用格式
% display(q) 笼统显示整个队列
% display(q,ki) 单下标法显示具体队列元素的内容
% display(q,ki,kj) 双下标法显示具体队列元素的内容
if nargin==
www.eeworm.com/read/319400/13452728
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
% int
www.eeworm.com/read/319360/13453050
c ps_memprof.c
/*
* (c) Copyright 2004 Uwe Steinmann.
* All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General
www.eeworm.com/read/319335/13453515
m display.m
function display(q,ki,kj)
%QUEUE\DISPLAY command window display of a queue object.
% 调用格式
% display(q) 笼统显示整个队列
% display(q,ki) 单下标法显示具体队列元素的内容
% display(q,ki,kj) 双下标法显示具体队列元素的内容
if nargin==
www.eeworm.com/read/319180/13459205
c maintexpert.c
#include
#include
#include
#include
#include
#include
#include
#define MAX_LINE 255
#define STDERR
www.eeworm.com/read/319045/13463970
m pcamat.m
function [E, D] = pcamat(vectors, firstEig, lastEig, s_interactive, ...
s_verbose);
%PCAMAT - Calculates the pca for data
%
% [E, D] = pcamat(vectors, firstEig, lastEig, ...
%
www.eeworm.com/read/318888/13467750
m fir.m
%
% FIR filter design using Hamming window
%
ORD1=511;
F=8000;
N=128;
x=(0:127)/256*F;
% Nth order Lowpass
f1=1200;
Wn=f1/F*2;
blp=fir1(ORD1,Wn);
BLP=blp*32767;
m=freqz(blp,1,N);
plot(x
www.eeworm.com/read/318878/13468392
c lzssscheme.c
/*//////////////////////////////// "lzssscheme.c" /////////////////////////////
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of