代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/385155/8816051
h assertion.h
/*----------函数声明--------------------------------------------------------*/
//void display();
void initial();
void cpu();
void destory(link p);
link schedul(link r);
Status block();
Status awake
www.eeworm.com/read/180108/9319225
c main.c
#include "config.h"
PSD_REGS volatile xdata uPSD32 _at_ 0x0000;
BOOLEAN led;
void main()
{
uPSD32.CONTROL_A = 0x01; //很重要,必须在运行中设置,切记不要使能PIO
uPSD32.DIRECTION_A = 0xC9; //11010001
www.eeworm.com/read/365798/9846124
c bind.c
#include "ocilib.h"
int main()
{
OCI_Connection *cn;
OCI_Statement *st;
int code;
if (!OCI_Initialize(NULL, NULL, OCI_ENV_DEFAULT))
return EXIT_FAILURE;
cn
www.eeworm.com/read/363215/9965005
sql drop_all.sql
--* File Name : drop_all.sql
--* Author : DR Timothy S Hall
--* Description : Drops all objects within the current schema.
--* Call Syntax : @drop_all
--* Last Modified: 12/06/2003
BEG
www.eeworm.com/read/278026/10580098
rc sehexcpt.rc
// Language
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
// Define
#define IDD_SEHEXCPT 1
#define IDC_NUMACCESSES 100
#define IDC_LOG
www.eeworm.com/read/278026/10580186
rc sehsoft.rc
// Language
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
// Define
#define IDD_SEHSOFT 1
#define IDC_NUMACCESSES 100
#define IDC_LOG