代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/318888/13467722
m exam7_10.m
%
% Fig7_10.m - M-file for generating Figure 7-10
%
L = 128;
n = [0:L-1];
x1 = sin(2*pi*30.5*n/128); % generate sinewave of 30.5 Hz
X1 = abs(fft(x1)); % magnitude spectrum
beta = 8.96;
www.eeworm.com/read/101082/6245046
1ncs uuid_gen.1ncs
.TH uuid_gen 1ncs
.\".if '\nv'1' .TH UUID_GEN 1 domain
.\".if '\nv'4' .TH UUID_GEN 8 domain
.\".if '\nv'5' .TH UUID_GEN 1M domain
.\".if !\nh \{
.SH Name
uuid_gen \- UUID generating program
.SH Synta
www.eeworm.com/read/101082/6246930
1ncs uuid_gen.1ncs
.TH uuid_gen 1ncs
.\".if '\nv'1' .TH UUID_GEN 1 domain
.\".if '\nv'4' .TH UUID_GEN 8 domain
.\".if '\nv'5' .TH UUID_GEN 1M domain
.\".if !\nh \{
.SH Name
uuid_gen \- UUID generating program
.SH Synta
www.eeworm.com/read/126757/6314977
m exam7_10.m
%
% Fig7_10.m - M-file for generating Figure 7-10
%
L = 128;
n = [0:L-1];
x1 = sin(2*pi*30.5*n/128); % generate sinewave of 30.5 Hz
X1 = abs(fft(x1)); % magnitude spectrum
beta = 8.96;
www.eeworm.com/read/367675/2832982
txt 8.txt
发信人: helloboy (hello), 信区: DataMining
标 题: Decision Tree&Neural Network
发信站: 南京大学小百合站 (Thu Aug 22 09:53:41 2002), 站内信件
C-Net: A Method for Generating Non-deterministic and Dynamic Multivariate D
www.eeworm.com/read/367675/2834117
txt 5.txt
发信人: ashun (阿顺), 信区: DataMining
标 题: 数据挖掘术语简介(五)
发信站: 南京大学小百合站 (Thu Aug 30 12:11:27 2001)
genetic algorithms
A computer-based method of generating and testing combinations of possible inp
ut
www.eeworm.com/read/367675/2835992
txt 66.txt
发信人: ashun (阿顺), 信区: DataMining
标 题: 数据挖掘术语简介(五)
发信站: 南京大学小百合站 (Thu Aug 30 12:11:27 2001)
genetic algorithms
A computer-based method of generating and testing combinations of possible inp
ut
www.eeworm.com/read/367675/2836140
txt 34.txt
发信人: ccipt (北方的狼), 信区: DataMining
标 题: Preface
发信站: 南京大学小百合站 (Wed Aug 22 10:55:53 2001)
Preface
Our capabilities of both generating and collecting data have been increasi
ng rap idly in t
www.eeworm.com/read/367675/2837144
txt 654.txt
发信人: helloboy (hello), 信区: DataMining
标 题: Decision Tree&Neural Network
发信站: 南京大学小百合站 (Thu Aug 22 09:53:41 2002), 站内信件
C-Net: A Method for Generating Non-deterministic and Dynamic Multivariate D
www.eeworm.com/read/419264/10878069
m crc_code_new.m
function C = CRC_code_new(M,n,G)
%CRC code (n,k) function,每k个bit编成nbit。
%Input:
% M:(1,x*k) input data
% n:
% G:generating polynomial.(1,n-k+1)
%Output:
% C:(1,n) coded data;
len1=leng