-
freemodbus-v1.5.0 官方源码
freemodbus-v1.5.0无改动官方源码,可移植(Freemodbus-v1.5.0 Portable without changing official source code)
- 2020-06-18 00:00:01下载
- 积分:1
-
Amp-zynq-master
说明: ZYNQ7000 开发编程手册,内容详实,例子生动,易于自学。(ZYNQ7000 Development Programming Manual, detailed content, vivid examples, easy to self-study.)
- 2020-06-17 07:40:01下载
- 积分:1
-
Do2
窗口鼠标同步器源码。可以同步多个窗口的鼠标操作(Window mouse synchronization source. You can synchronize multiple windows mouse)
- 2014-01-04 21:43:10下载
- 积分:1
-
Formula
说明: 汽车OBD诊断系统,国际标准下的动力系统数据定义以及数据解析。(OBD diagnostic system of automobile, data definition and data analysis of power system under international standards.)
- 2019-01-16 14:55:59下载
- 积分:1
-
实验20:NE555脉冲发生器
说明: 使用51单片机控制NE555脉冲发生器,实现所需功能。(The NE555 pulse generator is controlled by 51 single chip computer to achieve the required functions.)
- 2020-06-19 10:20:01下载
- 积分:1
-
VC_OpenDIB256
说明: 一个打开并显示位图或者像素矩阵的程序
注意:本程序没有使用DOC/VIEW架构,
所以理解起来更容易,适合初学者。
本程序支持bmp、raw格式图像的读取(an open and display bitmap pixel matrix, or the procedures to : this procedure does not use DOC/VIEW structure, make it easier to understand and suitable for beginners. This program supports bmp, raw format images read)
- 2006-05-15 22:09:45下载
- 积分:1
-
Samsung-Sample-Problem-Description
Samsung PPO Questions
- 2017-01-31 12:39:23下载
- 积分:1
-
练习用途,单词索引
练习用途,单词索引
- 2015-01-23下载
- 积分: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
-
RADARSimulation
雷达仿真的源程序,功能齐全,添加了界面,易于使用。(Radar Simulation of the source, fully functional, add the interface easy to use.)
- 2010-11-11 23:53:38下载
- 积分:1