代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/170226/7097594
pl svdrpsend.pl
#!/usr/bin/perl
use Socket;
use Getopt::Std;
$Usage = qq{
Usage: $0 options command...
Options: -d hostname destination hostname (default: localhost)
-p port SVDRP port n
www.eeworm.com/read/454180/7101123
c sentence.c
#include
#include "sentence.h"
/**********************************************
* Function: nmea_zero_GPGGA(nmeaGPGGA *pack)
* Input Variables: nmeaGPGGA *pack
* Return Variables:
www.eeworm.com/read/223598/7104231
srch
#!/bin/sh
#
# Find a token within source files ( *.[ch] )
# Enjoy!
# Jorge.-
if [ ! $# = 1 ]; then
echo "Usage:"
echo " srch "
else
# find "./" -name "*.[ch]" -print -exec grep $1 {} \;
www.eeworm.com/read/160432/7120959
makefile
ENDIAN = el
HOST = Win95
target: CHECK interrupts.out
interrupts.out : interrupts.c
$(TCS)/bin/tmcc -host $(HOST) -$(ENDIAN) interrupts.c -o interrupts.out
clean : ; rm -rf *.o *% *.out
CHECK:
www.eeworm.com/read/374751/7126743
h usagesinfo.h
#include "Hid.hpp"
#include "HidUsage.hpp"
void UsageAndUsagePageText(TUsage UsagePage, TUsage Usage,
AnsiString *UsagePageText, AnsiString *UsageText);
www.eeworm.com/read/374751/7126759
h usagesinfo.h
#include "Hid.hpp"
#include "HidUsage.hpp"
void UsageAndUsagePageText(TUsage UsagePage, TUsage Usage,
AnsiString *UsagePageText, AnsiString *UsageText);
www.eeworm.com/read/332978/7141507
java randombounds.java
//: containers/RandomBounds.java
// Does Math.random() produce 0.0 and 1.0?
// {RunByHand}
import static net.mindview.util.Print.*;
public class RandomBounds {
static void usage() {
prin
www.eeworm.com/read/408124/7154369
l ch2-04.l
%{
unsigned verbose;
char *progName;
%}
%%
-h |
"-?" |
-help { printf("usage is: %s [-help | -h | -? ] [-verbose | -v] "
"[(-file| -f) filename]\n", progName);
}
-v |
-verbose { printf("verbose m
www.eeworm.com/read/461294/7229548
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
www.eeworm.com/read/461294/7229556
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);