代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/154253/11976904
java~2~ money.java~2~
package chapter25.money;
/**
* A simple Money.
*
*/
public class Money implements IMoney {
private int fAmount;
private String fCurrency;
/**
* Constructs a money from the given
www.eeworm.com/read/154253/11977125
java~1~ money.java~1~
package junit.samples.money;
/**
* A simple Money.
*
*/
public class Money implements IMoney {
private int fAmount;
private String fCurrency;
/**
* Constructs a money from the g
www.eeworm.com/read/342759/12001102
h fraction.h
#ifndef FRACTION_H
#define FRACTION_H
#include
using namespace std;
class Fraction {
public:
/**
Constructs a fraction with numerator 0 and denominator 1
*/
Fr
www.eeworm.com/read/342008/12047558
m maketree.m
%MAKETREE General tree building algorithm
%
% tree = maketree(A,nlab,c,crit,stop)
%
% Constructs a binary decision tree using the criterion function
% specified in the string crit ('maxcrit', 'fis
www.eeworm.com/read/151704/12180269
m construct_pointer.m
function nn = construct_pointer(nn,args)
%CONSTRUCT_POINTER Constructor for raw memory object
% MM = CONSTRUCT_POINTER('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties
www.eeworm.com/read/151704/12180282
m deref.m
function nn = deref(pp,index)
%DEREF
% MM = DEREF Constructs a Memory object that represents
% the variable which is pointed to by this object.
% Copyright 2002 The MathWorks, Inc.
er
www.eeworm.com/read/151704/12180670
m construct_numeric.m
function nn = construct_numeric(nn,args)
%CONSTRUCT_NUMERIC Constructor for raw memory object
% MM = CONSTRUCT_NUMERIC('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties
www.eeworm.com/read/151704/12180964
m construct_rnumeric.m
function nn = construct_rnumeric(nn,args)
%CONSTRUCT_NUMERIC Constructor for numeric object
% MM = CONSTRUCT_NUMERIC('PropertyName',PropertyValue,...) Constructs an ..
% Major Properties (See
www.eeworm.com/read/151704/12181227
m deref.m
function nn = deref(pp,index)
%DEREF
% MM = DEREF Constructs a Memory object that represents
% the variable which is pointed to by this object.
% Copyright 2002 The MathWorks, Inc.
% $R
www.eeworm.com/read/151704/12181232
m construct_rpointer.m
function nn = construct_rpointer(nn,args)
%CONSTRUCT_RPOINTER Constructor for raw memory object
% MM = CONSTRUCT_RPOINTER('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properti