代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5945153
tags
Mdu du.c /^main(argc, argv)$/
linkchk du.c /^linkchk(p)$/
usage du.c /^usage()$/
www.eeworm.com/read/131315/5945762
tags
Mnohup nohup.c /^main(argc, argv)$/
dofile nohup.c /^dofile()$/
usage nohup.c /^usage()$/
www.eeworm.com/read/129770/5969967
dat errorass15.dat
错误信息: Symbol type usage illegal
中文注释: PUBLIC 符号的使用不合法
www.eeworm.com/read/127438/6006065
readme
README for MPD-2
Ralph Butler and Rusty Lusk
General
-------
MPD is a process management system for starting parallel jobs,
especially MPICH jobs. Before running a job (with mpiex
www.eeworm.com/read/487308/6518993
findit
#!/bin/bash
if [ $# -eq 0 ]; then
echo "Usage: findit .c /home/alex"
exit 1
elif [ $# -eq 1 ]; then
findit $1 .
else
for fi in $*; do
if [ "$fi"!="$1" ]
www.eeworm.com/read/479824/6680948
pas hid.pas
{******************************************************************}
{ }
{ Borland Delphi Runtime Library
www.eeworm.com/read/476538/6755714
pas hid.pas
unit Hid;
{$WEAKPACKAGEUNIT}
interface
(*$HPPEMIT ''*)
(*$HPPEMIT '#include "hidusage.h"'*)
(*$HPPEMIT '#include "hidpi.h"'*)
(*$HPPEMIT ''*)
uses
Windows;
type
// (rom) move
www.eeworm.com/read/345986/11776489
txt license.txt
The RAR Archiver
EULA (End User License Agreement) for use and distribution
The RAR archiver is distributed as try before you buy. This means:
1. All copyrights to RAR are excl
www.eeworm.com/read/253213/12239827
txt license.txt
The RAR Archiver
EULA (End User License Agreement) for use and distribution
The RAR archiver is distributed as try before you buy. This means:
1. All copyrights to RAR are excl
www.eeworm.com/read/339038/12266630
c readme.c
/* program "readme.c" */
/*
* List and description of CALC functions.
*/
#include
#include
#include
#include "integer.h"
#include "fun.h"
void readme()