代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/130518/14188532
vbp smtp.vbp
Type=Exe
Form=Main.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Object={248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0; MSWINSCK.OCX
Icon
www.eeworm.com/read/129922/14217394
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/129922/14217403
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/129726/14231380
c biosdisk.c
#include
#include
void main(void)
{
int result;
char buffer[512];
printf("Testing to see if drive a: is ready\n");
result = biosdisk(4,0,0,0,0,1,buffer);
resu
www.eeworm.com/read/128828/14277732
txt readmefirst.txt
// Vincent Chan
// Texas Instruments Hong Kong Ltd
// Date Comments
// =====================
// 01/11/16 This code is not finished. Testing is being done to determine its
www.eeworm.com/read/128828/14277755
txt readmefirst.txt
// Vincent Chan
// Texas Instruments Hong Kong Ltd
// Date Comments
// =====================
// 01/11/16 This code is not finished. Testing is being done to determine its
www.eeworm.com/read/230463/14286885
c test.c
/*------------------------------------------------------------------------------------------------------------*-
test.c(v1.00)
--------------------------------------------------------------
www.eeworm.com/read/128628/14288485
c datetime.c
#include
void main(void)
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/128628/14288576
c filecnst.c
#include
void main(void)
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/128468/14295378
m bayesdemo2.m
% BAYESDEMO2 demo on Bayes classifiation and error estimation.
% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.c