资源列表
VectorMatrixClass
- 一个vector和matrix的类,具有一般的矩阵和向量的基本操作,还有一些矩阵的分解操作。建议参考《Numerical Receipt in C++》的数值计算的书。-This is a class of vector and matrix which has some fundamental function of vector and matrix and some opertors in matrix decomposation
OOPC
- How to simulate C++ with C
jisuanji
- 简单的一个 4算法 计算机软件 可以简单的编制以下 可以采取方法学习。-Below a simple 4 algorithm computer software may simple establish may adopt the method study
Cpp1
- 编写算法,由依次输入的顶点数目、弧的数目、各顶点信息和各条弧信息建立有向图的邻接表-a goog program
Kruskal
- 主要功能: Kruskal算法实现最小生成树-Main features: Kruskal minimal spanning tree algorithm
huffman
- 数据结构的HUFFMAN编程,这是我的数据结构的实验,编译通过,内附编译后的结果-HUFFMAN programming data structures, this is my test data structure, compile, compile the results of the included
kruskal
- 克鲁斯克尔算法,一种用来寻找最小生成树的算法-kruskal
dijkstra
- 迪克斯加(Dijkstra)算法(最短路径算法)-Dijkstra algorithm
huffman
- 哈夫曼算法,构造哈夫曼树,有详细的介绍,本人纯C语言编写-huffman
KMP
- KMP是一种字符串查找算法,具有无需回溯的特点,效率高,本源码实现了KMP算法-KMP
tj
- 可以统计文件中出现的单词频率,提供了可视化界面,请给出改进意见!-Statistics files can appear in word frequency, providing a visual interface, please give improvements!
shuju
- 单链表的交集,并集,插集,逆置,定位的实现-Single list of the intersection, and set, insert set, reverse home, location of implementation
