代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/333542/12676096
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/333542/12676125
txt 6-8.txt
/* 范例:6-8 */
#include
int main()
{
int MySum=0;
int a;
for(a=1;a
www.eeworm.com/read/333003/12712503
java helloworld.java
// TIJ4 Chapter Object, Exericise 2, page 89
// object/HelloWorld.java
// Following the HelloDate.java example in this chapter, create a "hello, world"
// program that simply displays that stateme
www.eeworm.com/read/145522/12717148
cpp 211.cpp
/*
211.cpp
Written By S.Y.Feng
demo the block statement and block
*/
#include
int n=0; //Global
main()
{
int n = 1;
{
int n = 2 ;
{
int n = 3;
cout
www.eeworm.com/read/332899/12718047
java helloworld.java
// TIJ4 Chapter Object, Exericise 2, page 89
// object/HelloWorld.java
// Following the HelloDate.java example in this chapter, create a "hello, world"
// program that simply displays that statemen
www.eeworm.com/read/144931/12761657
c stmt.c
/* File stmt.c: 2.1 (83/03/20,16:02:17) */
/*% cc -O -c %
*
*/
#include
#include
#include "defs.h"
#include "data.h"
#include "headers.h"
static void loadjump(int l
www.eeworm.com/read/144439/12793580
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/144439/12793606
txt 6-8.txt
/* 范例:6-8 */
#include
int main()
{
int MySum=0;
int a;
for(a=1;a
www.eeworm.com/read/245359/12802693
inc hkeexetobat_1.inc
{ HkeExeToBat_1.inc
This file is for you. Place here any code to run it
just following Applet creation (if it present) but
before creating other forms. E.g., You can place here
state