代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/103707/15725310
frm frmjf2.frm
VERSION 5.00
Begin VB.Form Frmjf1
BorderStyle = 1 'Fixed Single
Caption = "交费"
ClientHeight = 5355
ClientLeft = 3105
ClientTop = 1485
Cli
www.eeworm.com/read/103409/15734373
frm frmgroup.frm
VERSION 5.00
Begin VB.Form frmGroup
BorderStyle = 1 'Fixed Single
Caption = "用户组"
ClientHeight = 4770
ClientLeft = 45
ClientTop = 330
Cli
www.eeworm.com/read/102856/15755578
frm form3.frm
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 1 'Fixed Single
Caption = "Search"
ClientHeight = 1440
ClientLeft = 45
ClientTop = 330
Cli
www.eeworm.com/read/101409/15834854
frm frmabout.frm
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00000000&
BorderStyle = 3 'Fixed Dialog
Caption = "About PacMan Millenium"
ClientHeight = 5220
Cli
www.eeworm.com/read/100044/15887377
cpp mailrcv1.cpp
/*---------------------------------------------------------------------------
Author: Fran鏾is PIETTE
Object: Show how to use TPop3Cli (POP3 protocol, RFC-1225)
Creation: 03 octobe
www.eeworm.com/read/100044/15887425
pas mailrcv1.pas
{* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Author: Fran鏾is PIETTE
Object: Show how to use TPop3Cli (POP3 protocol, RFC-1225)
Creation: 03 october
www.eeworm.com/read/337556/12358669
c lcd.c
/* LCD模块:16X2 */
/* 控制器:HD44780 */
/* 设计者:李晶皎 */
/* PTC0-RS,PTC1-R/W,PTC2-E*/
#include "gp32.h"
#define cli() _asm("cli\n") /*开中断*/
#define sei() _asm("sei\n") /*关中断*/
#define nop() _asm("nop
www.eeworm.com/read/225831/14514011
c lcd.c
//控制器:HD61202或ks0108
//设计者:李晶皎
//MCU:MC68HC908GP32
#include "gp32.h"
/*开中断*/
#define cli() _asm("cli\n")
/*关中断*/
#define sei() _asm("sei\n")
#define nop() _asm("nop\n")
/*数据类型定义部分*/
typedef
www.eeworm.com/read/225831/14514041
c lcd.c
/* LCD模块:16X2 */
/* 控制器:HD44780 */
/* 设计者:李晶皎 */
/* PTC0-RS,PTC1-R/W,PTC2-E*/
#include "gp32.h"
#define cli() _asm("cli\n") /*开中断*/
#define sei() _asm("sei\n") /*关中断*/
#define nop() _asm("nop
www.eeworm.com/read/432563/8592253
frm add_control_runtime.frm
VERSION 5.00
Begin VB.Form Form1
AutoRedraw = -1 'True
Caption = "Run Time Demo"
ClientHeight = 4620
ClientLeft = 60
ClientTop = 345
Cli