代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/221082/14758377

txt vhdl2vl.txt

VHDL to Verilog RTL transformer In 1.0 version , some functions restricted, as follows: 1: not all support "Generate" statement,totally not support "if .. Generate " 2: Comment in vhdl may have
www.eeworm.com/read/117953/14894078

java calculatepay.java

// Copyright (c) 1998, Arthur Gittleman //This example is provided WITHOUT ANY WARRANTY either expressed or implied. /* Uses the if statement */ import iopack.Io; public class CalculatePay {
www.eeworm.com/read/115525/15011896

cpp md2.cpp

// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c /* SKIP Source Code License Statement: ------------------------------------------------------------------ Copyright Sun Micros
www.eeworm.com/read/216120/15026695

java dbconnect.java

package caiwu; import java.sql.*; public class DBConnect { private Connection conn = null; private Statement stmt = null; private PreparedStatement prepstmt = null; private DBConnectionM
www.eeworm.com/read/210370/15200198

sql sp_cursor.sql

sp_cursoropen Defines the attributes of an API server cursor, such as its scrolling behavior and the statement used to build the result set on which the cursor operates, then populates the cursor. Th
www.eeworm.com/read/208890/15233254

cpp md2.cpp

// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c /* SKIP Source Code License Statement: ------------------------------------------------------------------ Copyright Sun Micros
www.eeworm.com/read/13364/274022

cpp md2.cpp

// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c /* SKIP Source Code License Statement: ------------------------------------------------------------------ Copyright Sun Micros
www.eeworm.com/read/16736/686070

cpp md2.cpp

// md2.cpp - modified by Wei Dai from Sun Microsystems's md2.c /* SKIP Source Code License Statement: ------------------------------------------------------------------ Copyright Sun Micros
www.eeworm.com/read/490333/1200685

cs breaktest.cs

// Fig. 5.14: BreakTest.cs // Using the break statement in a for structure. using System; using System.Windows.Forms; namespace BreakTestSpace { /// /// Summary description
www.eeworm.com/read/490333/1200709

cs continuetest.cs

// Fig. 5.15: ContinueTest.cs // Using the continue statement in a for structure. using System; using System.Windows.Forms; namespace ContinueTestSpace { /// /// Summary des