代码搜索:TestData
找到约 755 项符合「TestData」的源代码
代码结果 755
www.eeworm.com/read/177105/9469611
dat processfile.dat
### File Name: processfile.dat
Adapter
adapter=nnadkstub
mode=PROCESS
data=BUFFER
msg.type=Buffer
set.msg.options=true
app.group=myApp
in_file_name=testdata
out_file_name=testout
www.eeworm.com/read/177105/9469643
dat process.dat
### File Name: process.dat
Adapter
adapter=nnadkstub
mode=PROCESS
data=BUFFER
msg.type=Buffer
in_file_name=testdata
out_file_name=testout
set.msg.options=true
app.group=test
www.eeworm.com/read/327850/13059055
m ecm2.m
clc
clear
load irisdata_train1.txt
load irisdata_test2.txt
traindata=[];
traindata=irisdata_train1(1:120,:);
cluster=[];
distance=[];
Dthr=0.8;
testdata=[];
testdist=[];
cluster(1,1:5)=trai
www.eeworm.com/read/132649/5915406
in datatool.sh.in
#! /bin/sh
# $Id: datatool.sh.in,v 1000.0 2003/10/29 17:48:43 gouriano Exp $
#
base="${1:-@srcdir@/testdata}"
if test ! -d $base; then
echo "Error -- test data dir not found: $base"
exit 1
fi
www.eeworm.com/read/132649/5915927
in asn2asn.sh.in
#! /bin/sh
# $Id: asn2asn.sh.in,v 1000.0 2003/10/29 18:23:34 gouriano Exp $
#
base="${1:-@top_srcdir@/src/serial/datatool/testdata}"
if test ! -d $base; then
echo "Error -- test data dir not foun
www.eeworm.com/read/492491/1173492
vhd outtest.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee. std_logic_unsigned.all;
entity outtest is
port(wrreq,wrclk:out std_logic;
wrfull:in std_logic;
testdata:out std_logic_vector(63 dow
www.eeworm.com/read/271503/10992040
txt 成功-单键1224.txt
clock equ p3.2
testclock equ p3.4
todata equ p3.1
testdata equ p3.0
org 0000h
ljmp main
org 0100h
main:
mov p0,#0ffh
;mo
www.eeworm.com/read/210896/15190164
mts script.mts
Dim conn
Dim rst
Dim iRowCount
Const strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\课程试验\计算器database\testdata.mdb;Persist Security Info=False"
SystemUtil.Run "c:\winnt\system32\cal