代码搜索:PD协议

找到约 10,000 项符合「PD协议」的源代码

代码结果 10,000
www.eeworm.com/read/384354/8876473

dep dac_wave_debugram.dep

Dependencies for Project 'DAC_WAVE', Target 'DebugRAM': (DO NOT MODIFY !) F (.\LPC2300.s)(0x46A55582)(--device DARMP -g --apcs=interwork -I "C:\Keil\ARM\INC\Philips" --pd "RAM_MODE SETA 1" --list ".\
www.eeworm.com/read/356664/10223236

dep dac_wave_debugram.dep

Dependencies for Project 'DAC_WAVE', Target 'DebugRAM': (DO NOT MODIFY !) F (.\LPC2300.s)(0x46A55582)(--device DARMP -g --apcs=interwork -I "C:\Keil\ARM\INC\Philips" --pd "RAM_MODE SETA 1" --list ".\
www.eeworm.com/read/467897/7003393

dep audio_mcb2140 board.dep

Dependencies for Project 'Audio', Target 'MCB2140 Board': (DO NOT MODIFY !) F (.\Startup.s)(0x4640EEBA)(--device DARMP -g --apcs=interwork --pd "__MICROLIB SETA 1" -I "C:\Keil V311\ARM\INC\Philips" -
www.eeworm.com/read/466463/7035416

dep blinky_lpc2378 flash.dep

Dependencies for Project 'Blinky', Target 'LPC2378 Flash': (DO NOT MODIFY !) F (.\LPC2300.s)(0x47FBA184)(--device DARMP -g --apcs=interwork --pd "__MICROLIB SETA 1" -I "C:\Program Files\Keil\ARM\ARM\
www.eeworm.com/read/129631/7150244

cpp mmwordseg.cpp

#include "stdafx.h" #include "MyDictionary.h" #include "MMWordSeg.h" #include "MyFileApp.h" # define MaxWordLength 8 // 最大词长为8个字节(即4个汉字) # define Separator "/ " // 词界标记 CMyDictionary pD
www.eeworm.com/read/462982/7191073

c m.c

#define KEYPORT PORTC #define KEYPIN PINC //PB port as led data port #define LED_DATA_DDR DDRB #define LED_DATA_PORT PORTB #define LED_DATA_PIN PINB //PD port as led select port #define LED_A
www.eeworm.com/read/457236/7330425

_c usart2._c

#include #include #define key (PIND&0x04) //定义按键PD2 /*****************函数原型声明************************/ void USART_Init(unsigned int baud); void USART_Transmit(unsigne
www.eeworm.com/read/457236/7330434

c usart2.c

#include #include #define key (PIND&0x04) //定义按键PD2 /*****************函数原型声明************************/ void USART_Init(unsigned int baud); void USART_Transmit(un
www.eeworm.com/read/457236/7330436

c usart1.c

#include #define key (PIND&0x04) //定义按键PD2 /*****************函数原型声明************************/ void USART_Init(unsigned int baud); void USART_Transmit(unsigned char dat); void de
www.eeworm.com/read/457236/7330440

_c usart1._c

#include #define key (PIND&0x04) //定义按键PD2 /*****************函数原型声明************************/ void USART_Init(unsigned int baud); void USART_Transmit(unsigned char dat); void de