代码搜索:cli

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

代码结果 6,094
www.eeworm.com/read/415677/2133616

pas cliparser.pas

(* * Simple CLI Param Parser. * Copyright (C) 2006 - Shane "Dataforce" Mc Cormack * Licensed under the Zlib license. Details of which can be found: http://home.dataforce.org.uk/?p=license&l=zlib
www.eeworm.com/read/414969/2138915

c test.c

/* $Id: test.c,v 1.3 2002/07/28 17:06:48 micahjd Exp $ * * libpg_dirview - A directory browser based on the source code of cli_c's * dlg_filepicker.c * * This code is oozing with
www.eeworm.com/read/402372/2324233

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 BackColor = &H00C0C0C0& Caption = "动态卷帘式窗体演示" ClientHeight = 7590 ClientLeft = 8325 ClientTop = 405 Cli
www.eeworm.com/read/269718/11081944

~dfm logindailog.~dfm

object Form2: TForm2 Left = 343 Top = 240 BorderStyle = bsDialog Caption = #20667#29916#20154#20107#31649#29702#31995#32479#27979#35797#29256'('#30331#38470')' ClientHeight = 251 Cli
www.eeworm.com/read/269718/11082082

dfm logindailog.dfm

object Form2: TForm2 Left = 343 Top = 240 BorderStyle = bsDialog Caption = #20667#29916#20154#20107#31649#29702#31995#32479#27979#35797#29256'('#30331#38470')' ClientHeight = 251 Cli
www.eeworm.com/read/189445/8470862

asm password.asm

PartLoad equ 600h TableBegin equ 7BEh BootLoc equ 7c00h IDAddr equ 7DFEh PassMaxLen equ 15 .MODEL tiny .CODE org 0 Head: start: cli
www.eeworm.com/read/387123/8704829

dfm wm_tk.dfm

object frm_wm_tk: Tfrm_wm_tk Left = 197 Top = 276 BorderStyle = bsDialog Caption = #19994#21153#31649#29702'--'#37197#20214#38144#21806#65288#36864#36135#65289 ClientHeight = 292 Cli
www.eeworm.com/read/186244/8949936

dfm unit103s.dfm

object Form103s: TForm103s Left = 104 Top = 117 BorderStyle = bsDialog Caption = #20080#21463#20154#25152#36141#21830#21697#25151#30340#22522#26412#24773#20917 ClientHeight = 489 Cli
www.eeworm.com/read/380095/9164890

dfm unit103s.dfm

object Form103s: TForm103s Left = 104 Top = 117 BorderStyle = bsDialog Caption = #20080#21463#20154#25152#36141#21830#21697#25151#30340#22522#26412#24773#20917 ClientHeight = 489 Cli
www.eeworm.com/read/179967/9326077

c strclithread.c

#include "unpthread.h" void *copyto(void *); static int sockfd; /* global for both threads to access */ static FILE *fp; void str_cli(FILE *fp_arg, int sockfd_arg) { char recvline[MAXLINE]; pth