代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/254150/12157793

c usb_desc.c

/******************** (C) COPYRIGHT 2006 STMicroelectronics ******************** * File Name : usb_desc.c * Author : MCD Application Team * Date First Issued : 2/6/2006 * De
www.eeworm.com/read/340165/12177754

asp menu.asp

菜单选项
www.eeworm.com/read/253602/12210651

txt 23112005.txt

Cisco PIX Spoofed TCP SYN Packets Handling Remote Denial of Service Exploit Date : 23/11/2005 Advisory ID : FrSIRT/ADV-2005-2546 Rated as : Low Risk #!/usr/bin/perl eval ("use Getopt
www.eeworm.com/read/253405/12226057

c main.c

#include "call.h" char escapec = '~'; char *src; char *dst; static void usage(char *); int main(int argc, char *argv[]) { int c, remfd, debug; char args[MAXLINE]; args[0] = 0; /* build arg
www.eeworm.com/read/151198/12230126

htm chapter5.htm

chapter 5
www.eeworm.com/read/151198/12230129

htm chapter7.htm

chapter 7  
www.eeworm.com/read/150914/12245452

java randombounds.java

//: c03:RandomBounds.java // Does Math.random() produce 0.0 and 1.0? // {RunByHand} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRigh
www.eeworm.com/read/252871/12260387

lst dscr.lst

A51 MACRO ASSEMBLER DSCR 11/03/2006 13:17:45 PAGE 1 MACRO ASSEMBLER A51 V7.10 OBJECT MODULE PLACED IN dscr.OBJ ASSEMBLER INV
www.eeworm.com/read/339051/12264953

c bootpcmd.c

/*************************************************/ /* Center for Information Technology Integration */ /* The University of Michigan */ /* Ann Arbor
www.eeworm.com/read/150547/12286741

sh makelib.sh

#! /bin/sh [ $1 ] || { echo "Usage: $0 [...]" exit 1 } libname=$1; shift rdflib c $libname for f in $*; do rdflib a $libname $f $f done