代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/173155/5376291
m saloha.m
% Program 6-7
% saloha.m
%
% Slotted ALOHA System
%
% Input argument
% now_time : now time but, now_time
www.eeworm.com/read/340665/3281540
java pr3731.java
// Check whether "instanceof" initializes its class argument.
public class PR3731 {
static B b;
public static void main(String[] args) {
System.out.println(b instanceof B);
}
}
class B {
www.eeworm.com/read/316872/3589176
c traps.c
/*
* arch/alpha/kernel/traps.c
*
* (C) Copyright 1994 Linus Torvalds
*/
/*
* This file initializes the trap entry points
*/
#include
#include
#include
www.eeworm.com/read/270429/4238250
m saloha.m
% Program 6-7
% saloha.m
%
% Slotted ALOHA System
%
% Input argument
% now_time : now time but, now_time
www.eeworm.com/read/440906/1783221
java pr3731.java
// Check whether "instanceof" initializes its class argument.
public class PR3731 {
static B b;
public static void main(String[] args) {
System.out.println(b instanceof B);
}
}
class B {
www.eeworm.com/read/423126/2029190
m saloha.m
% Program 6-7
% saloha.m
%
% Slotted ALOHA System
%
% Input argument
% now_time : now time but, now_time
www.eeworm.com/read/360971/2955003
cpp time1.cpp
// Fig. 16.4: time1.cpp
// Member function definitions for Time class.
#include
using std::cout;
#include "time1.h"
// Time constructor initializes each data member to zero.
//
www.eeworm.com/read/360971/2955014
cpp time1.cpp
// Fig. 16.5: time1.cpp
// Member function definitions for Time class.
#include
using std::cout;
#include "time1.h"
// Time constructor initializes each data member to zero.
//
www.eeworm.com/read/360971/2955017
cpp time2.cpp
// Fig. 16.7: time2.cpp
// Member function definitions for Time class.
#include
using std::cout;
#include "time2.h"
// Time constructor initializes each data member to zero.
//
www.eeworm.com/read/295342/8168877
m saloha.m
% Program 6-7
% saloha.m
%
% Slotted ALOHA System
%
% Input argument
% now_time : now time but, now_time