-
CommMonitor-v8.0
串口监听工具,很好用,而且不会占用串口资源。(Serial port listener and does not occupy serial port)
- 2017-11-28 16:02:51下载
- 积分:1
-
arduino双车轮带编码器PI自动控制程序
void cesu_R()
{
bianmajishu_R+=1;
n_R=millis();
if((n_R-m_R)>20)
{
sudu_R=100*bianmajishu_R;
Serial.println(bianmajishu_R);
sudu_PI_R();
bianmajishu_R=0;
m_R=n_R;
}
}
int sudu_PI_L()
{
Bias_L=aimsudu_L-sudu_L; //计算偏差
shurusudu_L+=3*(Bias_L-Last_bias_L)+0.2*Bias_L; //增量式PI控制器
Last_bias_L=Bias_L; &n
- 2023-01-13 04:00:05下载
- 积分:1
-
postfix1
A small program for demonstrating the Postfix notation, you can input the postfix equation in the command window
- 2009-05-29 03:18:39下载
- 积分:1
-
HDR
说明: 處理高動態範圍程式碼 主要將數張圖片合成出一張HDR圖片(Code dealing with high dynamic range)
- 2011-04-14 12:34:47下载
- 积分:1
-
shilibiaoE
用C++实现视力表的程序,很不错的哦(C realization of the vision chart procedures, very good oh! !)
- 2006-07-06 22:37:52下载
- 积分:1
-
AISDecode
AIS解码例程和文档,包括经纬度,基站信息解码,校验判断,例程里主要解析了1,2,3,4,5,18,19,24号协议,另外的可以自行添加,dll采用vc6编写,有个调用的例子采用delphi7编写(AIS decoding routines and documentation, including latitude and longitude, the base station information decoding, parity judgment, the routine in the main analytical No. 1,2,3,4,5,18,19,24 agreement, the other can add their own, dll use vc6 write, there is a call to write examples using delphi7)
- 2021-03-12 18:49:25下载
- 积分:1
-
thequalityofcprogramming
C++/C编程指南丛书---高质量编程
看过后大受启发
(C++/C Programming Guide--- Series of high-quality programming large inspired after reading)
- 2007-11-30 16:36:28下载
- 积分:1
-
protobuf-net-master
谷歌开发的一个数据传输协议,效率是json的5倍,此版本为.NET版本
- 2022-12-09 15:30:06下载
- 积分:1
-
CAN_J1939-master
说明: can do the can communication
- 2019-01-05 11:43:31下载
- 积分:1
-
radius 类
使用C#写的Radius客户端类,可以直接使用,也可以用作学习和研究。使用C#写的Radius客户端类,可以直接使用,也可以用作学习和研究。
- 2022-04-09 22:34:33下载
- 积分:1