资源列表
PanGu_Release_V2.3.1.0
- 盘古分词算法,应用于搜索和需要分词的地方,源码-Pangu word segmentation algorithm
1216
- VISUAL C++数据结构,二叉堆的优先级序列,能查找最小值,插入删除操作。-VISUAL C++ data structure, the priority sequence of binary heap, to find the minimum, insertion and deletion operations.
datastructurecode
- 数据结构教程代码 严蔚敏 上机实验操作代码-Data Structure Course Code YAN Wei-min experimental operation on machine code
newmat_1.10.4.orig.tar
- matrix library for linux and windos
Huffman
- 含有独特注释的哈夫曼编码结构,帮助初学者很好理解。-Annotated with the unique structure of Huffman coding to help beginners a good understanding of
Large-integer-factorial
- 采用visualC++实现大整数阶乘算法,适合参加ACM和蓝桥杯的同志学习-Learn from Comrade large integer factorial algorithm visualC++ suitable to participate in the ACM and Blue Bridge Cup
110
- 严蔚敏数据结构代码 严蔚敏数据结构代码-Yan Wei-min data structure code Yan Wei-min data structure code
1005
- 北京大学online judge poj 1005
1004(AC)
- 北京大学online judge poj 1004 AC
用先序递归过程建立二叉树
- 用先序递归过程建立二叉树 (存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某结点左子树或右子树为空时,输入‘*’号,如输入abc**d**e**得到的二叉树为: (选做:由二叉树的先序序列和中序序列建立一棵二叉树。) 2)编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。
BST
- 排序二叉树,BST。自己写的实验内容-Sort binary tree, BST. The contents of their written test. . . .
maze
- 完成迷宫程序的设计 从maze.txt文件读入迷宫。格式如下: 其中第一行为迷宫的阶数N,接下来是一个N*N的矩阵代表迷宫,0为路径,1为 障碍物。 实验要求 : 1. 打印迷宫: DisplayMaze()或者重载<< 其中(1,0)位置和(N-2,N-1)位置打印“=>,其余的1的位置打印“##”,0的位置 打印“ ”(两个空格),注意每个位置都是两个字符。 打印示例: 2. 寻找走出迷宫的路径并输出 FindPath() 输出格式为
