代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/234429/14112920

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
www.eeworm.com/read/130698/14177669

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/130492/14189668

java chronicle.java

/* * WebSPHINX web crawling toolkit * Copyright (C) 1998,1999 Carnegie Mellon University * * This library is free software; you can redistribute it * and/or modify it under the terms of the GNU
www.eeworm.com/read/130296/14198560

txt 算术编码程序.txt

算术编码程序 编码程序 #include #include FILE *charsetfile; FILE *inputfile; FILE *outputfile; typedef struct{ double l; double r; }Interval; void main() { int i,j,l
www.eeworm.com/read/129999/14213108

c pppstats.c

/* * print PPP statistics: * pppstats [-a|-d] [-v|-r|-z] [-c count] [-w wait] [interface] * * -a Show absolute values rather than deltas * -d Show data rate (kB/s) rather than bytes * -v
www.eeworm.com/read/129893/14218697

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/229585/14328783

java verbosegc.java

/* * @(#)VerboseGC.java 1.4 05/11/17 * * Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, a
www.eeworm.com/read/229184/14350135

h data.h

/* * -*- Mode: ANSI C -*- * $Id: data.h,v 1.5 1996/08/16 17:23:19 fernande Exp $ * $Source: /sgi.acct/sweldens/cvs/liftpack/include/data.h,v $ * Author: Gabriel Fernandez * * Here are the d
www.eeworm.com/read/228611/14375744

vb digitalclock.ascx.vb

Public MustInherit Class DigitalClock Inherits System.Web.UI.UserControl Protected WithEvents WebTimer1 As TimerWeb.TimerWeb.WebTimer Protected WithEvents mydiv As System.Web.UI.HtmlC
www.eeworm.com/read/227522/14421671

m pacf.m

function [PARCOR,sig,cil,ciu]= pacf(Z,KMAX); % Partial Autocorrelation function % [parcor,sig,cil,ciu] = pacf(Z,N); % % Input: % Z Signal, each row is analysed % N # of coefficients % Output: