代码搜索:TestData
找到约 755 项符合「TestData」的源代码
代码结果 755
www.eeworm.com/read/132541/14085201
java debug16_4.java
package questions.c16;
import java.io.*;
import java.net.*;
public class Debug16_4 {
private InetAddress host;
private int port;
public Debug16_4( InetAddress host, int port ) {
www.eeworm.com/read/204318/15341612
c pca_uart0.c.c
//////////////用PCA检测UART0特波率调试程序/////////////////
/////////////pca_UART0.c//////////////////////
#include // Register definition file.
typedef unsigned char uchar;
typedef unsigned i
www.eeworm.com/read/201748/15398054
m svmdata.m
function svmdata(sort)
% function data = svmdata(sort)
% sort = 'train' or 'test'.
clc
load finance
setn = 50;
[temp N] = size(pstock);
len = N - setn;
traindata = pstock(1:len);
www.eeworm.com/read/201748/15398061
asv svmdata.asv
function svmdata(sort)
% function data = svmdata(sort)
% sort = 'train' or 'test'.
clc
load finance
setn = 50;
[temp N] = size(pstock);
len = N-setn;
traindata = pstock(1:len);
te
www.eeworm.com/read/100322/15877172
cpp cpp_demo.cpp
// CPP_DEMO.CPP
// test program for BFENG.OBJ
// programming language: MS Visual C++ 1.0, QuickWin
// memory model: large
// last update: 05/25/96
// (c)1996 Mar
www.eeworm.com/read/292026/8381897
c crc.c
/*
Legal Notice: Some portions of the source code contained in this file were
derived from the source code of Encryption for the Masses 2.02a, which is
Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/287068/8727936
c crc.c
/*
Legal Notice: Some portions of the source code contained in this file were
derived from the source code of Encryption for the Masses 2.02a, which is
Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/281317/9164941
ini config.ini
5
0.2
77
5577
./data/testdata1_for_FP.dat
./data/testdata1_result.txt
1
www.eeworm.com/read/281317/9165074
ini config_big.ini
5
0.097902
20000
88162
./data/testdata2_for_FP.dat
./data/testdata2_result.txt
0
www.eeworm.com/read/351841/10604022
c integer.c
// ******************************************************************
// Copyright (c) 2002- Satoshi, All Rights Reserved.
//
// This program is free software; you can redistribute it and/or
// modi