代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/128468/14295474
m svmclass2.m
% SVMCLASS2 classifies patterns using SVM decision function.
% [pred_labels,dec_fun] = svmclass2(tst_data,trn_data,trn_labels,Alpha,bias,ker,arg)
%
% SVMCLASS2 classifies patterns using SVM decision
www.eeworm.com/read/229834/14315182
pro test_rule.pro
% Author: Ying Tao, Department of Biomedical Informatics, Columbia University
% Date: 12/7/2005
:-module(test_rule,[rule/2]).
%testing grammar
rule([det(Det),noun(Noun)],[np([det(Det),noun(Nou
www.eeworm.com/read/228684/14369248
txt aa.txt
用Visual Basic 6.0实现自动化测试
更新时间 2006-8-23 18:59:18 打印此文 点击数 35摘要:本文探讨了Visual Basic 6.0在测试自动化中应用的可能性,并列举了一些在实际工作中应用的例子
关键词:Visual Basic;测试工具;测试自动化;GUI;对象
Using Visual Basic 6.0 To achieve Automat
www.eeworm.com/read/226941/14446143
c testmodule.c
#ifndef __KERNEL__
#define __KERNEL__
#endif
#ifndef MODULE
#define MODULE
#endif
#include
#include
#include
www.eeworm.com/read/226941/14446147
c testmodule.c
#ifndef __KERNEL__
#define __KERNEL__
#endif
#ifndef MODULE
#define MODULE
#endif
#include
#include
#include
www.eeworm.com/read/221024/14767528
edu^~untch^ http:^^www.mtsu.edu^~untch^
Date: Mon, 25 Nov 1996 21:52:10 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Sun, 22 Sep 1996 22:08:35 GMT
Content-length: 3291
MTSU: Roland H. Untch
www.eeworm.com/read/119982/14815813
c datetime.c
#include
void main(void)
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/119982/14815843
c filecnst.c
#include
void main(void)
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/119738/14823519
cs test.cs
// Testing the lead byte stuff 乕僞
public class test
{
private int registration;
private int size;
private int color;
public void start ()
{