-
Implements layered decoding using the sum
Implements layered decoding using the sum-product-algorithm. Codes are input as a .txt file in A-list format.
- 2023-05-29 10:00:03下载
- 积分:1
-
SIP 协议概要
实现介绍
互操作测试和应用
SIP 协议概要
实现介绍
互操作测试和应用-SIP outline agreement on achieving interoperability testing and application
- 2022-01-25 22:29:08下载
- 积分:1
-
这是一篇论文,内容是基于PCI 和USB总线的开放式运动控制器开发,包括硬件和软件方面的设计。以及PCI与USB驱动程序的写法介绍...
这是一篇论文,内容是基于PCI 和USB总线的开放式运动控制器开发,包括硬件和软件方面的设计。以及PCI与USB驱动程序的写法介绍-This is a thesis that is based on the PCI and USB Open Motion Controller development including hardware and software design. And PCI and USB driver on the way
- 2022-04-08 20:50:29下载
- 积分:1
-
parallel computer simulation SPI communications C source. Parallel computer simu...
用计算机并口模拟SPI通讯的C源程序。
用计算机并口模拟SPI通讯的C源程序。-parallel computer simulation SPI communications C source. Parallel computer simulation of SPI communications C source.
- 2023-05-22 18:20:03下载
- 积分: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
-
通过USB读取和写入数据
展示了如何使用QSerialPort通过USB端口发送和接收数据,该程序用Qt C ++做的。实现异步数据接收和错误处理事件。
- 2022-07-24 02:56:43下载
- 积分:1
-
GDI 图形处理
GDI 图形处理-GDI images process
- 2023-03-30 21:20:03下载
- 积分:1
-
实现动态源路由协议使用NS2
动态源路由协议(DSR)是一种简单而高效的路由协议专门设计用于在多跳无线ad hoc移动节点的网络。 DSR允许网络是完全自组织和自配置,而无需对任何现有的网络基础设施或施用。DSR已经被无数的团体执行,并将其部署在多个测试平台。使用DSR协议的网络已连接到Internet。 DSR可以与移动IP互操作,并使用移动IP和DSR节点的无线局域网,蜂窝数据服务和DSR移动ad hoc网络之间的无缝已迁移。该协议是由“路由发现”和“路由维护”两大机制,共同努力,允许节点发现和维护路由,在ad hoc网络的任意目的地。该协议的各个方面按需完全运作,允许DSR路由包开销自动缩放到只需要作出反应的变化,目前正在使用的路由。该协议允许多个路由至任何目的地,并允许每个发送来选择和控制路由选择的分组,例如用于负载平衡或用于增加鲁棒性所使用的路由。在DSR协议的其他优点包括易于保证无环路的路由,用于支持包括单向链路,使用路由只有“软状态”,并非常迅速恢复网络时,在网络更改路线。该DSR协议设计主要是为高达约200节点的移动ad hoc网络,旨在与甚至是非常高的流动性速率工作。
- 2022-01-24 08:57:02下载
- 积分:1
-
详细介绍定制WinCE操作系统的一般流程PPT
详细介绍定制WinCE操作系统的一般流程PPT-Details of the general processes custom WinCE operating system, PPT
- 2022-11-03 13:10:03下载
- 积分:1
-
简单Tcp局域网连接
利用Winsock进行tcp连接的cs架构,包括服务器和客户的连接。
vc 6.0开发,通过建立基本的tcp链接进行数据通信,可以扩展应用做基本的通信。
- 2022-03-03 22:33:59下载
- 积分:1