代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/361805/10035148
makefile
####################################################################################
# make all = Make software.
#
# make clean = Clean out built project files.
#
# make coff = Convert ELF to AVR
www.eeworm.com/read/163690/10149311
makefile
SERIAL = `echo /dev/tty.USA19QI*`
UISP = uisp -dprog=avr910 -dserial=$(SERIAL) -dpart=auto
TARGET = atmega8
#TARGET = at90s2313
# The two lines above are for "uisp" and the AVR910 serial programmer co
www.eeworm.com/read/355615/10253807
bak 1_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/162078/10339596
cpp arr_rand.cpp
#include
#include
void main(void)
{
char name[]="Jamsa's C/C++ Programmer's Bible";
char iostr[80];
strstream ios(iostr, sizeof(iostr), ios::in | ios::out);
www.eeworm.com/read/162078/10340069
c chkconst.c
#include
void no_change(const char *string)
{
while (*string)
*string++ = toupper(*string);
}
void main(void)
{
char title[] = "Jamsa\'s C/C++ Programmer\'s
www.eeworm.com/read/425585/10346066
txt readme.txt
**************************************************************************
Super Mario v0.09
**************************************************************************
www.eeworm.com/read/353589/10438096
bak general.c.bak
/****************************************************************************
Filename: general.c
programmer: zhang chen
Description: 通用子程序库
内容:
void DelayMs(unsigned int ms); 延时ms毫秒
版本变更:
www.eeworm.com/read/424287/10466565
opt ddd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/352586/10535898
bak general.c.bak
/****************************************************************************
Filename: general.c
programmer: zhang chen
Description: 通用子程序库
内容:
void DelayMs(unsigned int ms); 延时ms毫秒
版本变更: