代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/139233/13172154

c hellowin.c

/*------------------------------------------------------------ HELLOWIN.C -- Displays "Hello, Windows 98!" in client area (c) Charles Petzold, 1998 ---------------------------
www.eeworm.com/read/240787/13197527

pt mytest.pt

port testport vars clk:clk, rst:rst, d:d, q:q; module mytest_template(clk, rst, d, q); input q; output clk, rst, d; reg clk, rst; always #5 clk = ~clk; assign d
www.eeworm.com/read/325023/13232500

java initialvalues2.java

//: initialization/InitialValues2.java // Providing explicit initial values. public class InitialValues2 { boolean bool = true; char ch = 'x'; byte b = 47; short s = 0xff; int i = 9
www.eeworm.com/read/138495/13234599

bas databasemodule.bas

Attribute VB_Name = "databaseModule" Public Const connectionstring As String = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=jsjwhjc;Data Source=z"
www.eeworm.com/read/138383/13238351

h aho_corasick.h

/* * ASTL - the Automaton Standard Template Library. * C++ generic components for Finite State Automata handling. * Copyright (C) 2000-2003 Vincent Le Maout (vincent.lemaout@chello.fr). * *
www.eeworm.com/read/138383/13238542

cpp union.cpp

#include #include #include #include #include #include template int run(DFA &A, DFA &B, config &c) { A.initial(clon
www.eeworm.com/read/138383/13238580

cpp intersection.cpp

#include #include #include #include #include #include template int run(DFA &A, DFA &B, config &c) { A.initial(clon
www.eeworm.com/read/138383/13238588

cpp concat.cpp

#include #include #include #include #include #include template int run(DFA &A, DFA &B, config &c) { A.initial(clon
www.eeworm.com/read/138383/13238600

cpp trim.cpp

#include #include #include #include #include #include #include #include using namespace std; void usage(const char*
www.eeworm.com/read/138383/13238612

cpp ddiff.cpp

#include #include #include #include #include #include template int run(DFA &A, DFA &B, config &c) { A.initial(clon