资源列表
md5
- MD5加密算法,很好的加密算法!!! 可以对数据进行加密,已经封装好的功能类。里面的方法很多很灵活-MD5 encryption algorithm
Huffman
- Huffman算法的C++完整实现,已打包成工程。压缩包内有详细的文档说明和源代码。-Huffman algorithm is a complete C++ implementation has been packaged into a project. Compressed document containing detailed instructions and source code.
Link
- c++链表(用类实现)-link
Dijkstrasalgorithm
- Dijkstra 算法,采用c++编写,编程规范,注释详细,是一老外编的。-Dijkstra algorithm, written using c++, programming specifications, detailed notes, is a foreigner series.
K_ShortestPath
- 如果你对前K条最短路径一类的问题感兴趣,那么这是不错的参考资料,希望对你有所帮助.-If you pre-K shortest paths problem for a class of interest, then this is a good reference, hope this helps.
jusephus
- 编号为1,2,3,。。。,n的n个人围坐在一圆桌旁,每人持有一个正整数密码。从第一个人开始报数,报到一个预先约定的正整数m 时,停止报数,报m 的人退席,下一个人重新从1开始报数,依此重复,直至所有的人都退席。-Numbered 1,2,3,. . . , N of n individuals sitting at a round table, each holding a positive integer code. The number of individuals starting fro
tongxunlu
- 利用双向链表建立的用户通讯录系统,能够完成通讯录的额建立,查询,删除,更改等日常操作。-Using two-way linked list system established by the user address book, address book amount to complete the establishment, query, delete, change, and other daily operations.
1
- 关于拓扑结构的简单排序问题,希望大家多多指教一下。-On the topology of a simple scheduling problem, I hope you look great weekend.
Sort
- 数据结构中最经典的七种排序方法的源代码,其中包括: 快速排序、归并排序、插入排序、选择排序、起泡排序、堆排序、希尔排序-The most classic data structures seven sorted source code, including: quick sort, merge sort, insertion sort, selection sort, bubble sort, heap sort, Shell sort
fenzhijiexian
- 1.分支界限算法背包问题 2.算法之分支限界法的旅行售货员问题-1. Branch and bound algorithm for knapsack problem 2. Branch and bound algorithm for the traveling salesman problem
2
- C++语言编程 解决了自主的开创迷宫问题 -C++ programming language to create a maze to solve the issue of autonomy
fenzhi_src
- 棋盘覆盖问题 设一个n*n棋盘,n=2k,用L 型条块覆盖棋盘中除一个指定方格外的所有方格,每个L型条块可恰好覆盖3 个方格。 实验内容:设计分治算法实现棋盘覆盖,要求图形化。-Board covering the establishment of a n* n chessboard, n = 2k, with the L-slice coverage for a specified board, in addition to all the extra square grid, eac
