代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/174731/9575131
c f3xx_usb0_descriptor.c
//-----------------------------------------------------------------------------
// F3xx_USB0_Descriptor.c
//-----------------------------------------------------------------------------
// Copyrigh
www.eeworm.com/read/174714/9575735
sh fubarorg.sh
:
# to run fubar in the 'proper' way
# parse args
if [ $# -ne 1 ]; then
echo "usage: $0 number" 1>&2
exit 1
fi
# run/compile it
rm -f incest.c x1 x
ex -
www.eeworm.com/read/174714/9575766
sh fubar.sh
:
# to run fubar in the 'proper' way
# parse args
if [ $# -ne 1 ]; then
echo "usage: $0 number" 1>&2
exit 1
fi
# run/compile it
rm -f ouroboros.c x1 x
ex -
www.eeworm.com/read/370863/9578690
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("Smart自发短信")
www.eeworm.com/read/169560/9852310
txt serv_req_info.txt
[Web SPR Info]
Version=2.1
Product=Quartus II
Logic Cell Usage=0
Authorization Method=Nic
Host ID=00c04f68fb12
www.eeworm.com/read/365309/9870056
txt serv_req_info.txt
[Web SPR Info]
Version=2.1
Product=Quartus II
Logic Cell Usage=0
Authorization Method=Nic
Host ID=00c04f68fb12
www.eeworm.com/read/169058/9882397
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/364932/9887097
c main.c
#include "call.h"
char escapec = '~';
char *src;
char *dst;
static void usage(char *);
int
main(int argc, char *argv[])
{
int c, remfd, debug;
char args[MAXLINE];
args[0] = 0; /* build arg
www.eeworm.com/read/167987/9942593
doit
#!/bin/ksh
# Script name: doit
# Example 10.109
# Usage: doit [args]
while (( $# > 0 ))
do
print $*
shift
done
www.eeworm.com/read/167987/9942612
readit
#!/bin/ksh
# Script name: readit
# Example 10.75
if [ $# != 2 ] ; then
print \
"Usage: $(basename $0 ) filename filename" \
1>&2
exit 1
fi
while read -u3 line1 && read -u4 line2
do
pr