代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/439272/1806807
java managertest.java
/**
@version 1.21 2004-02-21
@author Cay Horstmann
*/
import java.util.*;
public class ManagerTest
{
public static void main(String[] args)
{
// construct a Manager
www.eeworm.com/read/439272/1806813
java managertest.java
/**
@version 1.21 2004-02-21
@author Cay Horstmann
*/
import java.util.*;
public class ManagerTest
{
public static void main(String[] args)
{
// construct a Manager
www.eeworm.com/read/438251/1826773
java circularwallforce.java
package prefuse.util.force;
/**
* Uses a gravitational force model to act as a circular "wall". Can be used to
* construct circles which either attract or repel items.
*
* @author
www.eeworm.com/read/430117/1941772
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/429426/1948928
py values.py
# Description: Shows how to construct and use orange.Value
# Category: basic classes
# Classes: Value
# Uses:
# Referenced: Value.htm
import orange
def err():
raise "Err
www.eeworm.com/read/429245/1950531
java managertest.java
/**
@version 1.21 2004-02-21
@author Cay Horstmann
*/
import java.util.*;
public class ManagerTest
{
public static void main(String[] args)
{
// construct a Manager
www.eeworm.com/read/429245/1950537
java managertest.java
/**
@version 1.21 2004-02-21
@author Cay Horstmann
*/
import java.util.*;
public class ManagerTest
{
public static void main(String[] args)
{
// construct a Manager
www.eeworm.com/read/427822/1964938
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/427112/1975687
java fileurl.java
// FileURL.java - Construct a file: scheme URL
/*
* Copyright 2001-2004 The Apache Software Foundation or its licensors,
* as applicable.
*
* Licensed under the Apache License, Version 2.0 (the
www.eeworm.com/read/422078/2041932
cs program.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace _1
{
class Shop
{
public void Construct(VehicleBuilder vb)
{