代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/118064/6099491
c blinky.c
/* Blinky.C - LED Flasher for the Keil LPC900 EPM Emulator/Programmer Module */
#include // register definition
void delay (unsigned int cnt)
{
while (--cnt);
}
void main()
www.eeworm.com/read/101135/6238610
1 ps.1
PS(1) Minix Programmer's Manual PS(1)
NAME
ps - process status
SYNOPSIS
ps [-alxU] [kernel mm fs]
OPTIONS
-a Print all pro
www.eeworm.com/read/101135/6238638
1 sort.1
SORT(1) Minix Programmer's Manual SORT(1)
NAME
sort - sort a file of ASCII lines
SYNOPSIS
sort [-bcdfimnru] [-tc] [-o name] [+pos1] [-pos2
www.eeworm.com/read/101135/6238648
1 cal.1
CAL(1) Minix Programmer's Manual CAL(1)
NAME
cal - print a calendar
SYNOPSIS
cal [month] year
EXAMPLES
cal 3 1992 # P
www.eeworm.com/read/101135/6238709
1 prep.1
PREP(1) Minix Programmer's Manual PREP(1)
NAME
prep - prepare a text file for statistical analysis
SYNOPSIS
prep [file]
OPTIONS
(n
www.eeworm.com/read/101135/6238720
1 m.1
M(1) Minix Programmer's Manual M(1)
NAME
M, U - conveniently mount and unmount
SYNOPSIS
M device [-r]
U device
OPTIONS
www.eeworm.com/read/101135/6238722
1 touch.1
TOUCH(1) Minix Programmer's Manual TOUCH(1)
NAME
touch - update a file's time of last modification
SYNOPSIS
touch [-c] file ...
OPTIONS
www.eeworm.com/read/101135/6238726
1 crc.1
CRC(1) Minix Programmer's Manual CRC(1)
NAME
crc - print the checksum of the file data
SYNOPSIS
crc file ...
EXAMPLES
crc *.c
www.eeworm.com/read/101135/6238731
1 tget.1
TGET(1) Minix Programmer's Manual TGET(1)
NAME
tget - get termcap values
SYNOPSIS
tget [-flag id] [-num id] [-str id] [-goto col line] [[-e
www.eeworm.com/read/101135/6238738
1 expr.1
EXPR(1) Minix Programmer's Manual EXPR(1)
NAME
expr - evaluate experession
SYNOPSIS
expr arg ...
EXAMPLES
x=`expr $x + 1` #