代码搜索:INTERVAL

找到约 8,094 项符合「INTERVAL」的源代码

代码结果 8,094
www.eeworm.com/read/338068/12326200

m p_y.m

function pc3inte=P_y(interval,len); % 该函数对区间进行裁减即Py投影,返回裁剪后的区间信号 if sign(interval(1))==sign(interval(len)) interval=interval.*(sign(interval)==sign(interval(1))); inte=interp1([1,len],[i
www.eeworm.com/read/149840/12342190

aspx elementticks.aspx

www.eeworm.com/read/250696/12388541

cfg sur_ctr.cfg

8 Record mode (dist=1/time=2): 2 9 Dist interval: 0.2 10 Time interval (
www.eeworm.com/read/250555/12399913

txt 3.txt

将下面的代码放如之间
www.eeworm.com/read/337023/12401667

c msp430x22x4_ta_09.c

//****************************************************************************** // MSP430F22x4 Demo - Timer_A, Toggle P1.0-3, Cont. Mode ISR, HF XTAL ACLK // // Description: Use Timer_A CCRx uni
www.eeworm.com/read/336975/12404092

m rungekutta.m

function PX =RungeKutta(tf,X0,T) % anatomise the differential equation and get the discrete state equation % which is noliner % 11-24-2007 % Output: % PX: solution of the differen
www.eeworm.com/read/250106/12433571

ctl cccomputer.ctl

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.UserControl CCComputer ClientHeight = 3600 ClientLeft = 0 ClientTop = 0
www.eeworm.com/read/250106/12433664

ctl ffotitl.ctl

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.UserControl FFOTitl ClientHeight = 3600 ClientLeft = 0 ClientTop = 0
www.eeworm.com/read/336314/12451731

m nnpin.m

function y = nnpin(x,a,b,q) %NNPIN Neural Network Design utility function. % NNPIN(X,A,B,Q) % X - Number or matrix. % A - Lower bound. % B - Upper bound. % Q - Quantization constant (o
www.eeworm.com/read/234432/14112864

m scaletest.m

function scalesamples = scaletest(testsamples,A,B) % normalize the test data in the interval [-1 1] n = size(testsamples,2); % input dimension for i=1:n scalesamples(:,i) = A(i)*testsamples