-
SystemTree
通过对话框构建了一个简单的xp资源管理器,演示了CTreeCtrl和CListCtrl的使用方法,很仔细的。可以帮助我们掌握这个类的使用方法(Through the dialog box to build a simple resource manager xp, CTreeCtrl and CListCtrl demonstrated the use of methods, very careful. Can help us grasp this type of use)
- 2009-04-26 23:27:18下载
- 积分:1
-
基于avr的bootloader升级程序
基于avr的bootloader升级程序;
根据自己的单片机型号对下位机代码做适当修改(代码正文最上部,写有修改指南),
编译后烧录到单片机的boot区,然后就可以通过上位机程序对下位机进行串口程序升级。
- 2022-02-02 20:28:53下载
- 积分:1
-
uCOS-II-GUI
买的430开发板的程序 uCOS-II与触控GUI(Buy 430 development board procedures uCOS-II and touch GUI)
- 2014-05-04 10:37:29下载
- 积分:1
-
081800306_陈志君_第三次作业
关于一个简单的黑杰克游戏,提供玩家与计算机的对抗功能(About a simple black Jack game that provides player and computer resistance)
- 2020-06-21 12:20:02下载
- 积分:1
-
3dCloud
c#语言实现三维点云文件的读取以及opengl显示(c# language to achieve a three-dimensional point cloud file read and opengl display)
- 2021-02-25 15:49:38下载
- 积分:1
-
车牌识别,神经网络算法LPRBPDemo2009KV
车牌识别,神经网络算法,识别率高达95%,识别时间低于80ms。(License plate recognition, neural network algorithm, the recognition rate as high as 95 percent, to identify less than 80ms.)
- 2020-06-26 01:40:02下载
- 积分:1
-
串口通信
串口通信,串行接口是一种可以将接受来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件。步通信的缺点是要求在通信中始终保持精确的同步时钟,即发送时钟和接收时钟要严格的同步(常用的做法是两个...
- 2022-02-05 11:41:51下载
- 积分: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
-
实验2:LED闪烁
说明: 单片机编程,实现LED灯的闪烁(单片机运行程序),用于新手熟悉单片机。(SCM programming, the realization of LED lights flashing (SCM operating procedures), for novice familiar with SCM)
- 2019-03-27 14:11:44下载
- 积分:1
-
netsocket
brew网络编程实例(A network program sample of brew)
- 2004-11-30 17:41:22下载
- 积分:1