代码搜索:马尔可夫随机场
找到约 10,000 项符合「马尔可夫随机场」的源代码
代码结果 10,000
www.eeworm.com/read/333411/12684406
c 哈夫曼编码器.c
#include
#include
#include
int m,s1,s2;
typedef struct {
unsigned int weight;
unsigned int parent,lchild,rchild;
}HTNode,*HuffmanTree; //动态分配数组存储哈夫曼树
www.eeworm.com/read/333411/12684408
exe 哈夫曼编码器.exe
www.eeworm.com/read/240535/13214877
swf 构造哈夫曼树过程.swf
www.eeworm.com/read/318483/13477743
doc 哈夫曼编码源程序.doc
www.eeworm.com/read/128649/5980398
swf 赫夫曼树的生成.swf
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|15 May 2004 06:34:04 -0000
vti_extenderversion:SR|4.0.2.7802
www.eeworm.com/read/408164/11403270
doc 哈夫曼算法huffmantree.doc
www.eeworm.com/read/400780/11568614
docx 实验四赫夫曼树.docx
www.eeworm.com/read/261913/11615235
opt 哈夫曼编码译码内核.opt
www.eeworm.com/read/261913/11615247
plg 哈夫曼编码译码内核.plg
Build Log
--------------------Configuration: 哈夫曼编码译码内核 - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\A
www.eeworm.com/read/261913/11615251
cpp 哈夫曼编码译码内核.cpp
// 哈夫曼编码译码内核.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "HuffmanTree.h"
void main(int argc, char* argv[])
{
CHuffmanTree theTree;
theTree.S