代码搜索:马尔可夫随机场
找到约 10,000 项符合「马尔可夫随机场」的源代码
代码结果 10,000
www.eeworm.com/read/327073/13100586
c 哈夫曼算法.c
#include
#include
#include
#include
#include
/*声明两种链表结构----start*/
struct node_a{ /*链表1-----作用:用来统计文件中字符的个数和种类(通过count)*/
char data;
www.eeworm.com/read/139802/13130142
c 哈夫曼算法.c
#include
#include
#include
#include
#include
/*声明两种链表结构----start*/
struct node_a{ /*链表1-----作用:用来统计文件中字符的个数和种类(通过count)*/
char data;
www.eeworm.com/read/324987/13234571
txt 哈夫曼树.txt
#include
#include
#include
#include
#define NULL 0
//#define OK 1
//#define ERROR 0
//#define OVERFLOW -2
#define MAX_NUM 10000
#define MAX 60
int
www.eeworm.com/read/324780/13245381
txt 哈夫曼编码.txt
/*优先队列*/
#ifndef _priorityqueue_H
#define _priorityqueue_H
struct heapstruct;
typedef struct heapstruct *priorityqueue;
typedef struct HuffmanTree *Pos;
typedef Pos Tree;
struct NODE
{
lo
www.eeworm.com/read/318483/13477729
cpp 测试哈夫曼.cpp
#include"Huffman_cpp.h"
#include"System.h"
int main()
{
HfmTree_ThfmTree;
hfmTree.CreatHfmTree();
hfmTree.GenerateCode();
hfmTree.DeCode();
cout
www.eeworm.com/read/318483/13477732
dsw 哈夫曼编码.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/318483/13477734
ncb 哈夫曼编码.ncb
www.eeworm.com/read/318483/13477735
dsp 哈夫曼编码.dsp
# Microsoft Developer Studio Project File - Name="哈夫曼编码" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/318483/13477739
plg 哈夫曼编码.plg
Build Log
--------------------Configuration: 哈夫曼编码 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
www.eeworm.com/read/318483/13477740