代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1388966
n canvasprintbox.n
'\"
'\" canvasprintbox (c) 1995 Tako Schotanus
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'/"
.so m
www.eeworm.com/read/474814/1388992
n canvasprintdialog.n
'\"
'\" canvasprintdialog (c) 1995 Mark L. Ulferts
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
'\" @(
www.eeworm.com/read/474814/1390402
h usigno.h
PARAMETER (MXIGNV=50,MXIGNS=50,MUUNIT=15)
COMMON /USIGNO/ GALEPH,ADAMO,USAGE,UNFLP,atlas,
& NIGNOR,NIGNOS,
& CIGNOR(MXIGNV),LIGNOR(MXIGNS),
&
www.eeworm.com/read/459490/1569204
tracguide
= The Trac User and Administration Guide =
[[TracGuideToc]]
The TracGuide is meant to serve as a starting point for all documentation regarding Trac usage and development. The guide is a free documen
www.eeworm.com/read/243634/4519905
c land.c
/*--------------------------------------------------*
Ray-Casting Heightfield Engine
Pre-SVGAlib code by Alex Chalfin
Usage: Use the mouse to move l, r, u, & d.
www.eeworm.com/read/239312/4602644
doit
#!/bin/sh
# Name: doit
# Purpose: shift through command line arguments
# Usage: doit [args]
while [ $# -gt 0 ]
do
echo $*
shift
done
www.eeworm.com/read/236895/4636447
dfm fastmmusagetracker.dfm
object fFastMMUsageTracker: TfFastMMUsageTracker
Left = 259
Top = 93
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'FastMM4 Usage Tracker'
ClientHeight = 566
Clien
www.eeworm.com/read/232874/4695995
m solveitersoftthresh.m
function [xhat, iter] = SolveIterSoftThresh(A, y, p, maxiters, fullpath, opttol, gamma, trace)
% IterSoftThreshOp -- Apply Iterative Soft Thresholding
% Usage
% [xhat, iter] = IterSoftThreshOp
www.eeworm.com/read/232874/4696010
m randomorthomatrix.m
function A = RandomOrthoMatrix(n,p)
% RandomOrthoMatrix: creates random orthogonal matrix
% Usage
% A = RandomOrthoMatrix(n,p)
% Input
% n number of columns
% p number of row
www.eeworm.com/read/229812/4739510
h list.h
/****************************************************************************
File: List.h
Description: class JAM_List
Usage:
Notes:
T must define a copy-ctor and assignment operato