代码搜索:Data Science
找到约 10,000 项符合「Data Science」的源代码
代码结果 10,000
www.eeworm.com/read/416952/11009020
out data.out
TASK 1 "UNO"
TASK 2 "DOS"
TASK 3 "TRES"
TASK 4 "CUATRO"
TASK 5 "CINCO"
TASK 6 "SEIS"
:BODY
ACTI 1 0 300
ACTI 2 0 420
ACTI 3 0 430
ACTI 4 0 450
ACTI 5 0 470
ACTI 1 300 600
EXEC 1 1 16
ACTI 2 420 840
EX
www.eeworm.com/read/416811/11012704
m data.m
%产生随机数
function [x,y,m,epsilon,u,G]=data(n,gamma)
% clear;
clc;
tic;
% for n=25:25:100
% for gamma=-0.9:0.1:0.9
% if(n
www.eeworm.com/read/416745/11014237
txt data.txt
1 4 0 4 0
2 5 0 1 0
3 6 0 1 0
4 9 0 3 0
5 9 0 0 0
6 14 0 5 0
7 15 0 1 0
8 19 0 4 0
9 21 0 2 0
10 23 0 2 0
11 23 0 0 0
12 25 0 2 0
13 27 0 2 0
14 28 0 1 0
15 29 0 1 0
16 31 0 2 0
17 33
www.eeworm.com/read/270936/11019317
m data.m
function info=Data(L)
%generate user data for a 20ms frame, there is 172 bits of information,12bits of CRC and 8 bits of Encoder tail
%We first generate the 184(information +CRC) bits using the ra
www.eeworm.com/read/416589/11020306
data train.data
3.1 11.70 1
3.0 1.30 1
1.9 0.10 1
3.8 0.04 1
4.1 1.10 1
1.9 0.40 1
8.3 1.00 2
3.8 0.20 2
3.9 0.60 2
7.8 1.20 2
9.1 0.60 2
15.4 3.60 2
7.7 1.60 2
6
www.eeworm.com/read/416589/11020323
data test.data
5.1 0.4
12.9 5.0
13.0 0.8
2.6 0.1
30.0 0.1
20.5 0.8
www.eeworm.com/read/416512/11023070
h data.h
//int Input[64][64];
//int REDB[R_1][C_1];
#define ROW 64
#define COL 32
#define R_1 64
#define C_1 64
#define True 1
#define False 0
#define true1 1
#define false1 0
#define Len RO
www.eeworm.com/read/416446/11025031