资源列表
Pyramids
- 计算四面体的算法,用C完成,主要问题是精度-Algorithm for computing tetrahedral
Queue1.0
- 对底层队列的一个实现,包含有基本的操作如增 删 查 改 等
最小生成树
- 给定一个带权的无向连通图,如何选取一棵生成树,使树上所有边上权的总和为最小(Given a weighted undirected connected graph, how to select a spanning tree to minimize the sum of all the upper bounds on the tree)
Insertion-sort-
- 插入排序,经典排序算法,使用VC++6.0。-Insertion sort
1
- 本程序实现了对六个1000以内的正整数的基数排序。排序过程分为三个阶段,第一个阶段是比较个位,第二个是比较十位,第三个阶段是比较百位由三个函数实现。-This program of six positive integer less than 1000 base sort. Sorting process is divided into three phases, the first stage is to compare a bit, the second is more 10, the th
questions
- a file for artificial intelligence
hefuman
- 1、使用链表结构。 2、使用《数据结构》(严蔚敏,C语言版)中给出的算法; 3、增加预先排序的功能的算法 -1, the use of linked list structures. 2, the use of "data structure " (Yan Wei-min, C-language version) gives the algorithm 3, increasing the function of pre-sorting algorithm
hash22
- hash排序,用hash法进行字符或数字的排序。-hash
MergeSort
- 排序算法:归并排序 根据排序原理实现,时间复杂度为NlogN。测试数据集mergesort.txt为100000个数,结果保存在sortresult.txt中 -Sorting algorithms: merge sort to achieve the principle according to sorting, time complexity NlogN. Test data set mergesort.txt of 100,000 the number of results sto
8540261
- IBM 服务器顺序处理任务的操作, 服务一个个运行不同的任务,同时这个项目还会计算出每个任务所花的时间,这是计算机的顺序执()
yuantongji
- 实现对语句分词后的词项进行词频统计。用c++编写。-The statement word after word frequency statistics. Prepared using c++.
1
- 自己做的用于对稀疏矩阵进行基本操作的三元组程序.采用C++语言,使用的开发工具为VS2008.-Make their own for basic operations for sparse matrix of the triple procedure. Using C++ language, using the development tool VS2008.