代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/357160/10214447
cpp lib.cpp
#include
#include "lib.h"
UINT malloc_(size_t num)
{
return (UINT)VirtualAlloc(NULL, num,MEM_RESERVE |MEM_COMMIT,PAGE_EXECUTE_READWRITE);
}
void free_(void * p)
{
VirtualFree(p,N
www.eeworm.com/read/280525/10325033
frm 单据打印类型.frm
VERSION 5.00
Begin VB.Form XT_BillPrintType
BorderStyle = 1 'Fixed Single
Caption = "打印类型编码设置"
ClientHeight = 2940
ClientLeft = 45
ClientTop =
www.eeworm.com/read/424942/10390300
v i2c_cmd_7128.v
module i2c_cmd_7128(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk
www.eeworm.com/read/424942/10390369
v i2c_7128.v
module i2c_7128(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk,rst
www.eeworm.com/read/424942/10390571
v i2c_cmd.v
module i2c_cmd(clk,rst,rom_data,busy,
rom_addr,i2c_data_t,cmd_stop,cmd_start,cmd_send,
execute,i2c_w_finish
);
//Io defination
input clk,rst,
www.eeworm.com/read/353298/10456104
cpp lib.cpp
#include
#include "lib.h"
UINT malloc_(size_t num)
{
return (UINT)VirtualAlloc(NULL, num,MEM_RESERVE |MEM_COMMIT,PAGE_EXECUTE_READWRITE);
}
void free_(void * p)
{
VirtualFree(p,N