代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/377453/9275793

v s_logi.v

`timescale 1ns / 1ns module S_logi ( DC_AND, DC_BReg, DC_MVC, DC_MVK, DC_MVKH, DC_OR, DC_XOR,
www.eeworm.com/read/377453/9275795

v sshl.v

`timescale 1ns/10ps module sshl (Right_Shifter_Result,DC_B_Src2,en_instruction_execute,dst_SSHL,S_W_SAT,Left_Shifter_Result); input [31:0] Right_Shifter_Result;//无符号右移移位的结果 input [31:0] DC_B_Src
www.eeworm.com/read/321788/13399244

tcl enc_aot1151_enc8b10b.tcl

package require ::quartus::project package require ::quartus::flow if { [is_project_open ] == 0 } { project_open ENC_aot1151_enc8b10b } set need_to_close_project 0 set make_assignments 1
www.eeworm.com/read/485343/6559563

sql bz_ia_priv.sql

REM script name: bz_ia_priv.sql REM grants privileges to enqueue and dequeue to user bz REM Creates Internet users Bob and Jane REM Grants appropriate privileges to bz for internet_access REM REM vers
www.eeworm.com/read/479987/6674384

tcl enc_aot1151_enc8b10b.tcl

package require ::quartus::project package require ::quartus::flow if { [is_project_open ] == 0 } { project_open ENC_aot1151_enc8b10b } set need_to_close_project 0 set make_assignments 1
www.eeworm.com/read/126640/14410193

c ex9.c

/* $Id: ex9.c,v 1.1 2005/01/13 02:56:43 cvsroot Exp $ */ #include #include #include "examples.h" static void create_sp __P((sqlo_db_handle_t dbh)); int call_plsql(sqlo_db
www.eeworm.com/read/105297/15671324

c ex9.c

/* $Id: ex9.c,v 1.5 2002/08/24 12:54:47 kpoitschke Exp $ */ #include #include #include "examples.h" static void create_sp __P((sqlo_db_handle_t dbh)); int call_plsql(sqlo_db_han
www.eeworm.com/read/490944/6445992

def libfftw3-3.def

LIBRARY libfftw3-3.dll EXPORTS dfftw_cleanup_ dfftw_cleanup__ dfftw_cleanup_threads_ dfftw_cleanup_threads__ dfftw_destroy_plan_ dfftw_destroy_plan__ dfftw_execute_ dfftw_execute__ dfftw_exe
www.eeworm.com/read/481780/1292814

asp main.asp

www.eeworm.com/read/183001/5260423

sql prepare.sql

-- Regression tests for prepareable statements PREPARE q1 AS SELECT 1; EXECUTE q1; -- should fail PREPARE q1 AS SELECT 2; -- should succeed DEALLOCATE q1; PREPARE q1 AS SELECT 2; EXECUTE q1; -- sq