代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/314829/13557982
txt readme.txt
readme - Small Design
Overview:
This design is provided for all Nios development boards and demonstrates an example of the smallest functional Nios II system possible.
Contents of the Sys
www.eeworm.com/read/314717/13560463
bat ps2epsi.bat
@echo off
if "%1"=="" goto usage
if "%2"=="" goto usage
set infile=%1
set outfile=%2
rem Ghostscript uses %outfile% to define the output file
gs -q -dNOPAUSE -sDEVICE=bit -sOutputFile=NUL p
www.eeworm.com/read/314717/13560512
bat ps2pdf.bat
@echo off
@rem Convert PostScript to PDF.
if "%1"=="" goto usage
if "%2"=="" goto usage
if not "%3"=="" goto usage
rem Watcom C deletes = signs, so use # instead.
gs -q -dNOPAUSE -sDEVICE#p
www.eeworm.com/read/312207/13616370
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/309649/13667062
c touch.c
/* +++Date last modified: 05-Jul-1997 */
/*----------------------------------------------------------------------*
* Program: touch *
* Prog
www.eeworm.com/read/152721/5667480
java netscapecerttype.java
package org.bouncycastle.asn1.misc;
import org.bouncycastle.asn1.*;
/**
*
* NetscapeCertType ::= BIT STRING {
* SSLClient (0),
* SSLServer (1
www.eeworm.com/read/150965/5687498
c pcap_filter.c
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/150409/5693079
java netscapecerttype.java
package org.bouncycastle.asn1.misc;
import org.bouncycastle.asn1.*;
/**
* The NetscapeCertType object.
*
* NetscapeCertType ::= BIT STRING {
* SSLClient (0),
*
www.eeworm.com/read/150241/5693957
c main.c
/*===========================================================================*
* main.c *
* *
* Main procedure *
* *
* EXPORTED PROCEDURES:
www.eeworm.com/read/148359/5715705
readme
Read blast.h for purpose and usage.
Mark Adler
madler@alumni.caltech.edu