代码搜索:initiated
找到约 188 项符合「initiated」的源代码
代码结果 188
www.eeworm.com/read/104815/15682685
ifmcfg4 copi.ifmcfg4
ModemHangup +++ATH\r
ModemOK OK
ModemConnect CONNECT
ModemError BUSY
ModemError NO\sCARRIER
ModemError NO\sDIAL
ModemError RING\r
ModemError ERROR
# Call options (time, address and nodelist flag dep
www.eeworm.com/read/161644/5550804
cs urlcontext.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace APLib.Windows.Control
{
[Flags]
public enum UrlContext
{
///
/// No information Present
///
www.eeworm.com/read/136989/5829319
h consumer_input_handler.h
/* -*- C++ -*- */
// Consumer_Input_Handler.h,v 1.8 1998/11/07 06:27:07 pradeep Exp
// ============================================================================
//
// = LIBRARY
// EventCo
www.eeworm.com/read/407557/11415996
java localvariabletest.java
/**
* 这个类有编译错误
* 演示了局部变量的使用
*/
package sample;
public class LocalVariableTest {
// int x;
public void correctLocalV() {
int x; //Just declare
int y = 1
www.eeworm.com/read/191767/8423519
java livingroom.java
/*
* A concrete Room - LivingRoom
*/
public class LivingRoom extends Room {
public LivingRoom() {
System.out.println("Initiated a living room !");
}
public Door makeDoor(
www.eeworm.com/read/191767/8423529
java bedroom.java
/*
* A concrete Room - BedRoom
*/
public class BedRoom extends Room {
public BedRoom() {
System.out.println("Initiated a bedroom !");
}
public Door makeDoor() {
www.eeworm.com/read/379944/9171867
v testbench_memory.v
// Simple tester for Memory Interface
// NB. Run in a maximised xterm, with a small font on a very hi-res screen.
`include "MemoryInterface.v"
`define DEBUG
module top;
// All regs
reg [31:0
www.eeworm.com/read/353698/10431131
v testbench_memory.v
// Simple tester for Memory Interface
// NB. Run in a maximised xterm, with a small font on a very hi-res screen.
`include "MemoryInterface.v"
`define DEBUG
module top;
// All regs
reg [31:0
www.eeworm.com/read/448359/7534303
txt em8620l-ds-revlog.txt
EM8620L-ds-A-002
Corrected corresponding pin names for the following ball IDs in the cross reference table: P1-P3, R1-R3, U1-U3, and V1-V3.
Initiated Revision Log 2/12/04 for EM8605L-ds-A-002
www.eeworm.com/read/240680/13205431
java variable.java
import org.antlr.runtime.*;
import org.antlr.runtime.tree.*;
import java.util.HashMap;
import java.util.Vector;
import java.util.Map;
public class Variable{
public String name;
public String type;