-
5、译码器实验
基于51单片机的译码器实验,常见问题:
1. 按下按键无效果
确保连线正确
换根杜邦线试试
将单片机拆下来重新安装下,重启开发板(Decoder Experiment Based on 51 Single Chip Microcomputer, Common Problems:
1. Pressing the key has no effect
Make sure the connection is correct
Try changing the dobang line
Remove the microcontroller and reinstall it. Restart the development board.)
- 2020-06-20 17:20:02下载
- 积分:1
-
TitanCS MU服务器源码
MU服务器源码 连接服务器的源码!
- 2022-04-07 14:39:43下载
- 积分:1
-
Visual C# LINQ转换为一对多字典
Visual C# 转换为一对多字典,构造泛型列表,使用LINQ查找用户代码小于3的列表,此时的query变量的类型是IEnumerable类型,使用ToLookup方法将query转换为一对多字典类型:
ILookup userLookup = query.ToLookup(itm => itm.UserCode);
label1.Text = "ILookup的结果是:
";
foreach (var user in userLookup)//遍历查询结果
{
label1.Text += user.Key;//显示主键
label1.Text += " ";
foreach (var user2 in user)//遍历所有值
{
label1.Text += user2.UserName + " , ";//显示键值
}
label1.Text += "
";
}
- 2023-05-18 03:20:03下载
- 积分:1
-
shiyan2
通信网实验报告 用MATLAB实现话务量的计算(Communication network traffic using MATLAB realize the calculation)
- 2013-07-25 19:49:04下载
- 积分:1
-
GenericTCPServer
This code is used to open TCP server socket for Microchip Wifi G demo board
- 2015-10-16 13:40:54下载
- 积分:1
-
csharp2pppt
本报人在网上找的一个网络编程电子教材,非常经典,希望对大家有用.(Newspaper in the online programming to find a network of electronic materials, very classic, in the hope that useful to everyone.)
- 2008-04-17 14:44:07下载
- 积分:1
-
nrf24l01cn
nrf24l01cn nrf24l01
- 2009-08-29 09:47:48下载
- 积分:1
-
wlanposition
基于WLAN的室内定位技术研究,实现wlan环境下的定位方案设计(WLAN-based indoor positioning technology research)
- 2013-05-07 23:35:43下载
- 积分:1
-
sample-histogram-equalization
直方图拉伸是通过对比度拉伸对直方图进行调整,从而“扩大”前景和背景灰度的差别,以达到增强对比度的目的(Histogram stretching histogram is adjusted by contrast stretching, thereby " expand" the difference between the foreground and background of gray, in order to achieve the purpose of enhancing the contrast)
- 2016-10-25 17:28:33下载
- 积分:1
-
chepai
matlab实用程序,主要针对图像处理,二值化等(matlab utilities, mainly for image processing, binarization, etc.)
- 2011-04-22 14:59:03下载
- 积分:1