代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/236244/14024303

sh string.functions.sh

#!/bin/bash # function strcat # Usage: strcat s1 s2 function strcat () { local s1_val s2_val s1_val=${!1} # indirect variable expansion s2_val=${!2}
www.eeworm.com/read/133667/14030778

tcl concord.tcl

#!/usr/bin/tclsh # We begin by specifying the shell to run under and initializing some variables. set VerboseFlag false set FileToRead "-" set Usage "Usage: concord \[-v] \[-f]" # Remembe
www.eeworm.com/read/132845/14071682

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/113381/15457075

h hid.h

#ifndef __HID_H #define __HID_H /* * drivers/usb/hid.h Version 0.8 * * Copyright (c) 1999 Andreas Gal * Copyright (c) 2000 Vojtech Pavlik * * Sponsored by SuSE */ /* * This program is f
www.eeworm.com/read/112777/15477058

readme

Read blast.h for purpose and usage. Mark Adler madler@alumni.caltech.edu
www.eeworm.com/read/111591/15509736

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/111501/15511482

h locale.h

/*--------------------------------------------------------------- * Copyright (c) 1999,2000,2001,2002,2003 * The Board of Trustees of the University of Illinois
www.eeworm.com/read/109329/15558991

txt readme.txt

DelphiWebScript II - Simple Demoprogram ======================================= The simplest case of usage for DWSII Run SimpleDemo.dpr
www.eeworm.com/read/105882/15656172

tm misc.tm

\function{__class_id} \synopsis{Return the class-id of a specified type} \usage{Int_Type __class_id (DataType_Type type))} \description This function returns the internal class-id of a specified dat
www.eeworm.com/read/105882/15656194

txt slangfun.txt

_isnull SYNOPSIS Check array for NULL elements USAGE Char_Type[] = _isnull (a[]) DESCRIPTION This function may be used to test for the presence of NULL elements of an array. Specif