代码搜索:continuous
找到约 2,697 项符合「continuous」的源代码
代码结果 2,697
www.eeworm.com/read/5587/63682
lay mechanic.lay
"0"
(1000 . "{MECHANICAL")
(1070 . 0)
(1070 . 7)
(1000 . "CONTINUOUS")
(1070 . 1)
(1000 . "MECHANICAL}")
"M-BRIN"
(1000 . "{MECHANICAL")
(1070 . 0)
(1070 . 7)
(1000 . "CONTINUO
www.eeworm.com/read/38039/1094855
mnu filletconts.mnu
FILLET#CONT
#
Continuous
Follow the entire curve with no spacing.
# remove the # sign and enter foreign help string in this line
Intermittent
Follow the curve with spacing.
# remove the # sign and en
www.eeworm.com/read/38039/1096871
mnu filletcont.mnu
FILLET#KIND
#
Continuous
Follow the entire curve with no spacing.
# remove the # sign and enter foreign help string in this line
Intermittent
Follow the curve with spacing.
# remove the # sign and en
www.eeworm.com/read/303435/3812234
c succwt.c
/* Copyright (c) Colorado School of Mines, 2006.*/
/* All rights reserved. */
/* succwt - Complex continuous wavelet transform of seismic traces */
#include "par.h"
#include "s
www.eeworm.com/read/432926/1886289
pde animator.pde
/**
* Animator.
*
* Click and drag to draw and start the program.
*
* A simple animation tool that displays a continuous cycle of
* twenty-four images. Each image is displayed for 30 milliseco
www.eeworm.com/read/351636/3101721
forcebuild
This FORCEBUILD file should be deleted by Dart scripts to force Dart
to do a continuous build even if no other file in the repository has
been changed. The idea is to fool Dart into thinking a file
www.eeworm.com/read/367553/9742762
txt readme.txt
Airlib is a library of aircraft models to be
used with Simulink 3.1 (Matlab 5.3) or later.
The library consists simply in two nonlinear
general aircraft models, one in continuous-time,
the oth
www.eeworm.com/read/147096/12583963
m damp.m
function [wnout,z] = damp(a)
% DAMP Natural frequency and damping factor for continuous systems.
% [Wn,Z] = DAMP(A) returns vectors Wn and Z containing the
% natural frequencies and damping factors
www.eeworm.com/read/201202/15413469
sci extractridge.sci
function ridge = ExtractRidge(ridgenum,wt,skellist,skelptr,skellen,oct,sc)
// ExtractRidge -- Pull One Ridge Continuous Wavelet Transform
// Usage
// ridge = ExtractRidge(ridgenum,wt,skellist,s
www.eeworm.com/read/106690/15626561
m eeg_checkset.m
% eeg_checkset() - check the consistency of fields of an EEG dataset
%
% Structure of an EEG dataset under EEGLAB:
% EEG.data - two-dimensional continuous data array (chans, frames)
%