代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/478118/6720227
java ex3(2).java
// arrays/Ex3.java
// TIJ4 Chapter Arrays, Exercise 3, page 758
/* Write a method that creates and initializes a two-dimensional array of double.
* The size of the array is determined by the * arg
www.eeworm.com/read/258131/11883098
m cmlstartup.m
% CmlStartup
%
% Initializes the Coded Modulation Library
%
% Last updated Sep. 9, 2007
% determine the version of matlab version
version_text = version;
if ( str2num( version_text(1) ) > 6)
www.eeworm.com/read/250753/4427182
java peerlist.java
// PeerList.java
// Initializes ServiceManager, starts service discovery
// and lists all IM services in a window
package com.deitel.advjhtp1.jini.IM;
// Java core packages
import java.awt.*;
www.eeworm.com/read/238250/4616495
s ncrtso.s
! This is the C run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _main expects them.
! It also initializes _
www.eeworm.com/read/238250/4616582
s crtso.s
! This is the C run-time start-off routine. It's job is to take the
! arguments as put on the stack by EXEC, and to parse them and set them up the
! way _main expects them.
! It also initializes _
www.eeworm.com/read/169754/5411316
java jwing.java
/*
* Jwing.java
*
* Created on 2004年9月24日, 下午7:13
*/
/**
*
* @author litertiger
*/
public class Jwing extends java.applet.Applet {
/** Initializes the applet Jwing */
public void
www.eeworm.com/read/340896/3263527
java jwing.java
/*
* Jwing.java
*
* Created on 2004年9月24日, 下午7:13
*/
/**
*
* @author litertiger
*/
public class Jwing extends java.applet.Applet {
/** Initializes the applet Jwing */
public void
www.eeworm.com/read/340896/3263595
java 日历.java
/*
* 日历.java
*
* Created on 2004年9月18日, 下午10:08
*/
/**
*
* @author litertiger
*/
public class 日历 extends javax.swing.JApplet {
/** Initializes the applet 日历 */
public void init()
www.eeworm.com/read/325240/3485283
java peerlist.java
// PeerList.java
// Initializes ServiceManager, starts service discovery
// and lists all IM services in a window
package com.deitel.advjhtp1.jini.IM;
// Java core packages
import java.awt.*;
www.eeworm.com/read/325240/3486014
java peerlist.java
// PeerList.java
// Initializes ServiceManager, starts service discovery
// and lists all IM services in a window
package com.deitel.advjhtp1.jini.IM;
// Java core packages
import java.awt.*;