-
多目标Pareto最优解搜索算法
多目标优化是指在约束条件下有两个或两个以上的优化目标,而且这些目标之间相互矛盾,不能同时达到最优,也就是说,一个目标的最优往往是以牺牲其它目标作为代价的,因此多目标优化问题存在多个最优解,这些解之间无法比较优劣,统称为Pareto最优解。带精英策略的快速非支配排序遗传算法(Nondominated Sorting Genetic Algorithm II,NSGA-II)是目前应用较为广泛的一种多目标算法。本案例将对MATLAB自带的改进的NSGA-II进行讲解,并举例说明其应用。
- 2022-02-11 16:55:06下载
- 积分:1
-
数学建模98B灾害检测线的求解器(MTSP)
数学建模98B 题灾情巡视路线求解程序(多旅行商)-mathematical modeling 98B disaster inspection line that the solver (MTSP)
- 2022-05-30 11:42:47下载
- 积分:1
-
直接分解算法
* To factor the n by n matrix A = (A(I,J)) into the product of the* lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is* A = LU, where the main diagonal of either L or U consists of all ones:** INPUT: dimension n; the entries A(I,J), 1
- 2023-06-21 06:30:04下载
- 积分:1
-
FLCS在3DIC設計中會使用的方法
在3DIC設計中會使用的方法
Floorplanning is an important and dispensable stage in the traditional integrated circuit design process. With the raised module numbers and increased wire length, the computation complexity is raised dramatically. Obviously, the traditional algorithms need to be updated. We developed an orthogonal table, in which each factor represents a module and the level of a specified factor denotes the orientation of that module. With this orthogonal table, the solution space is significantly decreased.
We use sequence pair to represent a floorplan and the fast longest common subsequence is used accordingly to calculate the area of
- 2022-08-13 12:52:54下载
- 积分:1
-
一个c++推箱子游戏源码
应用背景
一个简单的推箱子游戏源码
很早的时候写的
游戏虽然没几关
不过直接添加游戏关卡的地图数组就可以了
关键技术
图形绘制
游戏算法
mfc等
- 2022-01-29 01:01:20下载
- 积分:1
-
蓝牙考勤系统
概述: 目前在学院考勤系统是完全手动的凡系已采取出勤登记册上,或页。这项活动需要大量的时间和努力,和仍然是不可靠的。寄存器和页面会丢失和多个副本是很难保持。 因此必须要有一些系统可以做这种活动自动无需人工干预的。蓝牙考勤系统是一个软件,自动锁定为所有那些在类中可用的学生入学。首先它锁出勤,然后它将中的数据保存到 mysql 数据库服务器。
它的工作原理:扫描的所有蓝牙设备,然后采取从扫描设备的硬件地址。然后它从已经存储的表中提取学生信息,然后将数据存储到数据库中。
- 2022-12-19 20:25:03下载
- 积分:1
-
实现集合的交和并集
实现集合的交和并集- The realization gathers junction with sum aggregate
- 2022-09-30 21:30:03下载
- 积分:1
-
实现md5算法。用c/c++实现的md5算法。想研究md5算法的可以下载。...
实现md5算法。用c/c++实现的md5算法。想研究md5算法的可以下载。-Realize md5 algorithm. With c/c++ Realize the md5 algorithm. Md5 algorithm would like to study can be downloaded.
- 2022-02-16 05:11:38下载
- 积分:1
-
a matrix type of source
一个矩阵类的源码-a matrix type of source
- 2023-08-13 21:20:02下载
- 积分:1
-
用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。...
用fortran编写的有限元网格划分程序,主要用于生成三角形单元。可用于不同的数值计算,比如有限体积法,有限单元法,等等。-ANGENER is a fortran source package able to generate triangulations, which can be used for different numerical methods, for example finite volume method, finite element method, etc.
- 2022-07-21 05:38:46下载
- 积分:1