-
关于低三角矩阵的 LDPC 编码器
文件中包括的随机数发生器,将 Alist 矩阵转换成一般矩阵,做的 enc 部分。此 enc 方法只侧重于下三角矩阵,它可以变得更容易得到 enc 消息。希望此文件可以帮助您很多有关如何进行编码与低三角奇偶校验矩阵的 LDPC 码。我也写一个 matlab 文件来检测代码 c 是正确还是不。
- 2022-12-06 08:55:03下载
- 积分:1
-
用c++实现p2p代码,可以学习如何用c++实现p2p的通讯 很实用
用c++实现p2p代码,可以学习如何用c++实现p2p的通讯 很实用
-P2p using c++ implementation code, you can learn how to use c++ very practical realization of p2p communication
- 2022-02-02 17:53:25下载
- 积分:1
-
银行呼号系统设计
资源描述#include
#define uchar unsigned char //宏定义
#define uint unsigned int //宏定义
sbit rs=P2^0;
sbit e=P2^1;
sbit key1=P2^2; //四个服务人员的按键
sbit key2=P2^3;
sbit key3=P2^4;
sbit key4=P2^5;
sbit shengyinled=P2^6; //模拟声音
sbit fuwuled=P2^7;
uchar hao[50]="0"; //存储当前需要服务的号码
uchar j=0; // 号码的个数
uchar *quhao=hao;
uchar key=0; //按键值
uchar code table[]="0123456789";
uchar code table1[]="Welcome!";
uchar code table2[]="No.0000->0hao";//用于液晶初始化显示
void delay(uchar z) //延时函数
{
uchar i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
void wr
- 2022-02-22 09:46:21下载
- 积分:1
-
卷积编码和译码程序
卷积编码和译码程序,适合初学者入门,也可以用于通信系统中复杂的的卷积编码。
- 2022-04-12 20:25:43下载
- 积分:1
-
straightforward Parallel avr isp downloaded line diagram
简单明了的并口 avr isp下载线原理图-straightforward Parallel avr isp downloaded line diagram
- 2022-06-19 05:48:00下载
- 积分:1
-
上面都是C版本,最后给一个linux下as86编译的汇编版本.
就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上...
上面都是C版本,最后给一个linux下as86编译的汇编版本.
就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来-above are C version linux finally given a clock under the compilation compiler versions. Serial communication is to use two machines will be used Serial Link together communications, the most simple. For example, in a plane into a character, b plane will display
- 2022-05-18 22:22:05下载
- 积分:1
-
业务被触发 时,从BCP进入整体业务逻辑(GSL)处理的始发点。
返回点(POR):在整体业务逻辑(GSL)处理结束后,返 回到BCP继续呼叫处理的终结...
业务被触发 时,从BCP进入整体业务逻辑(GSL)处理的始发点。
返回点(POR):在整体业务逻辑(GSL)处理结束后,返 回到BCP继续呼叫处理的终结点。
-Business was triggered when, from the BCP into the overall business logic (GSL) deal with the starting point. Return point (POR): in the overall business logic (GSL) after the end of treatment and return to the BCP continues to call the end point of treatment.
- 2023-08-18 18:30:03下载
- 积分:1
-
基于CDMA的无线收发系统的MATLAB和FPGA实现
CDMA based Wireless Transceiver system MATLAB and FPGA implementation.pdf
- 2022-01-26 05:52:07下载
- 积分:1
-
提取本机IP地址
对于一个计算机来说,一般只有一个计算机名称,但可以有许多个IP地址,一个是自己设定的局域网的IP地址,一个是拨号上网动态分配的ip地址,本例就是一个理由getcomputername 获取本机IP地址的方法
- 2023-03-11 09:10:03下载
- 积分:1
-
A simple address book, make their own, and lot of attention, it should be throug...
一个简单的通讯录,自己做的,多多关照,应该能通过审核-A simple address book, make their own, and lot of attention, it should be through the Audit
- 2022-07-18 14:01:33下载
- 积分:1