代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/174254/9599739
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/370188/9612277
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/370188/9612280
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/173997/9613997
authors
cryptmount was written by RW Penney (England, UK)
The author gratefully recognizes the assistance of being able to refer
to the source-code for the following packages:
openssl-0.9.8 (specifically
www.eeworm.com/read/172476/9705817
mac newfolder.mac
--
-- Create a new folder.
--
-- Copyright (C) 1997 Dr. Charles R. Denham, ZYDECO.
-- All Rights Reserved.
-- Disclosure without explicit written consent from the
-- copyright owner does not con
www.eeworm.com/read/367990/9721315
c filecnst.c
#include
void main ()
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/367990/9721325
c datetime.c
#include
void main ()
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/171829/9736109
c datetime.c
#include
void main(void)
{
printf("Beta Testing: Last compiled %s %s\n", __DATE__,
__TIME__);
}
www.eeworm.com/read/171829/9736147
c filecnst.c
#include
void main(void)
{
printf("The file %s is under Beta testing\n", __FILE__);
}
www.eeworm.com/read/367442/9747772
m~ knnclass.m~
function [class] = knnclass(tst,X,I,K)
% [class] = knnclass(tst,X,I,K)
%
% KNNCLASS is an implementation of K-Nearest Neighbours
% classifier. The Euclidean distance is used.
%
% Input:
% tst [DxNt