代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/10438/186645
xhash
// xhash stl/clr header
#ifndef _CLI_XHASH_
#define _CLI_XHASH_
#include // for Binary/UnaryDelegate
#include // for the sequence container
namespace cliext
www.eeworm.com/read/10438/186647
functional
// functional stl/clr header
#ifndef _CLI_FUNCTIONAL_
#define _CLI_FUNCTIONAL_
#include
namespace cliext {
//
// GENERICS DELEGATES
//
// GENERIC DELEGATE unary_delegate
www.eeworm.com/read/426010/1996737
tex cliprompt.tex
\subsubsection{Changing the CLI Prompt}
The CLI prompt is set with the ASTERISK\_PROMPT UNIX environment variable that
you set from the Unix shell before starting Asterisk
You may include the follow
www.eeworm.com/read/413302/11160052
h airdrop.h
#ifndef _AIRDROP_H
#define _AIRDROP_H
#define NOP() _NOP()
#define CLI() _CLI()
#define SEI() _SEI()
#define esc 0x1B
//************************************************************
www.eeworm.com/read/414341/11120637
makefile
#CLI's Makefile
#
#Define Cross Complier
CC = /usr/local/arm/3.4.1/bin/arm-linux-gcc
CFLAGS = -c
OBJS = main.o compare.o funconf.o login.o printLogo.o msgprint.o
CLI : $(OBJS)
$(CC) -o CLI $(OBJS)
www.eeworm.com/read/414341/11120675
makefile~
#CLI's Makefile
#
#Define Cross Complier
CC = /usr/local/arm/3.4.1/bin/arm-linux-gcc
CFLAGS = -c
OBJS = main.o compare.o funconf.o login.o printLogo.o msgprint.o
CLI : $(OBJS)
$(CC) -o CLI $(OBJS)
www.eeworm.com/read/463439/7109475
readme
cli/clx/cle/clc - probabilistic and fuzzy clustering
This file provides some explanations on how to use the programs cli,
clx, cle, clc to induce, execute and evaluate a set of clusters.
However, it
www.eeworm.com/read/10438/186652
stack
// stack stl/clr header
#ifndef _CLI_STACK_
#define _CLI_STACK_
#include // for default stack container
#include
namespace cliext {
namespace impl {
//
//
www.eeworm.com/read/170239/5406041
c docmd.c
/* docmd:
* This code supports the command line interface (CLI) portion of the
* monitor. It is a table-driven CLI that uses the table in cmdtbl.c.
* A limited amount of "shell-like" capabiliti