搜索资源列表
puzzle_java
- 魔方问题是算法设计中一个难点,搜索算法的复杂度很高,在这个例子中将采用并行处理的算法对其中的限界剪枝算法进行搜索。-algorithm for solving the problem is a difficult design, search algorithm is highly complex, In this example will use parallel processing algorithms which limits pruning algorithm for the sear
huisufa01beibao
- 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
pso_01
- 使用二进制PSO解决0-1背包问题的MATLAB程序-The use of PSO to solve 0-1 knapsack problem
string_matching
- 在Linux 集群系统通过并行计算解决串匹配的问题。 采用OpenMP编写。 -Solving the problem of string matching In the Linux cluster parallel computing environment. Written by OpenMP.
mandelbrot-mpi-dynamic
- Mandelbrot problem solving in MPI
SQP
- 实现sql求解非线性方程最优解,求解边值问题,很好的效果-Realize the SQL method for solving equations optimal solution, solving boundary value problem, a very good effect
ant-tsp-ndd
- 该算法能够蚁群算法在TSP问题上的实现,能取得比较好的效果,但并非本人编写。-This programming can solving TSP problem,the effect is good ,but it is not created by me.
RK
- 求解一维Euler方程,计算一维激波管问题,时间项RK,空间使用steger_warming分裂方式-Solving one-dimensional Euler equations, to calculate the one-dimensional shock tube problem, the time RK, space using two separatist
GA8746
- 多目标规划优化问题 Matlab中常用于求解多目标达到问题的函数为fgoalattain-Multi-objective planning optimization problem Matlab is commonly used to achieve problem solving multi-objective function fgoalattain
Multimodal-problems
- 在ISIGHT中,基于实验设计的多峰问题的求解-Based on experimental design in ISIGHT multimodal problem solving
test
- OpenMP 解决大矩阵相乘问题,矩阵规模为5000*5-OpenMP problem solving large matrix multiplication
xiangliang
- 多线程编程,解决向量点积问题,有助于学习多核。-Multi-threaded programming, problem solving vector dot product, contribute to learning multicore.
1.c
- OpenMP 解决哲学家问题,linux环境,c语言实现-OpenMP philosophers problem solving, linux environment, c language
rkf
- 自适应步长的Runge-Kutta-Fehlberg法解初问题常微分刚性方程组-Adaptive step size Runge-Kutta-Fehlberg method for solving initial problem of ordinary differential equations
xuezhang
- 利用IWO和PSO求解MAX-3-SAT问题的比较研究 优化算法-A comparative study of solving MAX-3-SAT problem with IWO and PSO