- 博客(3)
- 资源 (5)
- 收藏
- 关注
原创 图生成最小树
<br />#include"stdio.h" #include"malloc.h" #define L 10 #define C 10 #define MAX_Ver 30 typedef int VertexType; typedef int Graphkind; typedef int InfoType ; typedef struct ArcCellj { int adj; InfoType *info; }ArcCell, AdjMatrix[L][C]; typedef struct { Ver
2011-01-11 21:51:00
577
原创 赫夫曼编码译码器(数据结构)
<br />#include"stdio.h"<br />#include"malloc.h"<br />#include"string.h"<br />#define M 27<br />#define MZ 1000<br /> typedef struct<br /> {<br /> unsigned int w;<br /> unsigned int parent,lchild,rchild;<br /> char info;<br /> }Huf,*HufTree;<br /> typedef s
2011-01-11 21:50:00
526
原创 迷宫求解(数据结构)
<br />#include"stdio.h"<br />#include"malloc.h"<br />#define MAX 10<br />#define L 10<br />#define C 10<br />int sum[L][C];<br />typedef struct <br />{ <br /> int i;<br /> int j;<br />}postype;<br />typedef struct<br /> {<br /> int ort;<br /> postype se
2011-01-11 21:40:00
806
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人