代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/233671/14143285

c usart1.c

// AVR306: Using the AVR UART in C // Routines for polled USART // Last modified: 02-06-21 // Modified by: AR /* Includes */ #include /* Prototypes */ void USART0_Init( unsigned
www.eeworm.com/read/233636/14144166

c bao1.c

#include //传动控制 unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/233636/14144171

c 8按键识别方法之一.c

#include //8按键识别方法之一 unsigned char count; void delay10ms(void) { unsigned char i,j; for(i=20;i>0;i--) for(j=248;j>0;j--); } void main(void) { while(1)
www.eeworm.com/read/233636/14144523

c 144×4矩阵式键盘识别技术.c

#include //14. 4×4矩阵式键盘识别技术 unsigned char code table[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/233636/14144542

12可预置可逆4位计数器

#include //12. 可预置可逆4位计数器 unsigned char curcount; void delay10ms(void) { unsigned char i,j; for(i=20;i>0;i--) for(j=248;j>0;j--); } void mai
www.eeworm.com/read/233636/14144565

i bao1.i

#line 1 "bao1.c" /0 #error *** WARNING C318 IN LINE 1 OF bao1.c: can't open file 'AT89X51.H' unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0
www.eeworm.com/read/233636/14144623

c 12可预置可逆4位计数器.c

#include //12. 可预置可逆4位计数器 unsigned char curcount; void delay10ms(void) { unsigned char i,j; for(i=20;i>0;i--) for(j=248;j>0;j--); } void main(
www.eeworm.com/read/233636/14144650

c 1000-99计数器.c

#include //1000-99计数器 unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66, 0x6d,0x7d,0x07,0x7f,0x6f}; unsigned char Count; void delay10ms(void) {
www.eeworm.com/read/131340/14149180

h typedef.h

// **************************************************************************** // // File Name: TYPEDEF.H // // Description: Global defines used in many projects. // This file contains
www.eeworm.com/read/233494/14149238

c fet410_sd16_06.c

//***************************************************************************** // MSP-FET430P410 Demo - SD16, Using the Integrated Temperature Sensor // // Description: This example shows how to