代码搜索:INTERVAL

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

代码结果 8,094
www.eeworm.com/read/100897/15863018

h resorgutils_res.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ResOrgUtils.rc // #define IDR_MAINFRAME 25000 #define IDB_RESORG_LOGO 25001
www.eeworm.com/read/175304/9552873

m multi_signals.m

fs=5120;% sampling frequency ts=1/fs;% sampling interval N=1024;% number of samples t=0:ts:(N-1)*ts;% symbol duration df=fs/N;% frequency resolution = 5 sigma=0.01; for i=1:64 f(i)=5*i;% ho
www.eeworm.com/read/168118/9937845

m vint2vave.m

function vave=vint2vave(vint,t,tout) % vave=vint2vave(vint,t,tout) % vave=vint2vave(vint,t) % % VINS2VAVE computes average velocity as a function of time % given interval velocity as a function of ti
www.eeworm.com/read/420810/10774204

new menu.rc.new

IDR_MAINFRAME MENU PRELOAD DISCARDABLE WINDOWSTYLE WINDOW_CHINESE,WINDOW_SHADE MENUSTYLE MENU_PULLDOWN,MENU_SITE_LEFT,MENU_DISP_NUMBER,MENU_ACCEPT_RIGHT,MENU_EXEC_PROC #Comment row,col,interval,statu
www.eeworm.com/read/420810/10774219

pop menu.rc.pop

IDR_MAINFRAME MENU PRELOAD DISCARDABLE WINDOWSTYLE WINDOW_CHINESE,WINDOW_SHADE MENUSTYLE MENU_POPUP,MENU_SITE_LEFT,MENU_DISP_NUMBER,MENU_ACCEPT_RIGHT,MENU_EXEC_PROC #Comment row,col,interval MENUATTR
www.eeworm.com/read/462465/7201129

js bd_adv.js

var MAX_COUNT=15;var MAX_LOAD_COUNT=5;var SWITCH_INTERVAL=20000;var showcount=0;var dispcount=0;var arrBaiduAds=new Array();arrBaiduAds[18]="";var hasAds=false;var iLoadCount=0;var csong=$d('song').in
www.eeworm.com/read/461510/7226267

h misc.h

#ifndef MISC_H_ #define MISC_H_ #define MAX_STRING_LENGTH 20 #define TRACE_FORMAT "\n$ns_ at %lf \"$node_(%d) setdest %lf %lf %lf\"" //return a random double number at interval [0,1] double
www.eeworm.com/read/197263/8008413

m experiment2_2.m

% Experiment 2, CS: Haykin % phase lock loop and cycle slipping % requires functions lin.m to run % Experiment2_2.m and Experiment2_1.m are used for Part 3 % of Experiment2. % time interval t0=0;t
www.eeworm.com/read/323119/13352910

test events.test

create database if not exists events_test; use events_test; drop event if exists event1; create event event1 on schedule every 15 minute starts now() ends date_add(now(), interval 5 hour) DO begin end
www.eeworm.com/read/136697/13365278

m fuz_sire.m

function f = fuz_sire(f1) % f=fuz_sire(f1) % % Sign reversal of a fuzzy number or interval. % % f1 = f = [xmin xmax m n alpha beta] % % The sign reversal is a reflection at the ordinate. % ymin=0