代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/109665/15552575
bat prog_board.bat
exc_flash_programmer -g remote_reconfiguration_flash.hex
www.eeworm.com/read/107489/15605990
c tolower.c
#include
#include
void main(void)
{
char string[] = "Jamsa\'s C/C++ Programmer\'s Bible";
int i;
for (i = 0; string[i]; i++)
putchar(tolower(string[i]));
www.eeworm.com/read/107489/15606037
c toupper.c
#include
#include
void main(void)
{
char string[] = "Jamsa\'s C/C++ Programmer\'s Bible";
int i;
for (i = 0; string[i]; i++)
putchar(toupper(string[i]));
www.eeworm.com/read/102720/15761676
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/102720/15761704
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/102720/15761714
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/102720/15761775
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/102720/15761786
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/102720/15761788
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/102720/15761792
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