-
SmartSensTestBench
SC130
SC031
setting
- 2020-12-31 00:18:59下载
- 积分:1
-
gps_handle
解析GPS 串口数据 是一个通用的解析程序。。。。。。。。。(The DS28E01-100 combines 1024 bits of EEPROM with challenge-and-response authentication security implemented with the ISO/IEC 10118-3 Secure Hash Algorithm (SHA-1).)
- 2017-12-11 14:22:32下载
- 积分:1
-
串口通信 上位机模板 QT485 串口助手
SerialPortSetting::SerialPortSetting(QWidget *parent)
: QDialog(parent)
{
setupUi(this);
setFixedSize(220, 319);
checkAPButton->setIcon(QIcon(":/images/finger_up.png"));
emit checkAvailablePorts();
}
//检测可用串口并在可用串口号后面加上可用标志
void SerialPortSetting::checkAvailablePorts()
{
foreach ( const QSerialPortInfo &Info, QSerialPortInfo::availablePorts()) {
//QSerialPort availablePort;
//availablePort.setPortName(Info.portName());
//if (availablePort.open(QIODevice::ReadWrite)) {
int index = comCB->findText(Info.portName());
&nb
- 2022-10-15 10:45:03下载
- 积分:1
-
orleans
Orleans Actor模型编程框架 源码(Orleans Actor source code)
- 2020-06-21 08:20:02下载
- 积分:1
-
ShamirSharring
Shamir门限算法的C++实现,依赖于NTL开源代码库(Shamir threshold algorithm C++ implementation, relies on NTL open source code base)
- 2020-07-01 21:00:02下载
- 积分:1
-
ado
VC连接Oracle的一个实例,带简单的查询功能,供初学者使用。(VC connecting an instance of Oracle, with a simple query functions, for beginners to use.)
- 2009-11-17 14:27:16下载
- 积分:1
-
skyblue_BoxMan
推箱子 源代码 大家可以参考学习一下……我爱vc(Sokoban everyone can refer to the source code to learn about ... ... I love vc)
- 2009-02-07 21:53:45下载
- 积分:1
-
arm_basic
ARM入门教程,适合新手学习如何使用ARM,了解ARM,从单片机转到ARM开发(ARM Tutorial for beginners to learn how to use ARM, understand the ARM, ARM to develop from a single chip)
- 2011-04-30 06:37:49下载
- 积分:1
-
AstarPathFind
使用AStar算法实现的寻找最短路径的演示程序,使用C++编写的MFC程序,有非常好看的界面。(Use AStar the shortest path algorithm to look for the demonstration program, using C++ program written in MFC, there is a very nice interface.)
- 2009-12-10 23:07:44下载
- 积分:1
-
kabg
α-β-γ滤波函数,可实现对等间隔的观测数据进行滤波估计。(α-β-γ filter function design by C language. Complete the filter evaluation function for equidistant discrete data.)
- 2013-08-19 16:40:24下载
- 积分:1