资源列表
DFT_1
- 一维DFT的C++简单实现算法,正反变换。-One-dimensional DFT of C++ algorithm is simple, positive and negative transformation.
链式表的相关使用啊
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。
VC0001
- 二叉树遍历的图形化动态演示Visual C++程序-THe Visual C++ source code for BiTree Traverse Algorithm.
Cholesky
- 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
rtree-core-lib
- r-tree及其变形的库,对于开发gis的人员很有帮助-r-tree and the deformation of the Treasury, for the development of the staff very helpful gis
JosephProblem
- 解决约瑟夫问题,很传统的题目了。方式很简洁,链表和数组两种数据结构-Solving Joseph Problem
c常用算法
- c常用源码下载,c常用算法
zhaojiabi
- 找假币:小明去买猪肉,结果找来的零钱中有假币(硬币)!可惜小明一不小心把它混进了一堆真币里面去了。现在知道假币的重量比真币的质量要轻。给你一个天平,请用最快的时间把那个可恶的假币找出来。-Looking for counterfeit money: Xiao Ming to buy pork, the results got from the small change in counterfeit money (coins)! Unfortunately, Bob accidentally go
mkltest
- 利用intel的矩阵运算库mkl实现矩阵的运算,利用vc2008实现。-Use of intel mkl library implementation matrix operation matrix operation, using vc2008 achieved.
bignumber
- 大数计算模板加强版,此版本可以做到几乎全部的计算,包括大数取模计算。已经封装成类。可以直接定义。 -Enhanced version of the template computation of large numbers, this version can do almost all of the terms, including large numbers modulo calculation. Has been packaged as class. Can be defined direc
KM
- 二分图最佳匹配算法,使用KM算法的邻接矩阵的实现-Bipartite graph matching algorithm is the best use of KM implementation of the adjacency matrix algorithm
maze
- 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption see pdf file.