代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/161207/10437624
thanks
Thanks to the contributors:
Thomas Brunner
Makefile, testing, etc.
Eugenio Cervesato
reading of SCP-ECG format
www.eeworm.com/read/419355/10872749
c fontlist1.c
/* File: fontlist1.c */
//runit: XENVIRONMENT=FontList1.ad ./fontlist1
#include
#include
#include
int main(int argc, char *argv[])
{
int n;
Arg args[10]
www.eeworm.com/read/219035/7147337
m cut_plane.m
function posOut = cut_plane(oGd, pos, ang, bAbove, vGreen)
x0 = oGd.offsetX;
y0 = oGd.offsetY;
sdArray = oGd.sdArray;
for iSd = 1:oGd.nSd
bCut = 0;
% determine whether sd is cut
www.eeworm.com/read/451377/7466459
txt 简单输入输出测试.txt
///////////////////////////////////////////
/* A simple example for testing input&
output in PL0 Language. */
//////////////////////////////////////////
var n;
begin
n:=5;
read(n);
w
www.eeworm.com/read/448221/7536515
java sampleframeres_en.java
package resources;
import java.util.*;
public class SampleFrameResource_en extends ListResourceBundle {
public Object[][] getContents() {
return contents;
}
static final Object[][] contents
www.eeworm.com/read/448221/7536518
java sampleframeres_zh.java
package resources;
import java.util.*;
public class SampleFrameResource_zh extends ListResourceBundle {
public Object[][] getContents() {
return contents;
}
static final Object[][] contents
www.eeworm.com/read/440394/7689989
m knn.m
function [Cmat,C_rate]=knn(Pr,Tr,Pt,Tt,kN)
% Usage: [Cmat,C_rate]=knn(Pr,Tr,Pt,Tt,kN)
% Pr: training feature vector K x N (prototype), the classifier
% Tr: training target vector K x S (labe
www.eeworm.com/read/396796/8089881
c fbxbench.c
/*
* $Id: fbxbench.c,v 1.7 2001/01/13 22:33:38 lethal Exp $
*/
#include
#include
#include
#include
#include
#define NUM_LINES 1024
int ma