资源列表
vbC13
- 用VB语言实现偏微分方程的解法 包括解边值问题的松弛法、交替方向隐式方法等-VB language PDE solution of the boundary value problems including Xie relaxation method, alternating direction implicit methods
FFTmy
- 一维离散Fourier变换快速算法的c语言实现 。-one-dimensional Fast Fourier Transform algorithm in C Language.
chswordV1
- NewtonIterative法计算方程的解-NewtonIterative calculated the solution of the equation
DFSfunction
- DFS非递归函数 函数功能:图的dfs的非递归算法(用堆栈实现) 输入:图的邻接矩阵 输出:dfs序列 -DFS non-recursive function function function: dfs map non-recursive algorithm (using the stack to achieve) Input: adjacency matrix graph output: dfs sequence
STLQueue
- 线程安全队列实现,提高队列运行效率,采用模板类实现的,高效-Thread safe queue
ACOUCP
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constra
migong
- 老鼠走迷 宫宫老鼠走迷 宫老鼠走迷宫-老鼠走迷宫老鼠走迷宫老鼠走迷宫老鼠走迷宫
erfenjiansuo
- 实现二分检索排序,该程序拥有两个源代码,简单实用-Order to achieve two binary search, the program has two source code, simple and practical
fg
- 数据库资源下在 平衡树 二叉树等等 排列顺序-a data base
EAFSA
- 鱼群算法中非常关键的程序,可以求解非线性方程-artificial fish swarm algorithm for solving nonlinear equations
ts
- 线性表的基本操作建立一个包含图书(书号,书名,定价)信息的的链表,并具有如下功能: (1) 根据指定图书个数,逐个输入图书信息; (2) 根据书名进行查找,返回此书的书号和定价; -Linear form of the basic operation to establish a book (ISBN, title, pricing) information linked list, and has the following functions: (1) according to
Apriori
- Apriori算法用于发现数据中的频繁项集以及关联规则,属于关联分析, 关联分析的目标包含两条:发现频繁项集和发现关联规则。 该算法基于一个很重要的原理,apriori原理,如果某个相机是频繁的,那么他的所有子集也是频繁的, 也就说,如果一个项集是非频繁的,那么它的所有超集也是非频繁的。 Apriori算法是先生成C1->L1->C2->L2->C3.Apriori算法的缺点是很明显的,每生成一个频繁项集,都要扫描整个数据集。 在数据规模很大的时候,这
