代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/331457/12826549
doc rs编码和纠错算法.doc
www.eeworm.com/read/259106/11820726
pdf rs编码和纠错算法.pdf
www.eeworm.com/read/6417/90199
mht 13.2 rs编码和纠错算法.mht
www.eeworm.com/read/259106/11820738
pdf 用fpga实现rs编码器.pdf
www.eeworm.com/read/259106/11820742
pdf rs编码器的fpga实现.pdf
www.eeworm.com/read/259106/11820745
pdf 高速rs编码算法及fpga实现.pdf
www.eeworm.com/read/287200/8709713
txt 编码.txt
1110001000000000 , //1
1110001000010000 , //2
1110001000001000 , //3
1110001000011000 , //4
1110001000000100 , //5
1110001000010100 , //6
1110001000001100 , //7
1110001000011100 , //8
11100010
www.eeworm.com/read/275352/10822856
cpp 编码.cpp
#include
#include
#include
typedef struct{
int weight;
int parent,lchild,rchild;
}HTNode,*huffmantree;
typedef struct{
int r
www.eeworm.com/read/417923/10971173
txt 编码.txt
/* Note:Your choice is C IDE */
#include "stdio.h"
void main()
{
int i;
int a[60]={0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,
1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,
www.eeworm.com/read/271837/10978633