代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/157616/11681785
dfm main_xjgl_tjcxform.dfm
object main_xjgl_tjcx: Tmain_xjgl_tjcx
Left = 1
Top = 142
BorderIcons = []
BorderStyle = bsDialog
Caption = #23398#29983#26723#26696#26465#20214#26597#35810
ClientHeight = 283
Cli
www.eeworm.com/read/157103/11738897
_c cpld_read._c
#include "Cpld_Read.h"
#include
int Cpld_Read(unsigned char Address)
{
unsigned char temp;
int Result;
CLI();
if(Address) //Address select
PORTB|=BIT(A0)
www.eeworm.com/read/157103/11739196
c cpld_read.c
#include "Cpld_Read.h"
#include
int Cpld_Read(unsigned char Address)
{
unsigned char temp;
int Result;
CLI();
if(Address) //Address select
PORTB|=BIT(A0)
www.eeworm.com/read/256930/11964056
dfm unit1.dfm
object Form1: TForm1
Left = 410
Top = 359
Hint = #25353'"Esc"'#36864#20986
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsNone
Caption = 'Form1'
ClientHeight = 21
Cli
www.eeworm.com/read/153622/12020196
dfm main_xjgl_tjcxform.dfm
object main_xjgl_tjcx: Tmain_xjgl_tjcx
Left = 1
Top = 142
BorderIcons = []
BorderStyle = bsDialog
Caption = #23398#29983#26723#26696#26465#20214#26597#35810
ClientHeight = 283
Cli
www.eeworm.com/read/131598/14135939
frm frmtemp.frm
VERSION 5.00
Begin VB.Form frmTEMP
BackColor = &H00E0E0E0&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 2655
ClientLeft = 0
Cli
www.eeworm.com/read/129891/14218892
c tcpserv02.c
#include "unpthread.h"
static void *doit(void *); /* each thread executes this function */
int
main(int argc, char **argv)
{
int listenfd, *iptr;
socklen_t addrlen, len;
struct sockaddr *cli
www.eeworm.com/read/127772/14335314
dfm main_xjgl_tjcxform.dfm
object main_xjgl_tjcx: Tmain_xjgl_tjcx
Left = 1
Top = 142
BorderIcons = []
BorderStyle = bsDialog
Caption = #23398#29983#26723#26696#26465#20214#26597#35810
ClientHeight = 283
Cli
www.eeworm.com/read/227822/14411081
s linux_boot.s
/*
* QEMU Boot sector to launch a preloaded Linux kernel
* Copyright (c) 2004 Fabrice Bellard
*/
#define LOAD_SEG 0x9000
.code16
.text
.globl _start
_start:
cli
cld