-
数值分析中迭代法的使用,其算法相当的简单,可以参考
数值分析中迭代法的使用,其算法相当的简单,可以参考-Numerical analysis of the use of iterative method, its algorithm is quite simple, can refer to
- 2022-01-24 14:36:19下载
- 积分:1
-
离散数学重言式判别以及逻辑表达式求值原代码
离散数学重言式判别以及逻辑表达式求值原代码-Discrete Mathematics tautology discriminant and logic expressions evaluates the original code
- 2022-04-19 01:15:23下载
- 积分:1
-
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压...
禁忌搜索法对初始解、邻域个数及禁忌列表的大小等参数有比较严格的要求, 这些参数直接影响着算法的优化能
力。文章提出了一种改进的禁忌搜索法, 它用有效空间来压缩搜索范围, 这样可以提高搜索效率和全局搜索能力。用短期
和长期禁忌列表存储器来保证算法能搜索到全局空间的每一点, 并且不重复搜索。经过验算和分析, 证明它是一种较好的
全局启发式搜索法-Tabu search method, the initial solution, neighborhood and tabu list size of the number of parameters such as have more stringent requirements, these parameters directly affect the ability to optimize the algorithm. This paper presents an improved tabu search method, it is used effectively to compress the search space, so that can improve search efficiency and global search capabilities. Short-term and long-term memory tabu list to ensure the algorithm to search to the global space, each point, and do not repeat the search. After checking and analysis, to prove that it is a good global heuristic search method
- 2022-04-06 20:06:04下载
- 积分:1
-
马鞍点程序
资源描述
若矩阵Am´n中的某个元素aij是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵中的一个马鞍点。试在顺序存储结构或链式存储结构的情况下,编程求出矩阵中所有的马鞍点。
- 2022-02-27 09:05:32下载
- 积分:1
-
data mining algorithms procedures demonstration dbscan reference for C#
数据挖掘中的聚类算法程序演示参考 dbscan for C#
-data mining algorithms procedures demonstration dbscan reference for C#
- 2022-04-02 02:07:24下载
- 积分:1
-
复数运算库,可对复数进行加减和开方运算
复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and
subtraction and the root to the plural number operates
- 2023-05-15 21:20:03下载
- 积分:1
-
基于opcv的实例程序,提供源码,欢迎下载
基于opcv的实例程序,提供源码,欢迎下载-Based on opcv instance procedures to provide source code
- 2022-02-22 06:18:21下载
- 积分:1
-
网络爬虫
Java实现简单网络爬虫算法,用Java实现抓取网页,支持下载网页和网页上面的图片内容,修改不同的源地址可以下载不同地址的网页
- 2022-05-21 12:49:55下载
- 积分:1
-
一种简单快速的卡尔曼滤波算法。
A simple and fast implementation of a Kalman Filter.
- 2022-06-27 05:30:42下载
- 积分:1
-
可以移动的石子合并
资源描述
11079 可以移动的石子合并(必做)
时间限制:1000MS 内存限制:1000K
提交次数:0 通过次数:0
题型: 编程题 语言: G++;GCC;VC;JAVA
Description
有n堆石子形成一行(a1,a2,…,an,ai为第i堆石子个数),现要将石子合并成一堆,规定每次可
选择至少2堆最多k堆移出然后合并,每次合并的分值为新堆的石子数。
若干次合并后,石子最后肯定被合并为一堆,得分为每次合并的分值之和。
现在求解将这n堆石子合并成一堆的最低得分和最高得分。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-10-07 16:35:03下载
- 积分:1