代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/170938/5402543

m rightshift.m

function outmatrix= RightShift(inmatrix) % RightShift -- Shift right matrix, the last column is moved to the first. % Usage % outmatrix= RightShift(inmatrix); % Inputs % inmatrix % Outp
www.eeworm.com/read/168845/5432705

py regrtest.py

#!/usr/bin/python # boost graph library compilation regression test # Usage: regrtest [*|compiler] [*|library/program] # # Default: regrtest * * # # Compilers: bcc = Borland 5.5.1 #
www.eeworm.com/read/168845/5434782

sh runtest.sh

#!/bin/bash if test $# -eq 0 then echo "usage: $0 " "[]" "[]" else echo "Running tests for $1" if [ ! "$2" = "" ] then
www.eeworm.com/read/168845/5435193

mak gcc.mak

# # auto generated makefile for gcc compiler # # usage: # make # brings libraries up to date # make clean # deletes temporary object files (but not archives). # # # the following envir
www.eeworm.com/read/168845/5435195

mak gcc-shared.mak

# # auto generated makefile for gcc compiler # # usage: # make # brings libraries up to date # make clean # deletes temporary object files (but not archives). # # # the following envir
www.eeworm.com/read/168845/5435197

mak generic.mak

# # auto generated makefile for generic compiler # # usage: # make # brings libraries up to date # make clean # deletes temporary object files (but not archives). # # # the following e
www.eeworm.com/read/167133/5468100

java memoryimagesource.java

/** * MemoryImageSource - * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" for information on usage and redistribution * of
www.eeworm.com/read/347503/3170655

l dv-war-err.l

.*: Assembler messages: .*:8: Warning: Use of 'br.wtop.sptk' .* WAR dependency 'PR63' \(stop\) .*:7: Warning: This is the location of the conflicting usage
www.eeworm.com/read/340665/3267021

l dv-war-err.l

.*: Assembler messages: .*:8: Warning: Use of 'br.wtop.sptk' .* WAR dependency 'PR63' \(stop\) .*:7: Warning: This is the location of the conflicting usage
www.eeworm.com/read/339586/3298925

py build.py

############################################################################### # build.py # by Sailesh@xten.com # # Usage: python build.py # # A Python script to build unit tests on the Mac using com