代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/381211/9103661
m fg_07_02.m
% fg_07_02 Continuous and sampled.
rand('state',5);
N=200; T=2;
x=7*2*(rand(1,1000)-.5);
L=32; type=1; nu1=.15;
b=fir_weights(2*L+1,type,6,nu1);
y=filter(b,1,x);
y=y(1000-N+1:1000);
s=roun
www.eeworm.com/read/183326/9169961
c hashtest.c
/*
* hashtest.c -- test hash mapping
*
* Generate timing statistics for vertical-motion optimization.
*
* $Id: hashtest.c,v 1.24 2005/04/16 16:36:54 tom Exp $
*/
#ifdef TRACE
#define Trace(p) _
www.eeworm.com/read/176712/9487307
names golf.names
Play, Don't Play.
outlook: sunny, overcast, rain.
temperature: continuous.
humidity: continuous.
windy: true, false.
www.eeworm.com/read/363665/9940550
names golf.names
Play, Don't Play.
outlook: sunny, overcast, rain.
temperature: continuous.
humidity: continuous.
windy: true, false.
www.eeworm.com/read/358235/10193429
names golf.names
Play, Don't Play.
outlook: sunny, overcast, rain.
temperature: continuous.
humidity: continuous.
windy: true, false.
www.eeworm.com/read/358082/10196496
names dt-data.names
| Classes
| -------
S, F. | success/failure
| Attributes
| ----------
target distance: continuous | distance to the target
teammates ratio.1: ignore | .1 ratio
www.eeworm.com/read/357508/10208125
c hashtest.c
/*
* hashtest.c -- test hash mapping
*
* Generate timing statistics for vertical-motion optimization.
*
* $Id: hashtest.c,v 1.23 2002/10/19 22:11:24 tom Exp $
*/
#ifdef TRACE
#define Trace(p) _
www.eeworm.com/read/424063/10499644
m dcgain.m
function k = dcgain(a,b,c,d)
%DCGAIN D.C. gain of continuous system.
% K = DCGAIN(A,B,C,D) computes the steady state (D.C. or low
% frequency) gain of the continuous state-space system (A,B,C,D).
www.eeworm.com/read/275154/10834303
dxf 公路.dxf
0
SECTION
2
HEADER
9
$ACADVER
1
AC1009
9
$EXTMIN
10
125.251139
20
43.830313
30
0.0
9
$EXTMAX
10
125.500970
20
43.955912
30
0.0
9
$LIMMIN
10
125.238647
www.eeworm.com/read/419563/10860743
txt fig3_29a.m .txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fig 3.29(a)
% Continuous & Sampled Taylor pattern
% Xiaomin Lu 11/2/98
% Updated by K. Bell 9/5/00
%