代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/413132/11165829
c vmkpasswd.c
/*
* $Id: vmkpasswd.c,v 1.2 2003/10/20 18:59:57 tomcollins Exp $
* Copyright (C) 1999-2002 Inter7 Internet Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/411198/11253048
c driver.c
/*
*
* $Header: /usr/u/wjr/vision/scale-h/RCS/driver.c,v 1.20 1994/09/01 20:43:31 wjr Exp $
*
* Copyright (c) 1990, 1991, 1992, 1993 Cornell University. All Rights
* Reserved.
*
* Copyrigh
www.eeworm.com/read/265797/11253362
installdox
#!/usr/bin/perl
%subst = ( "qiodevice.tag", "");
$quiet = 0;
if (open(F,"search.cfg"))
{
$_= ; s/[ \t\n]*$//g ; $subst{"_doc"} = $_;
$_= ; s/[ \t\n]*$//g ; $subst{"_cgi"} = $_;
}
while
www.eeworm.com/read/411029/11259557
cpp# #mpeg2transportstreamindexer.cpp#
/**********
This library is free software; you can redistribute it and/or modify it Under-
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versi
www.eeworm.com/read/411029/11259560
cpp mpeg2transportstreamindexer.cpp
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/147608/12542544
tcl concord.tcl
#!/usr/bin/tclsh
# We begin by specifying the shell to run under and initializing some variables.
set VerboseFlag false
set FileToRead "-"
set Usage "Usage: concord \[-v] \[-f]"
# Remembe
www.eeworm.com/read/248703/12545585
c setpci.c
/*
* The PCI Utilities -- Manipulate PCI Configuration Registers
*
* Copyright (c) 1998--2006 Martin Mares
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
www.eeworm.com/read/247482/12657885
cpp chrt.cpp
// 演示中国剩余定理
// 本程序可以从3个方程推广到更多个方程
// 谁要是能把该程序推广到n个方程的情况,请给我发mail.
// linfb@sdu.edu.cn 2003 12 9
/* 如果推广到n个方程的提示
a1,a2,a3可以使用一个数组a[10], 则可以推广到10个方程的情况
同样,m1,m2,m3也使用一个数据m[10]
www.eeworm.com/read/237387/13965184
c driver.c
/*
*
* $Header: /usr/u/wjr/vision/scale-h/RCS/driver.c,v 1.20 1994/09/01 20:43:31 wjr Exp $
*
* Copyright (c) 1990, 1991, 1992, 1993 Cornell University. All Rights
* Reserved.
*
* Copyrigh
www.eeworm.com/read/236244/14024285
sh getcmdlineopt.sh
#! /bin/sh
usage="Usage: $0 [-h remotehost] [-d remotedirectory]... [-f remfile:localfile]... \
[-c localdirectory] [-m filepattern] [-v]"
if [ $# -eq 0 ]; then
echo $usag