代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/123064/14650011
release
#!/bin/bash -xe
#
# Generate a NASM release
#
# Usage: release {test|real} [branch]
#
if [ -z "$SFUSER" ]; then
if [ -f "$HOME/.sfuser" ]; then
sfuser=`cat "$HOME/.sfuser"`
else
www.eeworm.com/read/221313/14745897
c ledflash.c
/*
* Funny AVR demonstration. Controls 8 LEDs which are directly
* connected to VCC. Additional to the nice illumination this
* program demonstrates the usage of the async timer and the
* sle
www.eeworm.com/read/119079/14840137
txt config.txt
usage: ./configure [ variable=value ]...
This configure script generates the file 'makefile' and the file
'../include/NTL/config.h', based upon the values assigned to the
variables on the comma
www.eeworm.com/read/118993/14845297
release
#!/bin/bash -xe
#
# Generate a NASM release
#
# Usage: release {test|real} [branch]
#
if [ -z "$SFUSER" ]; then
if [ -f "$HOME/.sfuser" ]; then
sfuser=`cat "$HOME/.sfuser"`
else
www.eeworm.com/read/118871/14850951
c ffs_nor.c
/*************************************************************
File Name: FFS.C
Last Modified Date: 2000/09/15
Programmer: MSC
Compiler:
Platform:
Usage:
Flash File System
Unfinished functi
www.eeworm.com/read/117525/14917570
cpp staticfilespec.cpp
/*
* StaticFilespec.cpp
*
* CStaticFilespec implementation
* A simple class for displaying long filespecs in static text controls
*
* Usage: See http://www.codeguru.com/cont
www.eeworm.com/read/116271/14981282
l ch2-06.l
%{
#undef input
#undef unput
unsigned verbose;
unsigned fname;
char *progName;
%}
%s FNAME
%%
[ ]+ /* ignore blanks */ ;
[ ]+ /* ignore blanks */ ;
-h |
"-?" |
-help { printf("usage
www.eeworm.com/read/216674/14997954
py number.py
#
# number.py : Number-theoretic functions
#
# Part of the Python Cryptography Toolkit
#
# Distribute and use freely; there are no restrictions on further
# dissemination and usage except those imp
www.eeworm.com/read/212845/15147681
cpp from_bin.cpp
/***
*** See the file "mba/disclaimers-and-notices-L2.txt" for
*** information on usage and redistribution of this file,
*** and for a DISCLAIMER OF ALL WARRANTIES.
***/
#include
www.eeworm.com/read/212845/15147683
cpp from_memory.cpp
/***
*** See the file "mba/disclaimers-and-notices-L2.txt" for
*** information on usage and redistribution of this file,
*** and for a DISCLAIMER OF ALL WARRANTIES.
***/
/* $Id: from_memory