-
STM32modbus通信协议
昆仑通泰作主机,STM32作从机,利用了modbus通信协议,实现了功能码6和功能码3,工程已经调试成功,可直接利用,经试验确定程序稳定
- 2022-06-17 13:14:38下载
- 积分:1
-
circular-button
说明: 实现圆形button的制作,内含绘制源码(To achieve the production of circular button, draw the source contains)
- 2011-03-12 13:12:00下载
- 积分:1
-
第五章:STM8EEPROM的读写
STM8S005K6-EEPROM读写,非常详细,直接用库函数编写(STM8S005K6-EEPROM read and write, very detailed, written directly with library functions)
- 2020-06-22 15:00:02下载
- 积分:1
-
grain boundary particles percent
说明: 根据二维材料组织图数据,计算晶界不同位置处(晶内、晶界或晶角)第二相粒子的数目和比例。(The number and proportion of the second phase particles at different locations of grain boundary (intragranular, grain boundary or grain angle) are calculated according to the data of two-dimensional material histogram.)
- 2020-06-21 03:00:01下载
- 积分:1
-
TMS320F28335 DSP原理、开发及应用,里面PID程序不懂,有木有可以帮忙看一下,谢谢
//====================================================
//PID.h文件
//====================================================
#ifndef PID_H
#define PID_H
#include "C28x_FPU_FastRTS.h"
#define PID_DEBUG 1 //条件编译的判别条件
//-----------------------------------------------------------------------------
//定义PID计算用到的结构体对象类型,在创建多个实例时,只需将变量声明为PID_FUNC类型即可
//-----------------------------------------------------------------------------
typedef struct {
float Give; //输入:系统待调节量的给定值
float Feedback; //输入:系统待调节量的反馈值
//PID调节器部分
float Kp; //输入:对应式(15-53)中的Kp
float Ti; //输入:对应式(15
- 2022-02-28 20:39:06下载
- 积分:1
-
udt
UDT网络传输协议开源包,是基于UDP的可靠传输协议,支持P2P,有现成的文件传输函数,速度比TCP快。(Open source packages of the UDT network transport protocol is UDP-based reliable transport protocol to support P2P, there is a ready-made file transfer function, the speed is faster than TCP.)
- 2012-03-08 16:11:46下载
- 积分:1
-
图片拖放
图片拖放
- 2014-11-04下载
- 积分:1
-
VC++高级特效界面一百例 VC++080719
VC++高级特效界面一百例,对做VC++界面GUI的有很好的参考作用(VC++ 100 cases of high-level interface effects, and to do VC++ The GUI interface has a very good reference)
- 2020-06-26 01:40:02下载
- 积分:1
-
c_key
C语言关键字大全,比较全的C语言关键字介绍(The C languages Keyword Daquan)
- 2012-10-08 16:52:49下载
- 积分:1
-
网口通讯
- 2022-02-11 16:12:45下载
- 积分:1