代码搜索:INTERVAL
找到约 8,094 项符合「INTERVAL」的源代码
代码结果 8,094
www.eeworm.com/read/399441/2360727
out dsdv6.out
interval 0.10000000000000001
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0e
www.eeworm.com/read/399441/2360728
out clp.out
interval 0.10000000000000001
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0e
www.eeworm.com/read/399441/2360729
out comp.out
interval 0.10000000000000001
dumping parameters
CPThresh_ 10.0
CSThresh_ 3.652e-10
RXThresh_ 3.652e-10
Phy bandwidth_ 2.0e6
freq_ 914e+6
L_ 1.0
Pt_ 0.28183815
MAC datarate_ 2.0e6
MAC basicrate_ 2.0e
www.eeworm.com/read/376218/2711940
m tufa_wujiaozhi_pe.m
function[class1_err_rate]=tufa_wujiaozhi_pe(snr_in_dB,in)
%噪声功率
E=1;
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);
%桢个数
N=100;
%突发间隔
N_Interval=80;
%突发长度
N_Length=5;
signal=reshape(in',1,267
www.eeworm.com/read/367675/2838518
txt 73.txt
发信人: hillwind (骨折中...), 信区: DataMining
标 题: 请问谁有下面这篇关于离散化的文章
发信站: 南京大学小百合站 (Sun Dec 1 14:42:33 2002), 站内信件
Multi-interval discretization of continuous-valued attributes for classific
ation l
www.eeworm.com/read/153670/5645545
h dhcp.h
#include "sys.h"
#define DHCP_REFRESH_INTERVAL 3600*4
typedef struct
{
Uint8 opcode;
Uint8 hw_type;
Uint8 hw_addrlen;
Uint8 hop_count;
Uint16 xid_h;
Uint16 xid_l;
Uint1
www.eeworm.com/read/203251/15363202
h serial.h
#ifndef __SERIAL0_H
#define __SERIAL0_H
#include "PubFunc.h"
#define TIME1_4CLK_INTERVAL
#define LISTEN_START 0x00
#define LISTEN_NEXT 0x02
#define LISTEN_ADDR 0x04
#define LISTEN_DATA 0
www.eeworm.com/read/167442/9968726
m tchfs_gauss_test.m
function[class1_err_rate,sig_err_rate]=tchfsPe(snr_in_dB)
%噪声功率
E=1;
snr=10^(snr_in_dB/10);
sgma=sqrt((E/snr)/2);
%桢个数
N=10;
%突发间隔
N_Interval=80;
%突发长度
N_Length=10;
%信息序列
signal=round(ra
www.eeworm.com/read/163324/10166034
m predictb.m
function [xtf,ytf]=predictb(tf,xdum,ydum,x1dum,y1dum,wp1,wtot,tb1,trst1,tb2,wp2,wtot2,trst2,wpay)
%h=.01
%Integration interval increased by factor of 10 to get acceptable running time
h=.1;
a=2.09
www.eeworm.com/read/357052/10216937
h keyboard.h
#define BUF_LEN 80
#define POOL_LEN 10
#define SCAN_INTERVAL 2
#define KBBASE 0x08000000
#define KBSIZE 0x158
#define KH_OFFSET 0x10
#define KV_OFFSET 0x08
#define KL_OFFSET 0x14
#define