代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/490627/6450026
c main.c
#include "call.h"
/* define global variables */
char escapec = '~';
char *src;
char *dst;
static void usage(char *);
int
main(int argc, char *argv[])
{
int c, remfd, debug;
char args[MAXLI
www.eeworm.com/read/490627/6450153
c main.c
#include "lprps.h"
static void usage(void);
int
main(int argc, char *argv[])
{
int c;
log_open("lprps", LOG_PID, LOG_LPR);
opterr = 0; /* don't want getopt() writing to stderr */
while ( (c
www.eeworm.com/read/488978/6481007
c revcomp_main.c
/*****************************************************************
* HMMER - Biological sequence analysis with profile HMMs
* Copyright (C) 1992-2003 Washington University School of Medicine
* All
www.eeworm.com/read/488297/6491662
c cfind.c
/*-
* Copyright (c) 2008, Alexandre P. Francisco
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, pro
www.eeworm.com/read/488200/6497751
c bootpcmd.c
/*************************************************/
/* Center for Information Technology Integration */
/* The University of Michigan */
/*
www.eeworm.com/read/487311/6519083
l ch2-04.l
%{
unsigned verbose;
char *progName;
%}
%%
-h |
"-?" |
-help { printf("usage is: %s [-help | -h | -? ] [-verbose | -v] "
"[(-file| -f) filename]\n", progName);
}
-v |
-verbose { printf("verbose m
www.eeworm.com/read/486842/6530737
readme
This is Andrew McCallum's modification of Miles
Bader's `argp' functions.
`argp' is a collection of functions in GNU libc 2.x that provides
powerful command-line argument processi
www.eeworm.com/read/485241/6568562
txt class2.txt
如何在批处理文件中使用参数
批处理中可以使用参数,一般从%1到%9这九个,当有多个参数时需要用shift来移动,这种情况并不多见,我们就不考虑它了。
sample1:fomat.bat
@echo off
if "%1"=="a" format a:
:format
@format a:/q/
@echo please
www.eeworm.com/read/484356/6586012
m larval.m
function ypred = LARval(K,solution)
% USAGE
%
% ypred = LARval(K,solution)
if size(K,2)==size(solution.Beta,2);
ypred = K *solution.Beta'+solution.b;
else
yp
www.eeworm.com/read/483659/6600382
l ch2-04.l
%{
unsigned verbose;
char *progName;
%}
%%
-h |
"-?" |
-help { printf("usage is: %s [-help | -h | -? ] [-verbose | -v] "
"[(-file| -f) filename]\n", progName);
}
-v |
-verbose { printf("verbose m