-
Zigbee protocol introduced zigebee beginners familiar with the network structure...
Zigbee协议介绍 入门者熟悉zigebee的网络结构和具体术语-Zigbee protocol introduced zigebee beginners familiar with the network structure and the specific terms
- 2022-07-19 01:35:01下载
- 积分:1
-
John Wiley 的书 Rf Technologies For Low Power Wireless Communications,低功耗通信的射频技术,非...
John Wiley 的书 Rf Technologies For Low Power Wireless Communications,低功耗通信的射频技术,非常有意义的一本书-John Wiley book Rf Technologies For Low Power Wireless Communications, low-power radio frequency communication technology, a very interesting book
- 2022-12-30 17:10:04下载
- 积分:1
-
给出了纠错编码中BCh码BMA迭代译码方法的整个流程及仿真程序...
给出了纠错编码中BCh码BMA迭代译码方法的整个流程及仿真程序-Error-correcting code is given in the BMA Code BCh iterative decoding methods and the whole process simulation program
- 2022-03-18 01:37:36下载
- 积分:1
-
自己写的网络通讯系统
自己写的网络通讯系统-himself wrote the network communications system
- 2022-07-24 02:24:03下载
- 积分:1
-
MICROSTRIP Calc using matlab
MICROSTRIP Calc using matlab
- 2023-09-05 01:35:04下载
- 积分:1
-
Bluetooth audit solution
Bluetooth audit solution
- 2023-02-24 07:20:03下载
- 积分:1
-
java串口通信
主要是Java串口通信的例子,完成了java串口的监测,和多个串口之间的通信
- 2022-01-26 08:32:54下载
- 积分:1
-
adhoc网络dsr协议的matlab仿真
Matlab实现Ad Hoc网络的DSR路由协议,30个节点,仿真区域大小100x100,通信范围15,位置随机生成(均匀分布),程序以图的形式输出随机生成的拓扑,输出最终路径选择(在图上以线段连接路径),没有实现RRER功能
- 2022-01-21 04:57:59下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1
-
VC6请使用 LsCommDemo(for vc6).zip
VC7请使用 LsCommDemo(for vc7).zip
作者:Liu_sir...
VC6请使用 LsCommDemo(for vc6).zip
VC7请使用 LsCommDemo(for vc7).zip
作者:Liu_sir
VC知识库
http://www.VCKBASE.com
多线程,多接收模式串口类LsComm相关文档
多线程,多接收模式串口类LsComm 作者:Liu_sir
所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用
多线程,多接收模式串口类 LsComm 之二 作者:liu_sir
实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-err
- 2022-08-21 20:24:37下载
- 积分:1