-
很好的卷积码译码资料,关键字Viterbi 译码算法,BCJR 译码算法...
很好的卷积码译码资料,关键字Viterbi 译码算法,BCJR 译码算法-Good convolutional codes decoding information, keyword Viterbi decoding algorithm, BCJR decoding algorithm
- 2023-08-14 22:30:03下载
- 积分: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
-
You can get the zimo ,to display int the led displayer,and it use the vc++
led取模软件自己用VC写的液晶等字模提取软件,可以输入汉字,也可以打开BMP图。只需要修改少许代码就可以按自己的要求实现功能。-You can get the zimo ,to display int the led displayer,and it use the vc++
- 2023-07-31 01:45:03下载
- 积分:1
-
NET2NetFPGA平台由NetFPGA开发板、双口千兆以太网卡、运行于CentOS操作系统的PC机(或服务器)以及其他软件程序组成。
NetFPGA平台由NetFPGA开发板、双口千兆以太网卡、运行于CentOS操作系统的PC机(或服务器)以及其他软件程序组成。
- 2023-03-27 04:45:06下载
- 积分:1
-
Wii遥控器,你可以使用这个在你的电脑接收Wii蓝牙…
Wii遥控器,你可以用这个在你的电脑上接收Wii蓝牙
- 2022-02-07 18:32:46下载
- 积分:1
-
SortUtil simple的sort程序。
SortUtil simple的sort程序。-SortUtil simple procedure of the sort.
- 2022-01-31 15:20:36下载
- 积分:1
-
电力电子电路matlab仿真程序,丰富实用,即学即会。
电力电子电路matlab仿真程序,丰富实用,即学即会。-Matlab power electronic circuit simulation program, rich in practical, that will learn.
- 2022-02-12 09:18:08下载
- 积分:1
-
MScomm端口控制
MScomm端口控制-MScomm port control
- 2022-12-15 19:05:03下载
- 积分:1
-
《基于nRF905的无线数据多点跳传通信系统》这是本人收集到的关于nrf905通信的好文章,我发出来仅供大家学习,本文章的所有权归原作者所有。
《基于nRF905的无线数据多点跳传通信系统》这是本人收集到的关于nrf905通信的好文章,我发出来仅供大家学习,本文章的所有权归原作者所有。- Based on nRF905 multi-hop wireless data communications system, This is my collected articles on nrf905 good communication, I sent to only you learn, the articles are owned by the original author.
- 2022-02-20 21:58:15下载
- 积分: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