-
lcd液晶显示器的单片机地层驱动程序以及字符点阵生成器,刚刚做完的项目,希望对大家有用...
lcd液晶显示器的单片机地层驱动程序以及字符点阵生成器,刚刚做完的项目,希望对大家有用-LCD LCD driver SCM formation and character dot-matrix generator, the project has just been completed, we hope to useful
- 2022-10-17 09:50:02下载
- 积分:1
-
运行程序,可以将系统自动重启,适用于2000,xp,win98系统
运行程序,可以将系统自动重启,适用于2000,xp,win98系统-Run the program, you can automatically restart the system for 2000, xp, win98 system
- 2023-01-27 06:00:03下载
- 积分:1
-
单片机主从模块蓝牙通信代码
两块单片机模块,在这两块单片机上焊接上蓝牙主从模块,以及数码管和蜂鸣器,并且有温度传感器,在温度发生变化后,单片机1向单片机2发送电平信号,实现通信,并且发出相应的警报。
- 2022-04-23 22:29:40下载
- 积分:1
-
Nexperia系统声音实现的源码,解压密码没有
Nexperia系统声音实现的源码,解压密码没有-Nexperia system to achieve the sound source, not extracting passwords
- 2022-01-21 19:36:01下载
- 积分:1
-
i2c软件包,
很有用,
也非常简单
i2c软件包,
很有用,
也非常简单-i2c package, very useful, very simple
- 2022-02-27 08:10:56下载
- 积分:1
-
SD卡FAT文件系统,很方面移植,注释详细
SD卡FAT文件系统,很方面移植,注释详细-SD Card FAT file system, it is aspects of transplantation, detailed notes
- 2023-04-06 19:35:03下载
- 积分:1
-
ARM9 | Linux
这是一个ARM9|+LINUX的驱动程序,实现IIC存储器件的读写,这个驱动是一个摸版,您可以自己加入相关功能的代码,-ARM9 | LINUX-driven procedures, IIC memories of reading and writing, This is a touch-driven version, you can join their related functional code,
- 2023-08-30 13:55:03下载
- 积分:1
-
SOCKET 编程
包含2份代码:1、阻塞式的2、采用select可以处理多用户
- 2023-05-29 05:35:03下载
- 积分:1
-
24c02的c语言源代码,经测试可以运行,在atmel80C51运行无误
24c02的c语言源代码,经测试可以运行,在atmel80C51运行无误-24C02 of c language source code, have been tested and can run in the correct operation of atmel80C51
- 2022-06-14 11:44:20下载
- 积分:1
-
DE2 练习源码2-4
Part IV
In part II we discussed the conversion of binary numbers into decimal digits. It is sometimes useful to build
circuits that use this method of representing decimal numbers, in which each decimal digit is represented using
four bits. This scheme is known as the binary coded decimal (BCD) representation. As an example, the decimal
value 59 is encoded in BCD form as 0101 1001.
You are to design a circuit that adds two BCD digits. The inputs to the circuit are BCD numbers A and B,
plus a carry-in, cin. The output should be a two-digit BCD sum S1S0. Note that the largest sum that needs to be
handled by this circuit is S
- 2022-03-18 00:20:50下载
- 积分:1