资源列表
HT
- huffman coding homework
JunUtility
- 个人近期常用的一些类,算法,包括图像压缩,图像保存,javascr ipt,字符串过滤,还有一些分页控件,百分比控件等。-Recently a number of commonly used individual classes, algorithms, including image compression, image storage, javascr ipt, string filter, and some paging controls, the percentage of contro
double-linklist
- 双向链表的实现及各种操作,如插入,删除,清楚链表,指定位置插入-double linklist
abc
- 已知带头结点的动态单链表L中的结点是按整数值递增排序的,试写一算法将值为x的结点插入到表L中,使L仍然有序。-Known to take the lead in the dynamics of a single node in the node list L is based on integer values in ascending order, the algorithm will try to write a value of x nodes into lis
List-of-the-reverse-output
- 链表的逆序输出,给定一系列节点,单项链表逆序输出-List of the reverse output, given a series of nodes, output reverse single linked list
m
- 矩阵转置 输入: l 稀疏矩阵的行数、列数、非零元个数(三个数都大于0) l 以行为主序输入稀疏矩阵三元组表 输出: l 辅助数组num[ ] l 辅助数组cpot[ ] l 以行为主序输出对应的转置矩阵三元组表-Matrix transpose input: l sparse matrix rows, columns, nonzero number (three numbers are greater than 0) l-major sparse matrix tr
Bubble-sort
- 冒泡法排序,良好的设计,效率高,容易理解,适合C++初学者-Bubble sort method with good design, high effeciency ,easy to understand ,suit for C++ learner
RadixSort
- 基数排序,良好的设计,效率高,容易理解,适合C++初学者。-RadixSort method, good design ,hight effeciency ,easy to understand ,suit for C++ learner
9ddd3ca19d15
- 禁忌搜算法解决三十个城市之间的旅行商问题,求出最短距离-Taboo search algorithm to solve the thirty cities between the traveling salesman problem, find the shortest distance
bahuanghou
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + + +
Algorithms-and-Data-Structures
- 算法与数据结构,对于计算机基础朋友来讲,这是本不错的入门算法书籍。书中也介绍了许多数据结构知识-Algorithms and data structures for computer-based friends, this is a good start this algorithm books. The book also describes the knowledge of many data structures
Combination-logic-algorithm
- 本文介绍了组合逻辑的基本算法,以及c代码-This article describes the basic algorithm of combinatorial logic, and c code
