代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/365329/9869220
ooc
#!/bin/sh
##! /usr/local/gnu/bin/bash
# use /bin/bash on linux
# cannot use sh on NeXT -- it forgets to remove the temporary file
# ooc -- 5.11 Sep 25 12:56:03 1993
# Copyright (c) 1993 Axel T. Schre
www.eeworm.com/read/165269/10070246
bat makedrvr.bat
@echo off
if "%1"=="" goto usage
if "%3"=="" goto usage
if not exist %1\bin\setenv.bat goto usage
call %1\bin\setenv %1 %4
%2
cd %3
build -b -w %5 %6 %7 %8 %9
goto exit
:usage
:exit
www.eeworm.com/read/360770/10079118
m wait.m
function wait
%----------------------------------------------------------------
% Usage: wait
%
% Description: Print a message to press any key to continue.
% Then wait for a
www.eeworm.com/read/164293/10119829
c jpegtran.c
/*
* jpegtran.c
*
* Copyright (C) 1995-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README fi
www.eeworm.com/read/359751/10126214
in grub-set-default.in
#! /bin/sh
# Set a default boot entry for GRUB
# Copyright (C) 2004 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify it
# under the terms of the
www.eeworm.com/read/279271/10449558
txt read.txt
Usage:
将MDistance.rar拷到java/jdk/ 解开然后执行
java MDistance ok.txt
www.eeworm.com/read/278099/10570600
c touch.c
/* +++Date last modified: 05-Jul-1997 */
/*----------------------------------------------------------------------*
* Program: touch *
* Prog
www.eeworm.com/read/421659/10716343
c jpegtran.c
/*
* jpegtran.c
*
* Copyright (C) 1995-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying READ
www.eeworm.com/read/420541/10791223
c cdbtest.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "cdb.h"
#undef TRUE
#define
www.eeworm.com/read/420541/10791234
c tdbtest.c
/*************************************************************************************************
* Writing test of Trivial Database
****************************************************************