代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/328436/13026880

c decg722.c

/* v2.0 - 01/Jul/1995 ============================================================================ DECG726.C ~~~~~~~~~ Description:
www.eeworm.com/read/140891/13054287

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/140880/13054444

c genseq.c

/* ** Author: Tapas Kanungo, kanungo@cfar.umd.edu ** Date: 22 February 1998 ** File: genseq.c ** Purpose: driver for generating a sequence of observation symbols. ** Org
www.eeworm.com/read/327716/13066906

cpp terror.cpp

// TError.cpp: implementation of the CTError class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "TError.h" #ifdef _DEBUG #undef THI
www.eeworm.com/read/327560/13072682

readme

compile: make decode usage: decode streamname path to "tables" changed to absolute path in common.h make must use "/tools/gnu/bin/make"
www.eeworm.com/read/140313/13088487

cmd flat.cmd

@echo off if "%1"=="" goto :usage if "%2"=="" goto :usage sqlplus -s %1 @flat.sql %2 goto :done :Usage echo "usage flat un/pw [tables|views]" echo "example flat scott/tiger emp d
www.eeworm.com/read/138758/13216529

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/138720/13221147

ps psdvc.ps

% Global scaling/translation 0.072 0.072 scale 1 setlinecap % Purpose: draw simple line % Usage: x1 y1 x2 y2 t line /line { setlinewidth 4 2 roll moveto lineto stroke } bi
www.eeworm.com/read/240382/13221218

c main.c

/* * Copyright (c) 1993 W. Richard Stevens. All rights reserved. * Permission to use or modify this software and its documentation only for * educational purposes and without fee is hereby granted
www.eeworm.com/read/325023/13230082

java randombounds.java

//: containers/RandomBounds.java // Does Math.random() produce 0.0 and 1.0? // {RunByHand} import static net.mindview.util.Print.*; public class RandomBounds { static void usage() { prin