代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/298430/3866102
java comparablerectangle.java
public class ComparableRectangle extends Rectangle
implements Comparable {
/** Construct a ComparableRectangle with specified properties */
public ComparableRectangle(double width, double heig
www.eeworm.com/read/292144/3956605
erl hipe_bb.erl
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Basic Block Module
%%
%% Exports:
%% ~~~~~~~~
%% mk_bb(Code) - construct a basic block.
%% code(BB) - returns the code.
%%
www.eeworm.com/read/275576/4174510
groovy synchronizedbytecodebug.groovy
/**
* @author Guillaume Laforge
*/
class SynchronizedBytecodeBug extends GroovyTestCase {
/**
* Groovy's bytecode associated with syncrhonized(foo) construct used to generate invalid
www.eeworm.com/read/268796/4249985
dash-b
# -*-perl-*-
$description = "Test make -B (always remake) option.\n";
$details = "\
Construct a simple makefile that builds a targe
www.eeworm.com/read/442656/1755049
exp yacc_uprec.exp
./yacc_uprec.py:35: Nothing known about the precedence of 'UMINUS'
yacc.YaccError: Unable to construct parser.
www.eeworm.com/read/440906/1777642
c t114.c
// Build don't link:
// GROUPS passed niklas explicit-construct
struct A { A(); };
struct B { B(A&); };
B b(A());
www.eeworm.com/read/429426/1948829
py examplesdistance.py
# Description: Shows how to construct and use classes for measuring distances between examples
# Category: distances
# Classes: ExamplesDistanceConstructor, ExamplesDistance
# Uses: l
www.eeworm.com/read/429426/1948902
py classifierbyexampletable.py
# Description: Shows how to construct an orange.ClassifierFromExampleTable
# Category: classification, lookup classifiers, constructive induction, feature construction
# Classes: ClassifierBy
www.eeworm.com/read/429426/1948910
py examplesdistance-missing.py
# Description: Shows how to construct and use classes for measuring distances between examples
# Category: distances
# Classes: ExamplesDistanceConstructor, ExamplesDistance
# Uses: l