代码搜索:execute

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

代码结果 10,000
www.eeworm.com/read/10438/186881

c execl.c

/*** *execl.c - execute a file with a list of arguments * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines _execl() - execute a file with a list of a
www.eeworm.com/read/16273/667463

c execv.c

/*** *execv.c - execute a file * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * defines _execv() - execute a file * **************************
www.eeworm.com/read/249104/4457588

java~10~ command.java~10~

package testcommand; //选择定义Command接口,具有execute的方法是本模式的特征。 public interface Command { public abstract void execute(); }
www.eeworm.com/read/229812/4747416

c sedexec.c

/* sedexec.c -- execute compiled form of stream editor commands The single entry point of this module is the function execute(). It may take a string argument (the name of a file to be used as
www.eeworm.com/read/206619/5006713

cmbx nantaddin.cmbx

www.eeworm.com/read/174099/5365369

notes release.notes

--- RELEASE NOTES --- Date: 22 September 2006 Execute Query is an operating system independent database utility. Execute Query Version 3.0final Build 5054 -----------------------------------------
www.eeworm.com/read/432926/1886132

pde loop.pde

/** * Loop. * * The loop() function causes draw() to execute * continuously. If noLoop is called in setup() * the draw() is only executed once. In this example * click the mouse to execute loo
www.eeworm.com/read/398634/2374766

result sp-dynamic.result

drop procedure if exists p1| drop procedure if exists p2| create procedure p1() begin prepare stmt from "select 1"; execute stmt; execute stmt; execute stmt; deallocate prepare stmt; end| call p1()| 1
www.eeworm.com/read/358128/3003741

result sp-dynamic.result

drop procedure if exists p1| drop procedure if exists p2| create procedure p1() begin prepare stmt from "select 1"; execute stmt; execute stmt; execute stmt; deallocate prepare stmt; end| call p1()| 1
www.eeworm.com/read/287040/8731203

v i2c_cmd_two.v

module i2c_cmd_two(clk,rst,rom_data,busy, rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send, execute,i2c_w_finish,i2c_id ); //Io defination input