资源列表
Matrix_Sparse
- 设计、实现稀疏矩阵的数据结构,并能修改矩阵中的元素值,对矩阵进行加法、乘法运算。-Design, implementation, sparse matrix data structure, and can modify the matrix element values of matrix addition, multiplication.
yiyuan
- 多项式的四则运算,数据结构线性链表的经典例题。-Polynomial arithmetic, linear linked list data structure classic example.
eightqueen
- 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an old and well-known proble
good-fpgrowth
- 本人已经调通的FP-TREE算法,VS2010下C++程序。该算法结构输出置信度和支持度,给出的源程序种包含测试数据fpdata.dat。调试了好久才调通。一定要注意:数据集里每一行数据,不能有重读出现的数字。这也是FP-TREE数据挖掘算法的的基本要求。数据集默认是.dat文件,也可以是txt-FP-TREE algorithm I has been transferred, VS2010 under C++ program. The output of the algorithm struc
Kruskal-dlg
- Kruskal_最小生成树算法 图 树 算法-Kruskal Minimum_spanning_tree
Dijkstra-algorithm
- 对于有向带权图中从一个确定结点到其余各结点的最短路径问题,狄克斯特拉斯提出按路径长度递增顺序逐步产生最短路径的算法构造。- For the weighted graph from one node to determine the shortest path problem the rest of the nodes, Dicks Atlas raised gradually ascending order by the path length of the shortest path al
seq_list
- 顺序列表的创建,插入元素,删除元素,倒置元素,对元素进行排序,查找元素-Order of the list is created, insert elements, remove elements, inverted elements, the elements are sorted, find elements
lianshou
- 有15个人围成一圈,顺序从1到15编号。从第一个人开始报数,凡报到n的人退出圈子。用C语言写出程序,输入n(n>=1)的值,输出最后留在圈子里的人的编号 -Have 15 people in a circle, the order number from 1 to 15.Starting from the first person counted off people who report to n out of circle.Using C language to write the p
flag
- 五星红旗图案制作,用c语言实现图像输出的源码-Red pattern making, c language
pwwHash
- 大数据 Map 哈希 价值五亿美元 Big Data Map hash value of five hundred million U.S. dollars-Big Data Map hash value of five hundred million U.S. dollars
V2.10
- 统计器first. If you did not registered, please-first. If you did not registered, please
huffman
- 使用C语言实现从指定文件中读取文本内容,并运用哈弗曼编码对文件进行编码,存储到指定的文件中。-Using C language to read the text from the specified file and use Huffman coding to encode files stored in the specified file.