代码搜索:TestData

找到约 755 项符合「TestData」的源代码

代码结果 755
www.eeworm.com/read/163726/5509534

bas dataaction.bas

Attribute VB_Name = "DataAction" '宣告一个执行的分析仪变数 Public Analyzer As HP3569a '设定通讯埠变数 Private c_ComPort As MSComm Sub CommPort(Obj As MSComm) Set c_ComPort = Obj End Sub '''''''''''''''''''
www.eeworm.com/read/392877/8321045

h crc.h

/*****************************************/ /* Copyright (c) 2005, 通信工程学院 */ /* All rights reserved. */ /* 作 者:戴佳 */ /*****************************************/
www.eeworm.com/read/173128/9673205

java driver.java

package id3; import shared.*; /* Driver class, used to create,initialize,run inducers */ /** Basic Driver class used to interface the ID3Inducer. * @author James Louis Created implementation.
www.eeworm.com/read/368754/9679492

java driver.java

package id3; import shared.*; /* Driver class, used to create,initialize,run inducers */ /** Basic Driver class used to interface the ID3Inducer. * @author James Louis Created implementation.
www.eeworm.com/read/367524/9743766

cpp vectortest.cpp

#include #include #include #include using namespace std; typedef struct { int index; char data[256]; } MYNODE, *PMYNODE; int global_index =
www.eeworm.com/read/204832/15333027

java driver.java

package id3; import shared.*; /* Driver class, used to create,initialize,run inducers */ /** Basic Driver class used to interface the ID3Inducer. * @author James Louis Created implementation.
www.eeworm.com/read/430935/8718281

txt testdata_2008-12-02 12-38-54.txt

2 9 Hello World, from www.cpp-home.com and Loobian! 6 0 Hello World, from www.cpp-home.com and Loobian! 6 6 Hello World, from www.cpp-home.com and Loobian! 8 0 Hello World, from www.cpp-home.co
www.eeworm.com/read/378377/9233227

h lxi.h

#include"..\config\type.h" uchar idata w3100_ip[6] = {0x00,0x00,0x00,0x00,0x00,0x00}; //const u_char xdata * testdata; //const u_char xdata send_dat[8] = {'f','a','n','l','i','w','e','i'};
www.eeworm.com/read/398934/7908760

m fitness.m

function [y z]=fitness(chrom,traindata1,testdata1) [m n]=size(chrom);%m是一个染色体的长度,n是种群的大小,即有几个染色体 y=[];z=[]; chrom1=zhuanhua(chrom); for i=1:n h=find(chrom1(:,i)==1); traindata=traindata1
www.eeworm.com/read/328888/12996517

c st7920_graphics.c

// Wait and Clear void WAC(void) { DelayMs(1000); gTile(0x00, 0x00); } // Read data from GDRAM uint16 ReadData(uint8 xUnit, yBit) { uint16 dByte; Locate(xUnit, yBit); LCD_DataPort =