代码搜索:Procedure
找到约 10,000 项符合「Procedure」的源代码
代码结果 10,000
www.eeworm.com/read/189375/8473207
plo procedure.plo
5 0 22
5 0 15
5 0 8
5 0 4
4 0 3
2 1 3
7 0 0
0 0 0
4 0 4
1 0 3
3 0 3
2 1 3
7 0 0
8 0 4
0 0 0
4 0 4
1 0 2
3 0 3
2 1 3
7 0 0
8 0 8
0 0 0
4 0 4
1 0 1
3 0 3
8 0 15
0 0 0
www.eeworm.com/read/189375/8473212
plx procedure.plx
// Author : Tuwei //
// Copyright All Reserved //
//
www.eeworm.com/read/183260/9173725
sql procedure.sql
REM Procedure.sql
REM Chapter 3, Oracle9i PL/SQL Programming by Scott Urman
REM This file illustrates a PL/SQL procedure.
CREATE OR REPLACE PROCEDURE InsertIntoTemp AS
/* Declare variables to
www.eeworm.com/read/377191/9291131
txt procedure.txt
const a=45,b=27;
var x,y,g,m :integer;
procedure swap;
var temp:integer;
begin
temp:=x;
x:=y;
y:=temp;
end
procedure mod;
x=x-x/y*y;
begin
x:=a;
y:=b;
while x 0
do
begin
swap;
www.eeworm.com/read/168040/9941236
cpp procedure.cpp
/////////////////////////////////////////////////////////////////////////////
// Procedure.cpp
// the implementation of the specified arithmetic
// Author : freeia
// E-mail : freeia@163.com
//
www.eeworm.com/read/279765/10394777
pb procedure.pb
;//////////////////////////////////
; Amlinger
; by 2008 02 07
;描述:过程 函数
;目标:自定义函数 过程 将程序分解成模块
;//////////////////////////////////
;函数定义
;Procedure[.返回类型] (参数表...)
;Pr
www.eeworm.com/read/160873/10479838