代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/174116/5364632

xcl rtosdemo_lnk.xcl

// Generated : 06/01/06 20:29:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/172417/5387073

xcl rtosdemo_lnk.xcl

// Generated : 06/01/06 20:29:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/169697/5413766

cleandist4tau

#!/bin/sh for arg in "$@" ; do case $arg in -echo) set -x ;; -show) Show=echo ;; -help|-u|-usage|-h) cat
www.eeworm.com/read/167507/5459824

xcl rtosdemo_lnk.xcl

// Generated : 06/01/06 20:29:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/343986/3213029

xcl rccdemo_lnk.xcl

// Generated : 07/23/08 08:30:53 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/343986/3213048

xcl printfdemo_lnk.xcl

// Generated : 07/29/08 19:59:21 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/342636/3231790

readme

TRANSFORMATION USAGE (Garvin Hicking, ) ==================== See the Documentation.html for complete instructions on how to use transformation plugins.
www.eeworm.com/read/341021/3260390

cleandist4tau

#!/bin/sh for arg in "$@" ; do case $arg in -echo) set -x ;; -show) Show=echo ;; -help|-u|-usage|-h) cat
www.eeworm.com/read/340323/3288474

xcl rtosdemo_lnk.xcl

// Generated : 06/01/06 20:29:52 //********************************************************************** // XLINK template command file to be used with the ICCARM C/C++ Compiler // // Usage: xli
www.eeworm.com/read/332102/3401592

highest

if [ -z "$1" ]; then echo 'usage: highest filename [-N]' else filename=$1 howmany=${2:--10} sort -nr $filename | head $howmany fi