代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/291657/8404367
htm atmel 89 series flash programmer ver 3_0.htm
Atmel 89 Series Flash Prog
www.eeworm.com/read/129430/14243198
htm atmel 89 series flash programmer ver 3_0.htm
Atmel 89 Series Flash Prog
www.eeworm.com/read/137691/5819659
extra avrisp.extra
#-*-Makefile-*- vim:syntax=make
#$Id: avrisp.extra,v 1.6 2005/01/03 17:26:08 jwhui Exp $
ifeq ($(AVRISP),)
$(error AVRISP must be defined, try "make $(TARGETS) help")
endif
PROGRAM = avrisp
PROGRAMM
www.eeworm.com/read/137691/5819660
extra mib510.extra
#-*-Makefile-*- vim:syntax=make
#$Id: mib510.extra,v 1.4 2005/01/03 17:26:08 jwhui Exp $
ifeq ($(MIB510),)
$(error MIB510 must be defined, try "make $(TARGETS) help")
endif
PROGRAM = mib510
PROGRAMM
www.eeworm.com/read/137691/5819661
extra eprb.extra
#-*-Makefile-*- vim:syntax=make
#$Id: eprb.extra,v 1.3 2004/07/22 16:32:04 jwhui Exp $
ifeq ($(EPRB),)
$(error EPRB must be defined, try "make $(TARGETS) help")
endif
PROGRAM = eprb
PROGRAMMER_FLAGS
www.eeworm.com/read/156793/11774996
txt thetaoofpg.txt
The Tao of Programming
Frontispiece
Ancient likeness of the ninth immortal of computer programming. He is shown with the traditional lotus(which symbolizes project planning), crane(assembly cod
www.eeworm.com/read/134088/14008748
txt [转载]编程之道(the tao of programming)(3).txt
发信人: longman (龙飘飘), 信区: Algorithm
标 题: [转载]编程之道(The Tao of Programming)(3)
发信站: 飘渺水云间 (Tue May 29 22:16:55 2001), 转信
Corporate Wisdom
Book Seven
Thus spake the master programmer:
编程大师如是说:
"Y
www.eeworm.com/read/480849/6662534
cpp employee.cpp
// Chapter 11 - Program 5 - EMPLOYEE.CPP
#include
#include "person.h"
#include "supervsr.h"
person *staff[10];
int main()
{
supervisor *suppt;
pro