代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5936599
fns cpp.fns
\initial {#}
\entry {\code {#assert}}{39}
\entry {\code {#elif}}{35}
\entry {\code {#else}}{34}
\entry {\code {#error}}{40}
\entry {\code {#ident}}{42}
\entry {\code {#if}}{33}
\entry {\code {#ifdef}}
www.eeworm.com/read/131315/5939421
kys termcap.kys
\initial {A}
\entry {\code {ae}}{41}
\entry {\code {al}}{33}
\entry {\code {AL}}{33}
\entry {\code {am}}{29}
\entry {\code {as}}{41}
\initial {B}
\entry {\code {bc}}{28}
\entry {\code {bl}}{43}
\entry
www.eeworm.com/read/131315/5946041
h time.h
/* Structure for use by time manipulating subroutines.
* The following library routines use it:
* libc: ctime, localtime, gmtime, asctime
* libcx: partime, maketime (may not be installed yet)
*/
www.eeworm.com/read/130279/5960017
pas databaseunt.pas
unit databaseunt;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, Buttons,IniFiles, ExtCtrls;
type
Tdatabasefr
www.eeworm.com/read/130186/5963437
java defaultchannelcapacity.java
/*
File: DefaultChannelCapacity.java
Originally written by Doug Lea and released into the public domain.
This may be used for any purposes whatsoever without acknowledgment.
Thanks for the as
www.eeworm.com/read/129399/5973823
java unsynchbanktest.java
/**
* @version 1.20 1999-04-26
* @author Cay Horstmann
*/
public class UnsynchBankTest
{ public static void main(String[] args)
{ Bank b = new Bank(NACCOUNTS, INITIAL_BALANCE);
www.eeworm.com/read/129399/5973824
java synchbanktest.java
/**
* @version 1.20 1999-04-26
* @author Cay Horstmann
*/
public class SynchBankTest
{ public static void main(String[] args)
{ Bank b = new Bank(NACCOUNTS, INITIAL_BALANCE);
in
www.eeworm.com/read/126074/6018761
exp tmplmslt.exp
TRUE
CLIPS> (batch "tmplmslt.bat")
TRUE
CLIPS> (clear)
CLIPS>
(deftemplate foo
(multislot a)
(slot x)
(multislot b)
(slot y))
CLIPS>
(defrule bar
(foo (a $?a) (b $?b) (x ?x) (y ?y))
www.eeworm.com/read/124567/6045489
java~ bytebuffer.java~
/*
* ByteBuffer.java
*
* Created on July 12, 2003, 8:30 AM
*/
package com.heaton.bot;
import java.io.*;
/**
*
* @author jheaton
*/
public class ByteBuffer {
public static final int
www.eeworm.com/read/124465/6046790
c cryptoctx.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/bios/crypto/cryptoctx.c
Version : $Id: cryptoctx.c,v 1.1 2004/03/2