代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/439145/7716380
tracepath
#!/bin/sh
#
# Copyright (c) 2008 Dmitry Butskoy
#
# License: GPL v2 or any later
#
# See COPYING for the status of this
www.eeworm.com/read/439145/7716382
tcptraceroute
#!/bin/sh
#
# Copyright (c) 2007 Dmitry Butskoy
#
# License: GPL v2 or any later
#
# See COPYING for the status of this
www.eeworm.com/read/437619/7744714
c bootpcmd.c
/*************************************************/
/* Center for Information Technology Integration */
/* The University of Michigan */
/*
www.eeworm.com/read/436097/7776519
inc vieweroptions.inc
//Universal Viewer options:
//{$define PRO} //Enable Pro version features.
//Must be disabled in all 3rd-party applications.
{$define CMDLINE} //Enable handling of command l
www.eeworm.com/read/436097/7776673
inc atimageboxoptions.inc
// ATImageBox options:
//{$define TNT} //Enables Tnt Unicode Controls usage.
//{$define GIF} //Enables GIFImage usage.
www.eeworm.com/read/435646/7788327
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
www.eeworm.com/read/289562/7805741
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/199616/7842917
lst dscr.lst
A51 MACRO ASSEMBLER DSCR 05/27/2006 13:40:47 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN dscr.OBJ
ASSEMBLER INV
www.eeworm.com/read/299015/7899453
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
www.eeworm.com/read/299015/7899495
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);