代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/472280/1412498
java imageconsumer.java
/**
* ImageConsumer -
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribution
* of thi
www.eeworm.com/read/468598/1485779
m bsetroot.m
$set 16 #bsetroot
$ #MustSpecify
# %s : hata : -solid, -mod yada -gradient'den birisini belirlemek zorundas齨\n
$ #Usage
# %s 2.0 : Tel'if hakk
www.eeworm.com/read/459034/1575441
m ismatrix.m
function retval = ismatrix(x)
if (nargin == 1)
retval = isnumeric(x);
else
usage ("ismatrix(x)");
endif
endfunction
/*
@GROUP
general
@SYNTAX
ismatrix(values)
@DOC
.
www.eeworm.com/read/459034/1575723
m ismatrix.m
function retval = ismatrix(x)
if (nargin == 1)
retval = isnumeric(x);
else
usage ("ismatrix(x)");
endif
endfunction
/*
@GROUP
general
@SYNTAX
ismatrix(values)
@DOC
.
www.eeworm.com/read/456693/1604841
mkmodindex
#! /usr/bin/env python
# -*- Python -*-
"""usage: %(program)s [options] file...
Supported options:
--address addr
-a addr Set the address text to include at the end of the
www.eeworm.com/read/249482/4449451
dat errorass60.dat
错误信息: CS register illegal usage
中文注释: 试图非法使用CS寄存器.例如:XCHG CS,AX
www.eeworm.com/read/248940/4459227
run
#!/bin/csh
source ../../env.cfg
if ("$1" == "" || "$2" == "" || $3 != "") then
echo Usage:
echo " run programVersion slideVersion"
exit
endif
set P = $1 # Progra
www.eeworm.com/read/247212/4483587
readme
Persistent POA Example
----------------------
This example demonstrates usage of a persistent POA. Objects in a persistent
POA can by definition outlive the process they're created in. A mechanism i
www.eeworm.com/read/243083/4532914
java animatedaudioplayer.java
/**
* Copyright 2001 Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and
* redistribution of this file, and for a DISCLAIMER OF ALL
* WARRANTIES.
*/
package co
www.eeworm.com/read/242732/4543926
c bitmap.c
#include "precomp.h"
/*
* @implemented
*/
HBITMAP STDCALL
CreateDIBSection(
HDC hDC,
CONST BITMAPINFO *BitmapInfo,
UINT Usage,
VOID **Bits,
HANDLE hSection,
DWORD dwOf