代码搜索:initiali
找到约 458 项符合「initiali」的源代码
代码结果 458
www.eeworm.com/read/132372/14094755
dpr project1.dpr
program Project1;
uses
sharemem,
Forms,
uAccept in 'uAccept.pas' {frmAccept},
import1 in 'import1.pas',
Umain in 'Umain.pas' {frmmain};
{$R *.RES}
begin
Application.Initiali
www.eeworm.com/read/430435/8747136
m lat3.m
function eo = lat3(input,d,lambda,eta,order);
% A priori-based error feedback RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initiali
www.eeworm.com/read/430435/8747105
m lat1q.m
function eo = lat1q(input,d,lambda,eta,order,B);
% Quantized a posteriori-based RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initiali
www.eeworm.com/read/430435/8747108
m lat2q.m
function eo = lat2q(input,d,lambda,eta,order,B);
% Quantized a priori-based RLS lattice filter
% returns the a-priori output error sequence
N = max(size(input));
M = order;
% Initiali
www.eeworm.com/read/284998/8877813
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/281673/9142454
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/355030/10299889
cpp trashprototypeinit.cpp
//: C25:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/443686/7628396
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/139903/5795828
cpp trashprototypeinit.cpp
//: C09:TrashPrototypeInit.cpp {O}
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Performs initiali
www.eeworm.com/read/345066/11841295
cpp matrix.cpp
#include
#include
#include "matrix.h"
#ifndef M_PI
#define M_PI acos (-1.0)
#endif
MATRIX DctMatrix ;
MATRIX IDctMatrix ;
static bool Initialized ;
void Initiali