-
单片机C语言开发源代码,课件也有在里面!
单片机C语言开发源代码,课件也有在里面!-it is very good!
- 2022-03-25 05:24:57下载
- 积分:1
-
中国ST16C554纸条,上
st16c554的中文说明,网上下的,很不错-Chinese st16c554 note, on-line under the very good
- 2022-03-18 01:36:21下载
- 积分:1
-
C51 man
C51人机接口技术,有4×4键盘程序显示及其仿真-C51 man-machine interface technology, there are 4 × 4 keyboard display and simulation
- 2022-06-13 06:47:38下载
- 积分:1
-
绍了一种工业设备中常见的键盘方案实键现思路给 出程一序框图和用语语 C51 言源现思键关序框...
绍了一种工业设备中常见的键盘方案实键现思路给 出程一序框图和用语语 C51 言源现思键关序框 -Nesho industrial equipment of a common keyboard keys are thinking it is a sequence diagram-term language and the source of C51 statement is thinking key sequence frame clearance
- 2023-05-25 20:05:03下载
- 积分:1
-
用MSP430单片机编写的程序,可显示4行汉字
用MSP430单片机编写的程序,可显示4行汉字-with MSP430 prepared by the procedure will show that four Chinese firms
- 2022-03-24 07:19:24下载
- 积分:1
-
利用c51单片机的定时计数模块进行实现的设置时间到点蜂鸣功能的程序...
利用c51单片机的定时计数模块进行实现的设置时间到点蜂鸣功能的程序-use c51 SCM regularly counting module to achieve the set time to witness the faint buzzing functional procedures
- 2022-08-05 11:21:37下载
- 积分:1
-
modbus 通讯程序 物理层rs
modbus 通讯程序 物理层rs-485-Modbus communication procedures rs-485 physical layer
- 2022-05-22 02:16:36下载
- 积分:1
-
这个是我今天用Keil_C51写的关于MAX5417的底层函数,微控制器可以用其他的(我是用51的,其他的话,只要修改一下头文件就可以了),上层软件只要调用Wr
这个是我今天用Keil_C51写的关于MAX5417的底层函数,微控制器可以用其他的(我是用51的,其他的话,只要修改一下头文件就可以了),上层软件只要调用Write_MAX5417()这个函数就可以了,代码简洁,层次分明,注释也不少,非常适合新手学习或者是直接拿来为自己的上层软件服务。-This is what I write today with Keil_C51 on the bottom of MAX5417 function, microcontroller can use the other (I am using the 51 other words, as long as the modified header file you can), and the upper software as long as the call Write_MAX5417 () this function it, the code is simple and structured notes are also many, very suitable for novices to learn, or is directly used for their top software services.
- 2022-08-23 17:09:18下载
- 积分:1
-
用C8051F040实现CAN通讯。C8051F040片内集成了BOSH_CAN2.0。
用C8051F040实现CAN通讯。C8051F040片内集成了BOSH_CAN2.0。-CAN communication with the C8051F040 to achieve. C8051F040 chip integrated BOSH_CAN2.0.
- 2022-05-24 09:06:35下载
- 积分:1
-
单片机编程的bcd码和hex码的互换,BCD2HEX
例子:
c=BCD2HEX(0x255) //255 转成HEX为0xff
c=HE...
单片机编程的bcd码和hex码的互换,BCD2HEX
例子:
c=BCD2HEX(0x255) //255 转成HEX为0xff
c=HEX2BCD(0xff) //0xff 转成BCD码为 2-microcontroller programming bcd yards and hex code swap BCD2HEX example : c = BCD2HEX (0x255)// 255 to HEX conversion c = 0xff HEX2BCD (0xff)// 0xff conversion of 255 BCD
- 2023-02-28 18:45:03下载
- 积分:1