代码搜索:cli

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

代码结果 6,094
www.eeworm.com/read/171479/5394918

groovy clibuildertest.groovy

class CliBuilderTest extends GroovyTestCase { void testSample() { def writer = new StringWriter() def cli = new CliBuilder(usage:'groovy [option]* filename', writer: new PrintWrit
www.eeworm.com/read/172911/9682740

c vmsgetargs.c

/* VMS version of getargs; Uses DCL command parsing. Copyright (C) 1989, 1992 Free Software Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. Bison is free software; you can
www.eeworm.com/read/170872/9782897

cs fastdbfields.cs

using System; using System.Text; using System.Collections; using System.Runtime.InteropServices; using System.Diagnostics; namespace FastDbNet { //--------------------------------------------------
www.eeworm.com/read/170872/9782906

cs test.cs

using System; using FastDbNet; namespace FastDbNetTest { public class Test { /// /// The main entry point for the application. /// [STAThread] static void Main(stri
www.eeworm.com/read/170872/9782927

cs fastdbconnection.cs

using System; using System.Text; using System.Collections; using System.Runtime.InteropServices; using System.Diagnostics; namespace FastDbNet { //--------------------------------------------------
www.eeworm.com/read/170872/9783391

dsw fastdb.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ############################################################################### P
www.eeworm.com/read/170872/9783491

vcl fastdb4ce.vcl

Build Log --------------------Configuration: fastdb4ce - Win32 (WCE x86) Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\K
www.eeworm.com/read/248620/12550145

h asmcmd.h

#ifndef __ASMCMD #define __ASMCMD #define halt() __asm__ __volatile__("hlt") #define sti() __asm__ __volatile__("sti") #define cli() __asm__ __volatile__("cli") #endif
www.eeworm.com/read/103786/15721245

html funcref-51.html

cc65 function reference: Alphabetical function reference: CLI
www.eeworm.com/read/445258/7597089

txt select.txt

套接口(Socket)为目前 Linux 上最为广泛使用的一种的进程间通信机制。但是它不能直接用来多进程之间的相互实时通信。本文提出一个基于 Socket 的多进程之间通信的实现方法,并给出样本程序的实现和说明。 套接口(Socket)为目前 Linux上最为广泛使用的一种的进程间通信机制,与其他的Linux通信机制不同之处在于除了它可用于单机内的进程间通信以外,还可用于不同机器之间 ...