代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/353440/3085746
java simpleprincipal.java
import java.security.*;
/**
A principal with a named value (such as "role=HR" or "username=harry").
*/
public class SimplePrincipal implements Principal
{
/**
Constructs a SimplePrincipal
www.eeworm.com/read/252579/4402550
java simpleprincipal.java
import java.security.*;
/**
A principal with a named value (such as "role=HR" or "username=harry").
*/
public class SimplePrincipal implements Principal
{
/**
Constructs a SimplePrincipal
www.eeworm.com/read/155175/5628640
java smlnodeparsehandler.java
package com.croftsoft.core.text.sml;
import java.util.*;
/*********************************************************************
* Constructs SmlNodes from parsed SML tokens.
www.eeworm.com/read/303286/13818896
hif i2c.hif
Version 7.2 Build 151 09/26/2007 SJ Full Version
38
2265
OFF
OFF
OFF
OFF
ON
ON
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Pat
www.eeworm.com/read/279843/10384438
java customer.java
package server;
/**
* A bank customer with a checking and savings account.
*/
public class Customer {
/**
* Constructs a customer with a given number and PIN.
*
* @param aNumber
*
www.eeworm.com/read/279843/10384552
java customer.java
package server;
/**
* A bank customer with a checking and savings account.
*/
public class Customer {
/**
* Constructs a customer with a given number and PIN.
*
* @param aNumber
*
www.eeworm.com/read/331439/12828506
m unadjoint.m
function C = unadjoint(A, F)
% UNADJOINT Given an adjoint matrix, constructs the original
% quaternion matrix.
%
% unadjoint(A) or
% unadjoint(A, 'complex') assumes A is a complex adjoin
www.eeworm.com/read/142050/5766146
java miningattribute.java
package org.scut.DataMining.Core;
public abstract class MiningAttribute
{
/** name of the attribute */
private String name;
/**
* Constructs a MiningAttribute by name and type
*
www.eeworm.com/read/151704/12181292
m renum.m
function nn = renum(varargin)
%RENUM Constructor for enum-register object
% MM = RENUM('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties (See NUMERIC)
% --------------
www.eeworm.com/read/245316/4504359
java compositioncycleexception.java
package javax.jmi.reflect;
/** Exception thrown when an instance object is a component of itself.
*/
public class CompositionCycleException extends JmiException {
/**
* Constructs a