代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/183595/9149853
java dnslookup.java
/**
* A simple program demonstrating DNS lookup
*
* Usage:
* java DNSLookUp
*
*/
import java.io.*;
import java.net.*;
public class DNSLookUp
{
public static void main(String[] args)
www.eeworm.com/read/183272/9172633
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/379418/9198250
c sentence.c
#include
#include "sentence.h"
/**********************************************
* Function: nmea_zero_GPGGA(nmeaGPGGA *pack)
* Input Variables: nmeaGPGGA *pack
* Return Variables:
www.eeworm.com/read/379294/9201270
sgrep
# Usage: sgrep pattern
# Searches all source files for 'pattern'.
# Regular expressions should be enclosed in quotes "".
find . -name '*.f' -exec grep "$*" /dev/null {} \;
www.eeworm.com/read/379157/9205777
makefile
#
# Makefile for lharc
# needs TC 1.5
#
# To make Japanese version
# make
# or make -Dlang=j
#
# To make English version
# make -Dlang=e
#
asm = optasm
linker = tlink
sw = -M
www.eeworm.com/read/379078/9208336
c hiduse.c
char code HidUseReportDescriptor[47] =
{
0x06, 0xA0, 0xFF, // Usage page (vendor defined)
0x09, 0x01, // Usage ID (vendor defined)
0xA1, 0x01, // Collection (application)
// The Inp
www.eeworm.com/read/379078/9208355
lst hiduse.lst
C51 COMPILER V7.50 HIDUSE 03/24/2008 11:06:15 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE HIDUSE
OBJECT MODULE PLACED IN
www.eeworm.com/read/182126/9215935
c printftest.c
/* Program to test the svgalib keyboard functions. */
#include
#include
#include
#include
#include
#include
#include
void u
www.eeworm.com/read/378183/9243531
dat errorass60.dat
错误信息: CS register illegal usage
中文注释: 试图非法使用CS寄存器.例如:XCHG CS,AX
www.eeworm.com/read/181563/9245983
c parser.c
/* $Id: parser.c,v 1.20 2003/09/01 04:09:35 reinelt Exp $
*
* row definition parser
*
* Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
*
* This program is free software; you can redi