代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/158149/11641752
m hosahelp.m
function hosahelp
%HOSAHELP Higher-Order Spectral Analysis Toolbox
% -- Version 2.0.3 (R12 compliant) 27 Dec 2000
% Quick one line help
% [avec, bvec] = armaqs (y,p,q,norde
www.eeworm.com/read/156228/11817321
createimgtable
#!/bin/bash
#
# Quick code to create imagedata
#
database="test3.db"
r=`sqlite3 ${database} ".tables imagedata"`;
if [ ${r:-'nope'} = "imagedata" ]
then
echo "imagedata Table exists"
else
sqlite3
www.eeworm.com/read/258562/11854685
dsp sin.dsp
# Microsoft Developer Studio Project File - Name="sin" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Quick
www.eeworm.com/read/258434/11864788
c dspclock.c
// public domain TSR clock code. By Michelangelo Jones, 1:141/575 or
// 1:1/124. Very little support available; this is a quick hack, not
// an example of the best way to write a clock TSR! Use at o
www.eeworm.com/read/343491/11944482
m testjns.m
% A quick test of the Jade/Shibbs code
clear
n = 5 ;
T = 10000 ;
% Removing the sample mean is necessary for the sake of
% this particular test
S =rand(n,T)-0.5 ; S =S - mean(S')' * ones(1,T);
A =
www.eeworm.com/read/341877/12057449
c dspclock.c
// public domain TSR clock code. By Michelangelo Jones, 1:141/575 or
// 1:1/124. Very little support available; this is a quick hack, not
// an example of the best way to write a clock TSR! Use at o
www.eeworm.com/read/234324/14115862
m hosahelp.m
function hosahelp
%HOSAHELP Higher-Order Spectral Analysis Toolbox
% -- Version 2.0.3 (R12 compliant) 27 Dec 2000
% Quick one line help
% [avec, bvec] = armaqs (y,p,q,norde
www.eeworm.com/read/130553/14186999
c dspclock.c
// public domain TSR clock code. By Michelangelo Jones, 1:141/575 or
// 1:1/124. Very little support available; this is a quick hack, not
// an example of the best way to write a clock TSR! Use at o