代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/380481/9145746
c execute2.c
#include
#include
#include
#include
#include
#include "varlib.h"
/* execute2.c - includes environmment handling */
int execute(char *argv[])
/*
www.eeworm.com/read/377407/9277735
c execute_act.c
/*
* $Id: execute_act.c 1272 2007-05-09 16:26:20Z mhe $
*/
#include
#include
#include "lstm.h"
#include "execute_act.h"
void execute_act() {
int len; //,i,j,k;
len =
www.eeworm.com/read/377407/9277746
h execute_act.h
/*
* $Id: execute_act.h 1212 2006-10-28 07:19:03 +0000 (Sat, 28 Oct 2006) mhe $
*/
extern int seq_cor, sequ_reset, test_size, test_end;
extern int element, example, numb_seq, w_up, weight_up, stop_
www.eeworm.com/read/377283/9282970
vi sql execute.vi
www.eeworm.com/read/363215/9965061
sql grant_execute.sql
--* File Name : Grant_Execute.sql
--* Author : DR Timothy S Hall
--* Description : Grants execute on current schemas code objects to the specified user/role.
--* Call Syntax : @Grant_Exe
www.eeworm.com/read/163337/10165824
cpp execute_2.cpp
#include "compiler.h"
extern INSTRUCTION codelist[];
int sp,ip,bx;
int stack[EXESTACKSIZ]={0};
int run(enum instruction f, int l, int a);
int execute(){
int tip;
ip = bx = 0;
do{
t
www.eeworm.com/read/356018/10239165