📚 unsigned技术资料

📦 资源总数:134
💻 源代码:296302
🔌 电路图:1

📚 unsigned全部资料 (134个)

第一章关键字.................................................................................................

📅

#include<reg52.h>  #include<intrins.h> #define LED P0 sbit KEY0=P2^0;  //定义按...

📅

/*  * _168ZHONGDUAN2.c  *  * Created: 2014/11/2 15:12:45  *  Author: lenovo...

📅

/****************************************************************          ...

📅

#include "stm8s103f.h" #include "LEDBL.h" #include "UART1.h" #include "LCD1621.h" //#include "KEY.h"...

📅

C程序中可使用不同类型的变量来进行延时设计。经实验测试,使用unsigned char类型具有比unsigned int更优化的代码,在使用时应该使用unsigned char作为延时变量。&nb...

📅