-
基于DS18B20的课程设计苏温度测量与控制系统…
基于DS18B20温度测控系统课程设计总结报告,内附有程序和原理图。-Temperature measurement and control system based on DS18B20 curriculum design summary report included with the procedures and schematic diagrams.
- 2023-05-18 18:45:02下载
- 积分:1
-
ATMEGA128....液晶显示程序
ATMEGA128....液晶显示程序-ATMEGA128 .... LCD procedures.
- 2022-07-15 01:39:58下载
- 积分:1
-
Small RTOS的Serial程序,再做点修改,就可以做modbus的程序了!
Small RTOS的Serial程序,再做点修改,就可以做modbus的程序了!-Small RTOS Serial procedures, some major changes. modbus connection can do the procedure!
- 2022-08-18 04:53:24下载
- 积分:1
-
用CPLD实现NAND FLASH接口的VHDL源码
用CPLD实现NAND FLASH接口的VHDL源码-Using CPLD realize NAND FLASH interface VHDL source code
- 2022-02-25 11:53:08下载
- 积分:1
-
Tinyos hello program source code in nesC
Tinyos hello program source code in nesC-Tinyos hello program source code in nesC
- 2023-07-20 11:00:07下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
Booth乘法器
附件是在verilog中实现booth乘法器的代码。此乘法器可以在其他各种程序中用作乘法器,而不是普通的乘法器,以实现更快的运算。
- 2022-03-23 07:59:27下载
- 积分:1
-
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
- 2022-10-01 14:10:03下载
- 积分:1
-
讲解嵌入式设备上的Linux系统开发,具有一定的参考价值.
讲解嵌入式设备上的Linux系统开发,具有一定的参考价值.-on embedded devices on the Linux system development, with some reference value.
- 2022-06-18 11:54:20下载
- 积分:1
-
MSP430g2553+ ENC28J60网络服务器
MSP430g2553+ ENC28J60驱动器和网络服务器。
- 2022-06-17 02:54:14下载
- 积分:1