代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/231092/14256511
dsr cg_gybj_cxfx.dsr
VERSION 5.00
Begin {82282820-C017-11D0-A87C-00A0C90F29FC} Cg_GYBJ_CxFx
Caption = "物料供应报价统计表"
ClientHeight = 8595
ClientLeft = 60
ClientTop = 345
Cli
www.eeworm.com/read/128347/14303818
s head.s
[BITS 32]
[extern _k_main]
[global _gdt]
[global _idt]
[global start]
;;
;主入口点
start:
cli
;; 重新设置所有的东西
mov eax, 0x18
mov ds, eax
mov es, eax
;mov ss , ea
www.eeworm.com/read/125227/14505094
c system.c
#if !BASIC_BIOS
#include
#include
#include
#include
#include "interrupt.h"
#include "watchdog.h"
#include "cli.h"
#include "uart.h"
extern void j
www.eeworm.com/read/118423/14871672
c tcp_serv.c
#include "tcp.h"
int my_sock;
main(argc, argv)
int argc;
char * argv[];
{
int sockfd,newsockfd ;
int clilen, childpid;
char s[512];
struct sockaddr_in serv_addr, cli_addr;
extern void sig_finis
www.eeworm.com/read/211227/15184347
frm dy_rqfw.frm
VERSION 5.00
Object = "{C932BA88-4374-101B-A56C-00AA003668DC}#1.1#0"; "MSMASK32.OCX"
Begin VB.Form dy_rqfw
ClientHeight = 1740
ClientLeft = 60
ClientTop = 60
Cli
www.eeworm.com/read/463421/1537855
frm frminformation.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form frmInformation
BorderStyle = 4 'Fixed ToolWindow
Caption = "科目信息"
Cli
www.eeworm.com/read/463221/1539094
c client.c
#include
#include
#include
#include
#include
#include
#define MAX_LINE 500
#define MAX_NAME 100
int init_cli
www.eeworm.com/read/249963/4444349
makefile
all: man html pdf
FILES += wpa_background
FILES += wpa_cli
FILES += wpa_passphrase
FILES += wpa_supplicant.conf
FILES += wpa_supplicant
man:
for i in $(FILES); do docbook2man $$i.sgml; done
html:
www.eeworm.com/read/248906/4463201
makefile
all: man html pdf
FILES += wpa_background
FILES += wpa_cli
FILES += wpa_passphrase
FILES += wpa_supplicant.conf
FILES += wpa_supplicant
man:
for i in $(FILES); do docbook2man $$i.sgml; done
html:
www.eeworm.com/read/246537/4493594
c dgclimcast6.c
#include "unp.h"
#include
static void recvfrom_alarm(int);
static sigjmp_buf jmpbuf;
void
dg_cli(FILE *fp, int sockfd, const SA *pservaddr, socklen_t servlen)
{
int n;
char sendl