代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/244387/12869186
h simpio.h
/*
* File: simpio.h
* Version: 1.0
* Last modified on Wed Apr 27 07:29:13 1994 by eroberts
* -----------------------------------------------------
* This interface provides access to a simple pac
www.eeworm.com/read/142575/12938609
c touchmanage.c
/************************************************************
TouchManage.c 负责处理屏幕点击事件的分配处理。
*********************************************************************/
#include "option.h"
#in
www.eeworm.com/read/329086/12980771
cpp sizecombobox.cpp
/* ==========================================================================
File : SizeComboBox.cpp
Class : CSizeComboBox
Author : Johan Rosengren, Abstrakt Mekanik AB
Iain Clar
www.eeworm.com/read/240662/13207799
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/240662/13207818
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/240182/13232372
c ak.c
/* generator of hard maxflow problems */
/* 01/09/94 - Stanford Computer Science Department */
/* Boris Cherkassky - cher@theory.stanford.edu, on.cher@zib-berlin.de */
/* Andrew V. Goldberg - goldb
www.eeworm.com/read/240120/13235906
readme
This directory contains some useful tool written to be used in zhcon.
uc2win: convert UCDOS's dict file into windows ime file format
usage: ./uc2win < wb.dic > wb.txt
win2mb: convert windows im
www.eeworm.com/read/138406/13237511
h locale.h
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/324155/13282656
m powcal.m
function p=powcal(x)
%%%% this function calculate the power of the input data
%%%% Usage: p=powcal(x);
if nargin~=1
error('Usage: p=powcal(x).');
return
end
[m,n]=size(x);
N=m;
x2=x.*
www.eeworm.com/read/238879/13317193
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