代码搜索:如何学习 HC?
找到约 10,000 项符合「如何学习 HC?」的源代码
代码结果 10,000
www.eeworm.com/read/363648/9941145
c general.c
unsigned int ChkSum(unsigned char *Ptr,int Len)
{
unsigned int Sum=0x55;
while(Len>0)
{
Sum += *Ptr;
Ptr++;
Len--;
}
return(Sum);
}
//*************
www.eeworm.com/read/363645/9941251
c general.c
unsigned int ChkSum(unsigned char *Ptr,int Len)
{
unsigned int Sum=0x55;
while(Len>0)
{
Sum += *Ptr;
Ptr++;
Len--;
}
return(Sum);
}
//*************
www.eeworm.com/read/167376/9970827
c fet140_spi0_016x.c
//******************************************************************************
// MSP-FET430P140 Demo - USART0 SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART0
www.eeworm.com/read/362640/9988322
c test44x_spi0_016x.c
//******************************************************************************
// MSP430-TEST44x Demo - USART0 SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART0
www.eeworm.com/read/361612/10043823
c fet140_spi0_016x.c
//******************************************************************************
// MSP-FET430P140 Demo - USART0 SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART0
www.eeworm.com/read/350960/10692524
c 8-11.c
#include"stdio.h"
#include"dos.h"
/*低音区7个音符的对应频率*/
#define LC 131
#define LD 147
#define LE 165
#define LF 175
#define LG 196
#define LA 220
#define LB 247
/*中音区7个音符的对应频率*/
#define MC 2
www.eeworm.com/read/420005/10823871
c fet120_spi0_016x.c
//******************************************************************************
// MSP-FET430P120 Demo - USART0, SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART
www.eeworm.com/read/348791/10866849
c fet140_spi0_016x.c
//******************************************************************************
// MSP-FET430P140 Demo - USART0 SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART0
www.eeworm.com/read/416453/11024732
c 8-11.c
#include"stdio.h"
#include"dos.h"
/*低音区7个音符的对应频率*/
#define LC 131
#define LD 147
#define LE 165
#define LF 175
#define LG 196
#define LA 220
#define LB 247
/*中音区7个音符的对应频率*/
#define MC 2
www.eeworm.com/read/469031/6983889
c fet140_spi0_016x.c
//******************************************************************************
// MSP-FET430P140 Demo - USART0 SPI Interface with HC165/164 Shift Registers
//
// Description: Demonstrate USART0