代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/107958/15597791
h myhmm.h
#ifndef DEMO
#define DEMO
#endif
#define HMM_FILE "-hmm"
#define TRAINING_FILE "-train"
#define TESTING_FILE "-test"
#define TRAINED_HMM_FILE "-trainedHmm"
#define
www.eeworm.com/read/105882/15656310
sl assoc.sl
_debug_info = 1; () = evalfile ("inc.sl");
print ("Testing Associative Arrays ...");
static define key_to_value (k)
{
return "";
}
static define value_to_key (v)
{
strcompress
www.eeworm.com/read/103011/15749362
java dummybutton.java
package piytest.dummy;
import piy.UserComponent;
import javax.swing.JButton;
/**
* Represents a button object - not used by PIY, only used for testing purposes.
* @author David Vivash
* @ver
www.eeworm.com/read/103011/15749364
java dummylabel.java
package piytest.dummy;
import piy.UserComponent;
import javax.swing.JLabel;
/**
* Represents a label object - not used by PIY, only used for testing purposes.
* @author David Vivash
* @versi
www.eeworm.com/read/103011/15749374
java dummybuttonextended.java
package piytest.dummy;
import piy.UserComponent;
import javax.swing.JButton;
/**
* Represents an extended dummy button object - not used by PIY, only used for testing purposes.
* @author Davi
www.eeworm.com/read/101715/15821899
out mains.out
TESTING FIXPQS WITH STORAGE MODE = 1
LAMBDA = 1.00000000 FLAG = 1 33 JACOBIAN EVALUATIONS
EXECUTION TIME(SECS) = 0.108 ARC LENGTH = 1.274
4.00864019E-01 2.65454893E-01
www.eeworm.com/read/191613/8425756
cpp exe53.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.53 on page 390
// Testing the rotate_copy() algorithm
#include
#include
www.eeworm.com/read/191613/8425763
cpp exe32.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.32 on page 381
// Testing the next_permutation() algorithm
#include
#incl
www.eeworm.com/read/191613/8425784
cpp exe21.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.21 on page 377
// Testing the inplace_merge() algorithm
#include
#include
www.eeworm.com/read/191613/8425795
cpp exe58.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.58 on page 392
// Testing the set_symmetric_difference() algorithm
#include