搜索资源列表
hc-mmas-ubqp
- Short descr iption: A MAX-MIN Ant System (MMAS) implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). Aim of the software: Educational (not high-performance) it shows how to implement a M
GA_TSP
- 一个函数程序它可以自动排列魔方只要通过数据输入就可以控制 -Program a function that can automatically arrange cube as long as you can control through the data input
Cube3Layer
- 用MATLAB做的转魔方程序,还有说明,很好玩,对想学魔方编程的很有用-Transferred Cube using MATLAB program, there are instructions, a lot of fun, and want to learn magic cube programming useful
Artificial-Intelligence-Magic-Cube
- 人工智能 经典问题之一 幻方问题的一部分解决算法。-One of the classical Artificial Intelligence problems.Magic square puzzle.
cameral
- 将一个虚拟正方体投映到墙角上, 属于计算机视觉里的现实增强-A virtual cube projector into a corner in the computer vision augmented reality
parzen
- Parzen窗估计法是一种具有坚实理论基础和优秀性能的非参数函数估计方法,它能够较好地描述多维数据的分布状态。-Parzen window estimation method is a non-parametric function estimation method has a solid theoretical basis and excellent performance, it can be used to describe the distribution of state of th
BUC
- 数据挖掘算法BUC,计算稀疏冰山立方体的 C++实现-Data mining algorithms BUC, computing sparse iceberg cube C++ realization
3_cubic_puzzle
- 立方数码问题(8数码问题的三维拓展) 使用C/C++实现4个算法,即,使用启发函数h1(n)的A*算法:Astar_h1.cpp,使用启发函数h2(n)的A*算法:Astar_h2.cpp,使用启发函数h1(n)的IDA*算法:IDAstar_h1.cpp,使用启发函数h2(n)的IDA*算法:IDAstar_h2.cpp。输出文件名与算法对应。以h1为启发函数的A*算法输出到output_Ah1.txt;以h2为启发函数的A*算法输出到output_Ah2.txt;以h1为启发函数的IDA