代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/338907/12274082
java application1.java
package enterpriseemployeeadministrate;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = true;
//Construct the application
public Application1(
www.eeworm.com/read/338907/12274310
java~1~ application1.java~1~
package enterpriseemployeeadministrate;
import javax.swing.UIManager;
import java.awt.*;
public class Application1 {
boolean packFrame = false;
//Construct the application
public Application1
www.eeworm.com/read/130868/14171698
java testmemmapapp.java
package com.stanley.memmap;
import javax.swing.UIManager;
import java.awt.*;
public class TestMemMapApp {
private boolean packFrame = false;
//Construct the application
public TestMemMapApp()
www.eeworm.com/read/130868/14171700
java memmapjavaclientapp.java
package com.stanley.memmap;
import javax.swing.UIManager;
import java.awt.*;
public class MemMapJavaClientApp {
private boolean packFrame = false;
//Construct the application
public MemMapJav
www.eeworm.com/read/230957/14264406
c serverpacket.c
/* serverpacket.c
*
* Construct and send DHCP server packets
*
* Russ Dill July 2001
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/128193/14311530
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/128079/14317415
pas imgutil.pas
{$R-} // Turn off Range Checking because of ARRAY[0..0] construct below
unit ImgUtil;
// The new algorithms are 5 to 8 imes faster (dirty but fast) and they
// not need so many memory (if the
www.eeworm.com/read/222301/14697852
m dagsvm.m
function net = dagsvm(arg)
% PAIRWISE
%
% Construct a dag-svm multi-class support vector classification network.
%
% Examples:
%
% % default constructor (a 0-class dagsvm network!)
%
%
www.eeworm.com/read/122139/14718734
c transmit.c
/*
* transmit.c
* - construct queries
* - send queries
*/
/*
* This file is
* Copyright (C) 1997-2000 Ian Jackson
*
* It is part of adns, which is
* Cop