资源列表
vcforum
- VC程序论坛,提供最基本的发帖与回复功能。-procedures VC Forum with basic functions and reply when posting.
structuress
- 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack, vector, bringing their unusua
Dijkstra111
- 这是由Dijkstra算法实现的最短路径的实现,C++编码,还有包括最小生成树的生成-This is the Dijkstra algorithm to achieve the shortest path to the realization of C + + coding, include the minimum spanning tree Generation
GraphicsSort.src
- 数据结构排序算法演示
libcprops-0.1.6.tar
- 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming personnel should be useful
rsomtoolbox
- a neural network,Recursive SOM and Marge SOM ,can be use for time series and data fit.-a neural network, Recursive Marge SOM and SOM. can be use for time series data and fit.
Matrix-Algorithm
- 这个一个有关矩阵运算的程序,不错的,强力推荐!-this a matrix of the procedure, yes, strongly recommended!
picture123045
- 有向图的插入,删除,遍历。采用了相邻矩阵的存储方式。-a map to the insertion, deletion, traversal. Using a matrix of adjacent storage mode.
countsort
- 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素
CodeErroeDetecting
- 海明码和CRC校验码加密和捡错程序 c编写,有注释-Hamming code and CRC encryption and seizure procedures c prepared wrong, Notes
vily
- 维基利亚密码VISURL C++编程,希望能有帮助,-Weijilie password VISURL C programming, hope to be able to help, thank you
depth_first_search
- JAVA 深度優先搜索實例 JAVA Depath First Search-JAVA depth-first search examples JAVA Depath First Search