-
Modbus协议源码
1 关于Modbus底层协议的源码,包括各种校验方法,数据长度校验等等。
2 对深入了解该协议有不错的帮助。希望可以帮助更多的人。
- 2022-02-05 11:40:47下载
- 积分:1
-
wince_mine
WinCE5.0下的扫雷游戏,实现左键长按标记的功能,利用vs2005开发,可以成功运行,内有开发文档,以及WINCE学习文档(WinCE5.0 mine under the game, press left to achieve the function of marking, using vs2005 development, can be run successfully, there are development documents, and document learning WINCE)
- 2011-05-04 09:56:49下载
- 积分:1
-
vcPP6.0
仿真火车站的站场图,可以办理进路,显示信号机,单操,单锁道岔等功能(Simulation Station station map, you can handle into the road.)
- 2013-11-23 17:46:30下载
- 积分:1
-
Aurix2G_Workspace_V1_0_1_13_0
【实例简介】AURIX™ 2nd Generation 示例代码
- 2021-07-29 00:31:25下载
- 积分:1
-
C# 递增运算/递减运算
C# 简单模拟递增运算、递减运算:
private void repeatButton1_Click(object sender, RoutedEventArgs e)
{//递增运算
Int32 MyNum = Convert.ToInt32(this.textBox1.Text);
this.label1.Content = "正在进行递增运算:";
this.textBox1.Text = ((MyNum + 1).ToString());
}
private void repeatButton2_Click(object sender, RoutedEventArgs e)
{//递减运算
Int32 MyNum = Convert.ToInt32(this.textBox1.Text);
this.label1.Content = "正在进行递减运算:";
this.textBox1.Text = ((MyNum - 1).ToString());
}
- 2022-02-26 15:45:23下载
- 积分:1
-
WavDest
directshow 的 示范例子。完成WAV 流的转换。(directshow demonstration examples. WAV flow completed the conversion.)
- 2007-06-03 03:28:21下载
- 积分:1
-
MS5803
说明: 根据数据手册写的MS5803压力传感器的程序,因为我是看原子的资料学的STM32,所以有他的system文件夹(According to the MS5803 pressure sensor program written in the data handbook, because I'm a STM32 for atomic data, so I have his system folder.)
- 2021-03-06 11:39:30下载
- 积分:1
-
esp8266 wifi module udp data sending using stm32 custom made board to a target ip
此代码使用esp8266和定制的stm32板发送包含日期和时间的udp数据包。
- 2023-06-06 17:20:02下载
- 积分:1
-
iic_MAX30102_for_stm32
STM32单片机用使用的心电传感器的参考代码,可以检测人体表面的心电的变化规律(STM32 microcontroller using ecg sensor reference code, can detect the changing rule of the human body surface ecg
)
- 2017-05-11 21:14:39下载
- 积分:1
-
C
说明: 有关于矩阵的的一些运算和算法,有希尔排序的c实现,有数字取反的算法。(Some on the matrix computation and algorithms, a sort of c Hill implemented a number of negated algorithm.)
- 2010-11-17 15:02:58下载
- 积分:1