代码搜索:EEPROM
找到约 10,000 项符合「EEPROM」的源代码
代码结果 10,000
www.eeworm.com/read/151575/12200336
bat proflash.bat
@echo off
uniprog.exe %1 %2 %3 %4 %5 /iproflash.bat -c%port%
goto end
-------------------------------------------------------------------------
Programmer initialization file
--------------
www.eeworm.com/read/151575/12200348
bat proflash.bat
@echo off
uniprog.exe %1 %2 %3 %4 %5 /iproflash.bat -c%port%
goto end
-------------------------------------------------------------------------
Programmer initialization file
--------------
www.eeworm.com/read/149930/12330418
bat proflash.bat
@echo off
uniprog.exe %1 %2 %3 %4 %5 /iproflash.bat -c%port%
goto end
-------------------------------------------------------------------------
Programmer initialization file
--------------
www.eeworm.com/read/149930/12330432
bat proflash.bat
@echo off
uniprog.exe %1 %2 %3 %4 %5 /iproflash.bat -c%port%
goto end
-------------------------------------------------------------------------
Programmer initialization file
--------------
www.eeworm.com/read/337753/12342849
lnp rem.lnp
"MAIN.obj",
"16311.obj",
"DISPLAY.obj",
"I2C.obj",
"eeprom.obj",
"PoweronInitial.obj",
"STARTUP.obj"
TO "REM"
RAMSIZE(256)
www.eeworm.com/read/337753/12342860
plg rem.plg
礦ision3 Build Log
Project:
D:\软件\多媒体\软件\键值测定程序\REM.uv2
Project File Date: 05/31/2008
Output:
Build target 'Target 1'
compiling MAIN.C...
MAI
www.eeworm.com/read/251369/12349375
lst main.lst
C51 COMPILER V6.12 MAIN 07/07/2007 13:55:08 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/337327/12376430
c dtmf2.c
/** Version 2.02 - 76% program mem used 1530/1546 */
#define sleep() __asm__ __volatile__ ("sleep")
#define nop() __asm__ __volatile__ ("nop" ::)
#define UART_BAUD_RATE 9600
www.eeworm.com/read/149138/12399912
html i2ceeprom_8h-source.html
Procyon AVRlib: i2ceeprom.h Source File
www.eeworm.com/read/148990/12410321
bak test.c.bak
#define __SRC
#include "test.h"
#undef __SRC
sbit LED0 = P0^0;
sbit LED1 = P0^1;
sbit LED2 = P0^2;
sbit LED3 = P0^3;
sbit Key0 = P0^4;
sbit Key1 = P0^5;
sbit Key2 = P0^6;
sbit Key3 = P0^7