代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/486342/6539693

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/486343/6540220

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 READ
www.eeworm.com/read/484356/6586055

m backfittingval.m

function [ypred,y]=backfittingval(kernelmatrix,C) % USAGE % % ypred=backfittingval(kernelmatrix,C) % [n,n1,nbspace]=size(kernelmatrix); %keyboard y=zeros(n,nbspace); y(:,1)=kernelmatrix(:
www.eeworm.com/read/476570/6756116

wrk drive.cmp.rdb.wrk

Fitter report for drive Sat Sep 13 10:23:30 2008 Quartus II Version 7.2 Build 151 09/26/2007 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Noti
www.eeworm.com/read/410511/11280210

sh getcmdlineopt.sh

#! /bin/sh usage="Usage: $0 [-h remotehost] [-d remotedirectory]... [-f remfile:localfile]... \ [-c localdirectory] [-m filepattern] [-v]" if [ $# -eq 0 ]; then echo $usag
www.eeworm.com/read/410511/11280224

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/264473/11311827

sh getcmdlineopt.sh

#! /bin/sh usage="Usage: $0 [-h remotehost] [-d remotedirectory]... [-f remfile:localfile]... \ [-c localdirectory] [-m filepattern] [-v]" if [ $# -eq 0 ]; then echo $usag
www.eeworm.com/read/264473/11311836

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/405810/11456552

html 1.html

小说:Dojo 教程 笔记 (转载) 一 - 新浪BLOG
www.eeworm.com/read/404808/11477828

lua globals.lua

-- reads luac listings and reports global variable usage -- lines where a global is written to are marked with "*" -- typical usage: luac -p -l file.lua | lua globals.lua | sort | lua table.lua while