-
魔方算法 即横竖斜的数字和都相等的方阵
魔方算法 即横竖斜的数字和都相等的方阵-Cube algorithm that regardless of the number of ramps and are equal to the matrix
- 2022-03-13 15:25:23下载
- 积分:1
-
指纹识别
指纹识别,图像处理,计算调色板和其前面的东西的总长度,创建一个用于操作的矩形区域类的对象,位图形式显示灰度数据,匹配过程显示
- 2022-03-19 22:09:39下载
- 积分:1
-
simulated_annealing header file that implements the simulated annealing optimisa...
simulated_annealing header file that implements the simulated annealing optimisation algorithms
- 2022-06-22 00:54:21下载
- 积分:1
-
单个文件在以下链接是可用的:
Individual files are available in the following links:
Bessjy -- Bessel functions Jn and Yn for real argument and integer or real order.
Bessik -- Modified Bessel function In and Kn for real argument and integer or real order.
CBessjy -- Bessel functions Jv and Yv for real or complex arguments and real order.
CBessik -- Modified Bessel functions Iv and Kv for complex arguments and real order.
-Individual files are available in the following links: Bessjy- Bessel functions Jn and Yn for real argument and integer or real order. Bessik- Modified Bessel function In and Kn for real argument and integer or real order. CBessjy- Bessel functions Jv and Yv for real or complex arguments and real order. CBessik- Modified Bessel functions Iv and Kv for complex arguments and real order.
- 2022-04-29 03:27:40下载
- 积分:1
-
生物地理学优化算法BBO
一种新的基于matlab语言的集群智能优化算法,由Simon2008年发明,是一种具有很好寻优性能和算法效率的智能优化算法,相比于常用的GA,PSO,ABO等算法具有较明显的优势,是一种正在迅速发展的优化算法,适合工程领域的多种优化问题的求解
- 2022-08-24 11:31:15下载
- 积分:1
-
最近点对问题MFC界面版
经典算法问题————最近点对问题
采用MFC界面,操作简单易懂。可供大家参考学习。
算法执行效率高。方便的界面操作供大家好理解算法的精髓。
- 2022-02-01 09:56:42下载
- 积分:1
-
FFT algorithm for software implementation, there are ways to explain, as well as...
FFT算法的软件实现,有方法讲解,也有部分C++的源码。-FFT algorithm for software implementation, there are ways to explain, as well as some C++ The source.
- 2022-01-22 17:12:34下载
- 积分:1
-
分形算法和程序设计2章,用的是C语言程序设计
分形算法与程序设计 第2章VC语言程序设计-Fractal Algorithms and Program Design Chapter 2 VC Language Program Design
- 2022-10-04 01:05:03下载
- 积分:1
-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1
-
c++入门编程教学实例
应用背景对于才入门学习c++的朋友可能往往不容易上手,所以这份代码能够简单的带领大家入门,由浅入深,逐步走进深处,所以这份代码是才入门学习 的好实例。关键技术这是一分c++实例代码,能够帮助初学者掌握基本技能,代码基本算法清晰,入门教学的良好选择,通过实例的学习,可以自行尝试修改,从而提高编程基础技能。
- 2022-08-07 19:35:16下载
- 积分:1