代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/177488/9451000
java geometry.java
//********************************************************************
// Geometry.java Author: Lewis/Loftus
//
// Demonstrates the use of an assignment statement to change the
// value s
www.eeworm.com/read/372507/9507343
cpp sumct1.cpp
// step count for sum of n numbers
#include
int count = 0;
template
T Sum(T a[], int n)
{// Return sum of numbers a[0:n - 1].
T tsum = 0;
count++; // for tsum
www.eeworm.com/read/176085/9517672
dat errortc31.dat
出错信息: Do statement must have while
中文解释: do-while语句中缺少while部分
www.eeworm.com/read/175933/9525325
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.15 2005/03/09 12:26:51 danielk1977 Exp $}
source common.tcl
header {SQLite Virtual Machine Opcodes}
puts {
www.eeworm.com/read/371987/9526304
java sequence.java
public class Sequence extends Statement {
private Statement list[];
public Sequence(Statement e[]) {
list = new Statement[e.length];
for (int i = 0; i < e.length; i++)
list
www.eeworm.com/read/175226/9555303
cpp list0713.cpp
//Listing 7.13
//Demonstrates null statement
// as body of for loop
#include
int main()
{
for (int i = 0; i