代码搜索:statement

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

代码结果 10,000
www.eeworm.com/read/236201/14028936

htm scopeexample2.htm

Scope Example In this example, the var statement is used to define the variable
www.eeworm.com/read/201189/15413874

dpr firstdll.dpr

library Firstdll; {changing the uses statement, as suggested in the comments, the size of the DLL changes} uses ShareMem, SysUtils, Dialogs; // larger code {uses Windows; // minimal}
www.eeworm.com/read/111805/15502843

java mcmlength.java

//CHAPTER 5, SOLUTION 4 /* The only change to the class definition is the addition of the package statement. To compile the package, the current directory should be directory containing
www.eeworm.com/read/111805/15502844

java tkgweight.java

//CHAPTER 5, SOLUTION 4 /* The only change to the class definition is the addition of the package statement. To compile the package, the current directory should be directory containing
www.eeworm.com/read/417208/11000216

sql 实例13(流程控制语句).sql

-- 上课内容:第五单元 T-SQL语言 (流程控制语句) -- 5.5 流程控制语句 -- 5.5.1 IF ...ELSE 语句 -- 用于在执行 Transact-SQL 语句时强加条件的条件判断语句。 -- 语法: IF Boolean_expression{ sql_statement | statement_block } [ELSE{ sql
www.eeworm.com/read/369277/9656957

el cjm-style.el

;; $Id: cjm-style.el 4615 2005-03-23 19:22:50Z cjm $ ;; ;; My coding style for Emacs' CC-Mode: (defconst cjm-c-style '((c-basic-offset . 2) (c-electric-pound-behavior . (alignleft))
www.eeworm.com/read/387434/8681208

dpr firstdll.dpr

library Firstdll; {changing the uses statement, as suggested in the comments, the size of the DLL changes} {uses ShareMem, SysUtils, Dialogs; // larger code} uses ShareMem, SysUtils, Win
www.eeworm.com/read/378247/9239510

h fftw3.h

/* * Copyright (c) 2003, 2006 Matteo Frigo * Copyright (c) 2003, 2006 Massachusetts Institute of Technology * * The following statement of license applies *only* to this header file, * and *
www.eeworm.com/read/169614/9849184

sha tinytc3.sha

13 casyncms.h /* CASYNCMS.H - entry points in casycms |===================================================================| | My changes can be considered public domain. Geof's statement |
www.eeworm.com/read/364264/9916745

m myif.m

function result=myif(cond,actiontrue,actionfalse) %MYIF Calculates the result of an IF-THEN-ELSE statement. % MYIF(CONDITION,ACTIONTRUE,ACTIONFALSE) evaluates the CONDITION % and returns the