-
背包问题
背包问题或背囊问题是组合优化中的一个问题: 鉴于一组项目,每个都有大量和一个值,确定每个项目中包含在集合中,这样,总重量是小于或等于给定的限制和总价值是尽可能大的编号。它把它的名字源于所面对的人的问题,受的限制,大小固定的背包,并必须填充的最有价值的项目。
此代码是背包问题的动态编程和递归函数。
- 2022-03-04 17:05:51下载
- 积分:1
-
KNN (K 最近的分类)
k-近邻算法 (k-NN) 是一个非 参数化方法分类和回归
- 2022-08-25 23:28:30下载
- 积分:1
-
基于遗传算法的机器人路径规划
基于遗传算法的机器人路径规划的实现,已通过测试验证,是可以运行的C++程序。
- 2022-02-10 09:21:53下载
- 积分:1
-
数据结构课程设计代码,约瑟夫环,请指点.
数据结构课程设计代码,约瑟夫环,请指点.-data structure curriculum design code, Josephus, please instruct.
- 2022-05-22 10:14:54下载
- 积分:1
-
龙贝格算法c源代码 实用性强,考虑方面齐全
龙贝格算法c源代码 实用性强,考虑方面齐全-Romberg c algorithm source code practical, considerations complete
- 2023-05-12 00:05:03下载
- 积分:1
-
模拟退火算法
AppWizard has created this TspSA application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your TspSA application.
TspSA.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
TspSA.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CTspSAApp application class.
TspSA.cpp
This
- 2022-05-14 00:33:05下载
- 积分:1
-
遗传算法优化神经网络
采用遗传算法优化神经网络案例,是比较基础的一套代码,适合新手学习使用
- 2023-02-28 04:20:03下载
- 积分:1
-
微遗传算法多目标优化
基于微遗传算法的多目标优化论文研制的托斯卡诺普利多 · 格雷戈里奥。基于微遗传算法 (微-GA) 是一个很小的人口 (四个人被使用在我们的实验) 和重新初始化过程具有遗传算法的多目标优化方法。我们使用三种形式的精英主义和内存来生成微遗传算法初始种群我们的方法被测试发现在专业文献中的几个标准函数。得到的结果是十分令人鼓舞,因为他们展示的是这种简单的方法可以产生 Pareto 前沿在很低的计算成本的重要组成部分。
- 2022-02-21 07:37:55下载
- 积分:1
-
VIBE背景差分算法
VIBE实时背景差分算法。这种算法是用 C/c + + 编码的。它可以找到序列帧和视频运动对象。
- 2022-08-23 01:18:31下载
- 积分:1
-
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙
FFT 就不用多介绍了 大家都应该清楚,是以后常用的CODE 希望能帮上各位的忙-FFT on the do not have to introduce that we all should be clear, is commonly used after CODE hope you can help on the busy
- 2022-01-31 08:40:06下载
- 积分:1