代码搜索:cli
找到约 6,094 项符合「cli」的源代码
代码结果 6,094
www.eeworm.com/read/127382/14356920
c loop.c
#include "calld.h"
#include
#include
static void cli_done(int);
static void child_done(int);
static fd_set allset; /* one bit per client conn, plus one for listenfd */
www.eeworm.com/read/127382/14357065
c cliconn.c
#include
#include
#include
#include "ourhdr.h"
/* Create a client endpoint and connect to a server. */
int /* returns fd if all OK,
www.eeworm.com/read/126955/14391848
pas fastdbcli.pas
{-< CLI.H >--------------------------------------------------------*
Main Memory Database Management System
FastDbCLI - Delphi/Kylix FastDB API
Call level interface to FastDB Main Memory
www.eeworm.com/read/126955/14391892
dpr testcli.dpr
{-< TestCLI.dpr >--------------------------------------------------*
Test Delphi Implementation of FastDB
10/21/2002 Serge Aleynikov (serge@hq.idt.net)
(code based on testcli C program from
www.eeworm.com/read/225638/14528813
s main.s
.module main.c
.area text
_main::
; /*-------------------键盘实验--------------------------*
; *文 件 名:Keyboard.c *
; *硬件连接:PTA.7-4接键盘4根列线,PTA.3-0接键盘4根行线 *
; *程
www.eeworm.com/read/221578/14736913
makefile
# FIXME: use libs only where required
CFLAGS=-ansi -Wall -ggdb
# libxml
CFLAGS+=${shell xml2-config --cflags}
LDFLAGS+=${shell xml2-config --libs}
# cdk
CFLAGS+=-I/usr/include/cdk
LDFLAGS+=-lcdk -lncu
www.eeworm.com/read/117133/14939364
cpp maxclique.cpp
#include
#include
#include"cclique.h"
#include"Make2db.h"
#include"stdlib.h"
void main()
{
int n,**a,*v;
ifstream fin("data.txt");
if(!fin)
{
cerr
www.eeworm.com/read/208758/15237744
makefile
include ../Make.defines
PROGS = tcpcli01 tcpcli04 tcpcli05 tcpcli06 \
tcpcli07 tcpcli08 tcpcli09 tcpcli10 \
tcpserv01 tcpserv02 tcpserv03 tcpserv04 \
tcpserv08 tcpserv09 tcpservselect01 tcpserv
www.eeworm.com/read/171237/5397903
pl xmlrpc_status.pl
#!/usr/bin/perl -I ../../ -w
#
# xmlrpc_status.pl
#
# The oCDN package is released under the terms of the Perl Artistic Licence
# (see http://www.perl.com/pub/a/language/misc/Artistic.html) by their
#
www.eeworm.com/read/164004/5499964
dpr client5.dpr
program client5;
uses
Forms,
Cli5 in 'Cli5.pas' {ClientForm};
{$R *.RES}
begin
Application.CreateForm(TClientForm, ClientForm);
Application.Run;
end.