代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/176336/9503106
h timer.h
// original : core.h 2003/03/14 11:55:25 Rev 1.4
#ifndef _TIMER_H_
#define _TIMER_H_
#define BASE_TICK 5
#define TIMER_ONCE_AUTODEL 1
#define TIMER_INTERVAL 2
#define TIMER_REMOVE_HEAP 16
www.eeworm.com/read/372190/9517949
txt 查看计算机端口.txt
查看计算机端口用什么命令 用:netstat -a 在2000以上的操作
Displays protocol statistics and current TCP/IP network connections.
显示统计正在使用TCP/IP协议的网络联接
NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval]
-a Di
www.eeworm.com/read/168118/9937660
m sprat.m
function q=sprat(A1,A2,f,t1,t2,fsmo)
% q=sprat(A1,A2,f,t1,t2,fsmo)
%
% SPRAT applies the spectral ratio method to estimate an apparent
% interval attenuation factor, q, between the traces (wavelets)
www.eeworm.com/read/359805/10124129
m chtry.m
function [env,I,Q]= chtry(userNum,sampleNum,fm)
%WLAN channel modeling
%Zukang Shen
%04/15/02
%Ts=50e-9*10000*2/20; %time sample interval
Ts=1e-3;
N=200; %number of input waves
n=[0:N-1];
www.eeworm.com/read/163324/10166004
m c12l2.m
count=0;
%H=.01
%Integration interval increased by factor of 100 to get acceptable run time
H=1;
A=2.0926e7;
GM=1.4077e16;
GAM=45.;
ALTNM=0.;
V=24000.;
ANGDEG=0.;
ANG=ANGDEG/57.3;
VRX=V*cos
www.eeworm.com/read/163324/10166038
m c12l3.m
count=0;
%H=.01;
%Integration interval increased by factor of 1000 to get acceptable run time
H=10.;
A=2.0926e7;
GM=1.4077e16;
GAM=0.;
ALTNM=1000.;
ALT=ALTNM*6076.;
XLAM=1.;
V=sqrt(GM*XLAM/(
www.eeworm.com/read/354700/10332663
h main.h
//main.h
#ifndef __MAIN_INCLUDED
#define __MAIN_INCLUDED
#define T0INTERVAL 100L // 定时器0的中断周期 100us
#ifndef FOSC
#define FOSC 921600L // 在此定义CPU时钟频率
#en
www.eeworm.com/read/464372/7164271
m chtry.m
function [env,I,Q]= chtry(userNum,sampleNum,fm)
%WLAN channel modeling
%Zukang Shen
%04/15/02
%Ts=50e-9*10000*2/20; %time sample interval
Ts=1e-3;
N=200; %number of input waves
n=[0:N-1];
www.eeworm.com/read/457711/7319109
m randintr.m
% ATLAST65中生成给定阶、给定秩的整数矩阵的子程序randintr
%
function A = randintr(m,n,k,r)
% RANDINTR(m,n,k,r) is an m by n matrix of rank r
% with integer entries in the interval [-k:k].
% If less than three argume