代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/208576/15244039
cpp fig05_13.cpp
// Fig. 5.13: fig05_13.cpp
// break statement exiting a for statement.
#include
using std::cout;
using std::endl;
int main()
{
int count; // control variable also used after loo
www.eeworm.com/read/168433/5446998
c localtest.c
/* localtest.f -- translated by f2c (version 19951025).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* Table of constant values */
www.eeworm.com/read/193648/8209800
y ch3-01.y
%token NAME NUMBER
%%
statement: NAME '=' expression
| expression { printf("= %d\n", $1); }
;
expression: expression '+' NUMBER { $$ = $1 + $3; }
| expression '-' NUMBER { $$ = $1 - $3; }
| NUMB
www.eeworm.com/read/293018/8318350
y ch3-01.y
%token NAME NUMBER
%%
statement: NAME '=' expression
| expression { printf("= %d\n", $1); }
;
expression: expression '+' NUMBER { $$ = $1 + $3; }
| expression '-' NUMBER { $$ = $1 - $3; }
| NUMB
www.eeworm.com/read/237985/13914783
html jdbctest.html
JDBCTest Tool
JDBCTest Tool
The JDBCTest Tool may be used for a variety of database-related
applications, as described below.
JDBC Driver Testing
The JDBCTe
www.eeworm.com/read/205013/15329865
in sqlite.h.in
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/112400/15486854
txt rfc1517.txt
Network Working Group Internet Engineering Steering Group
Request for Comments: 1517 R. Hinden, Editor
Category: Standards Track
www.eeworm.com/read/112400/15487944
txt rfc76.txt
Network Working Group J. Bouknight
Request for Comments: 76 J. Madden
NIC 5180
www.eeworm.com/read/112400/15488062
txt rfc1370.txt
Network Working Group Internet Architecture Board
Request for Comments: 1370 Lyman Chapin, Chair