代码搜索:cli

找到约 6,094 项符合「cli」的源代码

代码结果 6,094
www.eeworm.com/read/460280/1561398

build cpp-cli-syntax.build

www.eeworm.com/read/460280/1561400

vcproj cpp-cli-syntax.vcproj

www.eeworm.com/read/246537/4494050

c str_cli09.c

#include "unp.h" #include "sum.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE]; struct args args; struct result result; while (Fgets(sendline, MAXLINE, fp) != NULL) { if (ss
www.eeworm.com/read/246537/4494060

c str_cli11.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, 1); sleep(1); Writen
www.eeworm.com/read/246537/4494067

c str_cli08.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, strlen(sendline)); if
www.eeworm.com/read/239309/4602676

h cli_sti.asm.h

/* The 15-410 kernel project * * cli_sti.asm.h * * This file should be #included in all assembly language source * files that use the cli or sti instruction. This is so that * profiling the pr
www.eeworm.com/read/239307/4603807

h cli_sti.asm.h

/* The 15-410 kernel project * * cli_sti.asm.h * * This file should be #included in all assembly language source * files that use the cli or sti instruction. This is so that * profiling the pr
www.eeworm.com/read/229579/4753911

dsp dm642cli.dsp

# Microsoft Developer Studio Project File - Name="Dm642CLI" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 5.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86)
www.eeworm.com/read/229579/4753915

dsw dm642cli.dsw

Microsoft Developer Studio Workspace File, Format Version 5.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/229579/4753919

c dm642_cli.c

// dm642_cli.c ////////////////////////////////////////////////////////////////////////////// //// //// Copyright (c) 2003, Valley Technologies, Inc. //// All rights reserved. //// ///////////