代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/415628/11061012
java main.java
public class Main {
public static void main(String[] args) {
System.out.println("Testing EaterThread, hit CTRL+C to exit.");
Tool spoon = new Tool("Spoon");
Tool fork =
www.eeworm.com/read/415628/11061020
java main.java
public class Main {
public static void main(String[] args) {
System.out.println("Testing SecurityGate...");
SecurityGate gate = new SecurityGate();
CrackerThread[] t =
www.eeworm.com/read/415628/11061026
java main.java
public class Main {
public static void main(String[] args) {
System.out.println("Testing EaterThread, hit CTRL+C to exit.");
Tool spoon = new Tool("Spoon");
Tool fork =
www.eeworm.com/read/415628/11061041
java main.java
public class Main {
public static void main(String[] args) {
System.out.println("Testing Gate, hit CTRL+C to exit.");
Gate gate = new Gate();
new UserThread(gate, "Alic
www.eeworm.com/read/268797/11121390
cmd command.cmd
set trace-commands on
# Debugger test of 'command' command
#
# Try to set command when there is none.
command 1
#
# Now a command for a real breakpoint
break 23
command 1
x x
end
#
###################
www.eeworm.com/read/268797/11121596
cmd sig.cmd
set trace-commands on
# Test that debugged program's signals are saved and restored across
# debug calls.
### Testing that we have our signal set up...
info signals
### Testing handle command...
han
www.eeworm.com/read/411674/11233529
m usps2mat.m
% USPS2MAT converts USPS database to Matlab data file (MAT).
%
% Description:
% It creates MAT-file containing training and testing part
% of the USPS database of handwritten numerals.
%
% Input:
www.eeworm.com/read/266070/11244169
c initspdif.c
/***************************************************************************************************
** File: initSPDIF.c
** Date: 7-29-05
** Author: BM
** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/266070/11244271
c initspdif.c
/***************************************************************************************************
** File: initSPDIF.c
** Date: 7-29-05
** Author: BM
** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/265507/11262377
m elm.m
function [TrainingTime, TestingTime, TrainingAccuracy, TestingAccuracy] = elm(TrainingData_File, TestingData_File, Elm_Type, NumberofHiddenNeurons, ActivationFunction)
% Usage: elm(TrainingData_Fil