-
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控...
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。 -This article describes the serial communication under Windows platform for the realization of a mechanism to discuss the different conditions used in accordance with Visual C++ The design of serial communication program in three ways, combined with the actual temperature data to realize the receiver monitor.
- 2022-01-25 18:51:05下载
- 积分:1
-
时尚DNA 2005 鸡年运势日日报(WAP)
时尚DNA 2005 鸡年运势日日报(WAP)-fashion chicken DNA 2005, the evolving situation day Journal (WAP)
- 2022-12-23 06:45:03下载
- 积分:1
-
经典的HOWTO文章需要的朋友可以看看,多了解一下也不错。这里因该可以找到你需要的。英文...
经典的HOWTO文章需要的朋友可以看看,多了解一下也不错。这里因该可以找到你需要的。英文-classic HOWTO articles need to be friends to see and understand more about what is not bad. Here because you can find the necessary. English
- 2023-07-31 14:45:03下载
- 积分:1
-
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。...
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。-h.264 algorithm optimization of multi-chapter master, doctoral thesis, can refer to the h.264 algorithm is optimized in order to dsp and other platforms to run on the transplant.
- 2023-03-01 11:50:04下载
- 积分:1
-
用C语言实现的在AWGN信道下的BPSK信号调制
用C语言实现的在AWGN信道下的BPSK信号调制-C language in AWGN channel BPSK modulation signal
- 2022-05-14 20:12:29下载
- 积分:1
-
通过打印口(rs232)测试pic编程器的小程序。
通过打印口(rs232)测试pic编程器的小程序。-This is a small program to test pic progamme implements by LPT(rs232).
- 2022-08-20 02:15:13下载
- 积分:1
-
An efficient algorithm for polygon triangulation.
An efficient algorithm for polygon triangulation.
- 2022-02-05 00:38:42下载
- 积分:1
-
CDMA网络规划基础 PN码规划和邻区的规划 解释了PN码(伪随机序列)以及CDMA网络中的邻区的概念以及基本的规划方法...
CDMA网络规划基础 PN码规划和邻区的规划 解释了PN码(伪随机序列)以及CDMA网络中的邻区的概念以及基本的规划方法-CDMA network planning based on PN Code Planning and adjacent areas of planning explained the PN code (pseudo-random sequence), as well as CDMA networks the concept of adjacent areas, as well as basic planning methods
- 2022-03-30 06:57:54下载
- 积分: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
-
PocketPC下的计算器
PocketPC下的计算器-PocketPC under the Calculator
- 2022-03-23 01:28:04下载
- 积分:1