代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/377831/9260757
cpp zchaff_utils.cpp
/*********************************************************************
Copyright 2000-2004, Princeton University. All rights reserved.
By using this software the USER indicates that he or she has
www.eeworm.com/read/377523/9272419
java randombounds.java
//: c03:RandomBounds.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Does Math.random() produce 0.0 and 1.0?
public class
www.eeworm.com/read/377523/9272731
java makedirectories.java
//: c11:MakeDirectories.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrates the use of the File class to
// create
www.eeworm.com/read/180087/9319943
c main.c
#include
#include
#include"bezout.h"
int u, v;
usage(char*prg,char*message)
{
fprintf(stderr,"%s: %s\n",prg,message);
fprintf(stderr,"usage: ./bezout a b\n");
www.eeworm.com/read/180087/9319950
c main.c
#include
#include
#include"pgcd.h"
usage(char*prg,char*message)
{
fprintf(stderr,"%s: %s\n",prg,message);
fprintf(stderr,"usage: pgcd p q \n");
exit(1);
}
in
www.eeworm.com/read/179943/9330332
cxx lg.cxx
#include "rutil/Logger.hxx"
#include "resip/stack/Uri.hxx"
#include "Register.hxx"
#include "Registrar.hxx"
#include "InviteServer.hxx"
#include "InviteClient.hxx"
#include "Transceiver.hxx"
www.eeworm.com/read/374494/9402820
8 pwck.8
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH PWCK "1" "February 2004" "pwck (pwdutils) 2.5.92" "User Commands"
.SH NAME
pwck \- manual page for pwck (pwdutils) 2.5.92
.SH SYNOP
www.eeworm.com/read/178378/9404370
cpp progvals.cpp
//: C20:ProgVals.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
#include "ProgVals.h"
using namespace s
www.eeworm.com/read/374358/9408746
am makefile.am
bin_PROGRAMS = netkite
netkite_SOURCES = netkite.cpp binary.h binary.cpp connect.h connect.cpp mdc.h mdc.cpp sharemem.h sharemem.cpp logger.h logger.cpp parse.h parse.cpp hash.h hash.cpp init.h init.c
www.eeworm.com/read/177981/9424451
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);