代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/165117/10075773
bootstrap
#! /bin/sh
#
# bootstrap shell script
#
if test $# -gt 1; then echo "Usage: $0 [ seed ]"; exit; fi
read first_line
if test $# -lt 1; then random=$$ ; else random=$1 ; fi
echo "$first_line B"
echo "B
www.eeworm.com/read/165117/10075793
jumble
#! /bin/sh
#
# jumble shell script
#
if test $# -gt 1; then echo "Usage: $0 [ seed ]"; exit; fi
read first_line
if test $# -lt 1; then random=$$ ; else random=$1 ; fi
echo "$first_line J"
echo "J $r
www.eeworm.com/read/164272/10120068
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
www.eeworm.com/read/164272/10120157
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);
www.eeworm.com/read/164272/10120261
m e.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = e(x)
%
%
out=exp(x);
www.eeworm.com/read/164272/10120271
m s.m
%
% routine to get the square of a number
%
% usage: via tree structured GA
%
function out = s(x)
%
%
out=x.^2.0;
www.eeworm.com/read/164272/10120336
m r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
www.eeworm.com/read/163765/10146744
c,v main.c,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @ * @;
1.1
date 94.01.17.14.59.29; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version fo
www.eeworm.com/read/358640/10183075
cnt matlabaddin.cnt
:Base MATLABAddin.hlp
:Title MATLAB add-in
1 Installation=Installation
1 Introduction=Introduction
1 Usage=Usage
1 Creating Projects=CreatingProjects
1 Adding Files=AddingFiles
1 Building and D
www.eeworm.com/read/356587/10224259
h enumapp_enum_data.h
// EnumApp_enum_data.h
// Enumeration tables & HID keyboard data
//
const unsigned char DD[]= // DEVICE Descriptor
{0x12, // bLength = 18d
0x01, // bDescriptorType = D