代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/428196/6357321
h usbhal.h
#ifndef __USB_HAL
#define __USB_HAL
/*
#define DISABLE cli() // disable globel interrupt
#define ENABLE sei() // enable globel interrupt
#define D12_ACTIVATE PORTD |= _BV( PD3 )
#define
www.eeworm.com/read/483374/6605556
c leson3.c
#include
#include
#define uint unsigned int
#define uchar unsigned char
void WDT_off(void)
{
//__disable_interrupt();
//__watchdog_reset();
//#asm("cli")
www.eeworm.com/read/483374/6605582
_c leson3._c
#include
#include
#define uint unsigned int
#define uchar unsigned char
void WDT_off(void)
{
//__disable_interrupt();
//__watchdog_reset();
//#asm("cli")
www.eeworm.com/read/479969/6674075
txt clienthostapp(just for private use).csproj.filelistabsolute.txt
D:\Downloads\《杀人游戏系列》\KillPersonGame\ClientHostApp\bin\Debug\ClientHostApp.exe
D:\Downloads\《杀人游戏系列》\KillPersonGame\ClientHostApp\bin\Debug\ClientHostApp.pdb
D:\Downloads\《杀人游戏系列》\KillPersonGame\Cli
www.eeworm.com/read/263652/11349897
dfm maint.dfm
object FMMAINT: TFMMAINT
Left = 151
Top = 144
AutoScroll = False
BorderIcons = []
Caption =
'收款台数据传输 → 服务器 (Microsoft SQL Server实时联机,请勿使用' +
')'
ClientHeight = 400
Cli
www.eeworm.com/read/408584/11380678
c strclifork.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
pid_t pid;
char sendline[MAXLINE], recvline[MAXLINE];
if ( (pid = Fork()) == 0) { /* child: server -> stdout */
while (Readline(sockfd, re
www.eeworm.com/read/158116/11642839
asm ad转换-lix.asm
.MODEL SMALL
.DATA
KEEP DB ?
STR DB 6 DUP(?)
.CODE
.STACK
START:
MOV AX,@DATA
MOV DS,AX
CLI
MOV AH,35H
MOV AL,0FH ;保存IR
www.eeworm.com/read/340916/12125079
cpp ex2_14.cpp
// Ex2_14.cpp : main project file.
// Defining and using a C++/CLI enumeration.
#include "stdafx.h"
using namespace System;
// Define the enumeration at global scope
enum class Suit{Clubs,
www.eeworm.com/read/339939/12193909
frm frmticket2.frm
VERSION 5.00
Begin VB.Form frmTicket2
BackColor = &H00C0C0C0&
Caption = "机票信息查询"
ClientHeight = 1980
ClientLeft = 45
ClientTop = 345
Cli
www.eeworm.com/read/129891/14219157
c strclifork.c
#include "unp.h"
void
str_cli(FILE *fp, int sockfd)
{
pid_t pid;
char sendline[MAXLINE], recvline[MAXLINE];
if ( (pid = Fork()) == 0) { /* child: server -> stdout */
while (Readline(sockfd, re