-
python实现VRPTW求解禁忌搜索算法
采用禁忌搜索算法解决问题,解决带时间窗的VRP问题(Tabu search algorithm is used to solve the problem and solve the VRP problem with time windows.)
- 2020-12-20 14:39:08下载
- 积分:1
-
t检验的fortran程序 看是否对大家有帮助
t检验的fortran程序 看是否对大家有帮助-t test to see if the fortran program helpful to all of us
- 2022-07-23 00:19:58下载
- 积分:1
-
24点游戏,DOS终端环境。
xuruoyu@gmail.com
24点游戏,DOS终端环境。
xuruoyu@gmail.com-24-point game, DOS terminal environment. xuruoyu@gmail.com
- 2022-02-07 07:47:36下载
- 积分:1
-
matlab克里金插值kriging.m
matlab克里金插值程序,源代码。。。。。。。。。。。。。。。(Matlab Kriging interpolation program)
- 2018-08-10 10:10:44下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
数据挖掘中聚类算法研究进展_周涛
说明: 聚类分析是数据挖掘中重要的研究内容之一,对聚类准则进行了总结,对五类传统的聚类算法的研究 现状和进展进行了较为全面的总结,就一些新的聚类算法进行了梳理,根据样本归属关系、样本数据预处理、 样本的相似性度量、样本的更新策略、样本的高维性和与其他学科的融合等六个方面对聚类中近 20多个新算 法,如粒度聚类、不确定聚类、量子聚类、核聚类、谱聚类、聚类集成、概念聚类、球壳聚类、仿射聚类、数据流聚 类等,分别进行了详细的概括。(Clustering analysis is one of the important research contents in data mining. The clustering criteria are summarized. The research status and progress of five traditional clustering algorithms are summarized comprehensively. Some new clustering algorithms are used. By combing, according to the sample attribution relationship, sample data preprocessing, sample similarity measure, sample update strategy, sample high-dimensionality and fusion with other disciplines, nearly 20 new algorithms in clustering, Such as granular clustering, uncertain clustering, quantum clustering, nuclear clustering, spectral clustering, clustering integration, concept clustering, spherical shell clustering, affine clustering, data stream clustering, etc., respectively Generalization.)
- 2019-05-12 14:08:07下载
- 积分:1
-
C# coordinate conversion
说明: C# coordinate conversion program 4 parameter 7 parameter In carrying out coordinate transformation, we often involve four parameters and seven parameters calculation using C# to program, convenient calculation
- 2020-04-16 15:58:16下载
- 积分:1
-
oauthdemo1授权模式简化
说明: oauth2.0 授权模式的代码 请大家看看(Please take a look at the code of oauth2.0 authorization mode)
- 2019-01-02 17:58:10下载
- 积分:1
-
01 层次分析法
层次分析法、在matlab中的代码可以直接用(Analytic Hierarchy Process)
- 2019-01-25 17:23:34下载
- 积分:1
-
" Data Structure" class
《数据结构》 课设 利用栈计算浮点数的加,减,乘,除,有一定的判错功能-" Data Structure" class-based calculation of floating-point increases in the use of the stack, subtract, multiply, divide, there is a certain sub-error functions
- 2022-05-19 06:19:40下载
- 积分:1