代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/479251/6690490
m51 rc500.m51
L51 LINKER/LOCATOR V3.52 20/11/07 16:53:51 PAGE 1
MS-DOS L51 LINKER/LOCATOR V3.52, INVOKED BY:
C:\WAVE6000\CV602\L51.EXE D:\资源文
www.eeworm.com/read/479372/6692746
m51 d.m51
BL51 BANKED LINKER/LOCATER V5.12 08/18/2007 20:13:14 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE d.obj
www.eeworm.com/read/479394/6693749
java
学生在学习jdbc的时候,会问到怎么调用存储过程,现在将java调用oracle存储过程的示例总结如下。(关于调用sqlserver的存储过程将在下次进行小结请关注)
一:无返回值的存储过程
存储过程为:
? create or replace procedure adddept(deptno number,dname varchar2,loc varchar2)
? as
www.eeworm.com/read/478934/6708253
h session.h
#ifndef _SESSION_H
#define _SESSION_H
#include
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endif
#ifndef _HARDWARE_H
#include "hardware.
www.eeworm.com/read/478517/6708818
asm p231.asm
.model small
.stack 40h
.data
namepar label byte ;定义姓名变量表
maxnlen db 21 ;最大字符数
namelen db ? ;实际字符数
namefld db 21 dup(?)
crlf db 13,10,'$'
endaddr dw ?
messg1 db 'Name
www.eeworm.com/read/478063/6719117
sas example1_4.sas
data example1_4;
set example1_3;
keep time logprice;
www.eeworm.com/read/478063/6719119
sas example1_5.sas
data example1_5;
input price ;
time=intnx('month','01jan2005'd,_n_-1);
format time date.;
cards;
3.41
www.eeworm.com/read/478063/6719123
sas 例6.2.sas
data a;
input year x y;
lnx=log(x);
lny=log(y);
cards;
1978 133.6 116.1
1979 160.7 134.5
1980 191.3 162.2
1981 223.4 190.8
1982 270.1 220.2
1983 309.8 248.3
1984 355.3 273.8
1985 397.6 317
www.eeworm.com/read/478063/6719125
sas example5_3.sas
data example5_3;
input x@@;
t=_n_;
cards;
10.77 13.30 16.64 19.54 18.97 20.52 24.36
23.51 27.16 30.80 31.84 31.63 32.68 34.90
33.85 33.09 35.46 35.32 39.94 37.47 35.24
33.03 32.67 35.20 32.36 3