资源列表
dispersao
- software que elabora análise de riscos e dispersã o de poluentes (iniciante, apenas demonstraç ã o)
czalic
- apriori经典算法,主要用到数组,没有用到指针,是学习数组的好例子()
tongyicicilin
- 同义词词林是一个非常有用的类似于词典的一个工具,可以编写代码进行调用,在自然语言处理方面具有很高的价值-The synonym word forest is a very useful tools like a dictionary, you can write code to be called, has high value in natural language processing
InsertSort
- 各种排序算法的比较,包括1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序8、基数排序等等 -Comparison of various sorting algorithms, including insertion sort 2, Hill sorting, bubbling to sort 4 quicksort 5, simple selection sort, heap sort, merge sort 8, radix sort
last
- n!不为0的最后一位,可以输出千万级别的阶乘最后一位-n! not the last one is 0, you can output level factorial million last
Huffman
- Huffman编码与解码(Huffman编码、二叉树) [问题描述] 对一篇英文文章(大于2000个英文字符),统计各字符出现的次数,实现Huffman编码,以及对编码结果的解码。 [基本要求] (1) 输出每个字符出现的次数和编码,其中求最小权值要求用堆实现。 (2) 在Huffman编码后,要将编码表和英文文章编码结果保存到文件中,编码结果必须是二进制形式,即0 1的信息用比特位表示,不能用字符’0’和’1’表示。 (3) 提供读编码文件生成原文件的功能。 -Hu
SHORTEST
- 弗洛伊德求最短路径的VC算法 #include <iostream> using namespace std #define MAXV 50 #define INF 32767 typedef int InfoType //邻接矩阵存储方法 typedef struct { -Freud find the shortest path algorithm# include VC <iostream> using namespace s
Schedule
- 拓扑排序------打印输出计算机本科专业4年每学期的课表 1.采用C++实现。 2.熟练掌握图的应用。 3.熟练掌握图的邻接表存储结构以及拓扑排序的基本思想。 4.上机调试程序,掌握查错、排错使程序能正确运行。 5.算法提示:拓扑排序用队列存储入度为零的顶点-Computer printout of topological sorting------ 4-year undergraduate curriculum of each semester 1. Using C++
4983769
- libpng是多种应用程序使用的解析PNG图象格式的库,几乎支持所有的PNG特征()
Hash
- 自己编写的hash程序,带有调试界面,方便初学者学习参考-I have written hash program with debugging interface for beginners to learn reference ~ ~ ~
Floyd_Warshall
- Algoritmo Floyd Warsha-Algoritmo Floyd Warshall
beibaowenti
- 给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高-Given a set of items, each item has its own weight and price, within the limits of the total weight, how we choose to make up the total price of items