资源列表
circlebuffer
- 著名的环形缓冲区算法,欢迎大家使用下载,好东西呀。
dict
- 设计并实现解字典问题的O(nlogn)时间算法,对于给定的字典dict和文本text,找出text 中出现次数最多的不在字典dict中的单词
Graph
- 二、问题描述 给出一张某公园的导游图,游客通过终端询问可知: a) 从某一景点到另一个景点的最短路径。 b) 游客从公园大门进入,选一条最佳路线,使游客可以不重复的游览各景点,最后回到出口。 三、实验要求 1、将导游图看作一张带权无向图,顶点表示公园的各个景点,边表示各景点之间的道路,边上的权值表示距离,选择适当的数据结构。 2、为游客提供图中任意景点相关信息的查询; 1、 为游客提供任意两个景点之间的一条最短的简单路径。 2、 为游客选择最佳游览路径。
SORT
- 实现了插入排序,时间复杂度是O(N)。 -Implements insertion sort, the time complexity is O (N).
zuijindianwenti
- 这是我自己写的一个归并排序实现的最近点对问题的算法实现 -This is what I had written a merge sort to achieve the nearest point algorithm for the problem ~ ~
queue
- 用模板实现的优先队列,双向链表等,对于初学者有一定实用价值-Priority queue with the templates, two-way linked list and so on, have some practical value for beginners
用CS结构求解矩阵乘法问题
- 用C/S结构求解矩阵乘法问题。假定有多台电脑互联网中并使用TCP/IP进行通信。我们要使用一个客户和几个服务器求解N×N的矩阵乘法问题。客户通过srvcfg.txt文件所获取所有的服务器程序必要的信息,如服务器的个数,IP地址或主机名。例如,一个“srvcfg.txt”文件的内容为: 3 149.150.167.123 149.150.162.182 149.150.169.250 表示有3个服务器及相应的IP地址。 然后,建立于所有服务的Socket连接和I/O流。客户从c
chear
- 这是一个数据结构实验的查找的程序,开发工具是用c++面向对象编写的。-This is a data structure to the search for the experimental procedures, the development tools are used object-oriented c prepared.
lainggezifuchuandelianjie
- 两个字符串的链接,我们首先应该了解两个字符串在计算机的表示原理-Link the two strings, we should first understand that the two string theory in computer
fmxsl
- 矩阵奇异值的求解程序 本人自编,调试过了许多次,已经接近成功了-matrix singular value for the procedure I wrote, debugging too many times, almost succeeded
Single-source-shortest-path
- 单源最短路径的求解,摘自百度! 希望对大家有帮助!-Single-source shortest path
search
- hash查找。bitree查找。数据结构代码实现-hashsearch bitreesearch
