代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/134932/13970012
rpt traffic.rpt
Project Information e:\traffic\traffic.rpt
MAX+plus II Compiler Report File
Version 9.3 7/23/1999
Compiled: 06/17/2005 08:33:55
Copyright (C) 1988-1999 Alte
www.eeworm.com/read/134069/14011207
txt 6-16.txt
/* 范例:6-16 */
#include
#include
void main()
{/* 这是一个if的程序递归*/
int a;
printf("请输入一值");
scanf("%d",&a);
if(a>5) /* 将if (a>5) 的statement展开成为以下statement区块,变成一个if的程序递
www.eeworm.com/read/134069/14011216
txt 6-8.txt
/* 范例:6-8 */
#include
int main()
{
int MySum=0;
int a;
for(a=1;a
www.eeworm.com/read/133777/14024442
+-
statement->if-stmt|other
if-stmt->if ( exp ) statement else-part
else-part->else statement|ε
exp->0|1
www.eeworm.com/read/133648/14032173
java loaddb.java
//: c15:jdbc:LoadDB.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Loads and tests the database.
import java.sql.*;
cla
www.eeworm.com/read/132862/14070892
txt 6-16.txt
/* 范例:6-16 */
#include
#include
void main()
{/* 这是一个if的程序递归*/
int a;
printf("请输入一值");
scanf("%d",&a);
if(a>5) /* 将if (a>5) 的statement展开成为以下statement区块,变成一个if的程序递
www.eeworm.com/read/132862/14070904
txt 6-8.txt
/* 范例:6-8 */
#include
int main()
{
int MySum=0;
int a;
for(a=1;a