代码搜索:Fano
找到约 66 项符合「Fano」的源代码
代码结果 66
www.eeworm.com/read/228003/14403663
h fano.h
int fano(unsigned long *metric, unsigned long *cycles,
unsigned char *data,unsigned char *symbols,
unsigned int nbits,int mettab[2][256],int delta,
unsigned long maxcycles);
int encode(unsigned cha
www.eeworm.com/read/188500/8536076
c fano_cd.c
#include
#include
#include
#include
char key[100];
struct DATA
{
char Xi;
float PXi;
char code[11];
int len;
};
struct INFO
{
float leng
www.eeworm.com/read/186174/8955467
cpp fano_coding.cpp
#include
#include
#include
//
class DATA//数据类,采用双向表
{
public://初始化PXi=1是为了在排序迭代时方便
DATA()
{
next=NULL;
qian=NULL;
r=NULL;
PXi=1;
for(int i=0;i
www.eeworm.com/read/169277/9870635
txt fano1.1.txt
Fano decoder v1.1
Copyright 1995 Phil Karn
This package includes an encoder and a soft-decision sequential
decoder for K=32, rate 1/2 convolutional codes. The decoder uses the
Fano algorithm.
www.eeworm.com/read/169277/9870639
zip fano1.1.zip
www.eeworm.com/read/159516/10644832
txt fano1.1.txt
Fano decoder v1.1
Copyright 1995 Phil Karn
This package includes an encoder and a soft-decision sequential
decoder for K=32, rate 1/2 convolutional codes. The decoder uses the
Fano algorithm.
Also i
www.eeworm.com/read/159516/10644839
zip fano1.1.zip
www.eeworm.com/read/320365/13428015
cpp fano_coding.cpp
//Fano.h:
#include"myhead.h"
typedef struct Node * Tree;
typedef struct Node * PNode;
struct Node
{
double weight;
int code;
struct Node *parent;
struct Node *leftchild;
struct Node *rightchild
www.eeworm.com/read/480818/6662241
txt fano1.1.txt
Fano decoder v1.1
Copyright 1995 Phil Karn
This package includes an encoder and a soft-decision sequential
decoder for K=32, rate 1/2 convolutional codes. The decoder uses the
Fano algorithm.
www.eeworm.com/read/480818/6662243