文件名称:CalculateRange
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 177kb
- 下载次数:
- 0次
- 提 供 者:
- Lawr****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
数列极差问题:给定n个正整数数列,进行如下操作:每次删去两个数 a和b,添加1个数 a*b+1,直到只剩1个数N。在所有的这样的N中,有1个最大Max的和最小的Min,M=Max-Min是极差。计算 M
运行环境:vs2008-Series poor problem: Given n positive integers sequence, proceed as follows: each time deleting the two numbers a and b, add a number a* b+1, until only one number N. N in all of this, there is a maximum and minimum Max Min, M = Max-Min is very poor. Calculate M operating environment: vs2008
运行环境:vs2008-Series poor problem: Given n positive integers sequence, proceed as follows: each time deleting the two numbers a and b, add a number a* b+1, until only one number N. N in all of this, there is a maximum and minimum Max Min, M = Max-Min is very poor. Calculate M operating environment: vs2008
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CalculateRange\CalculateRange\CalculateRange.cpp
..............\..............\CalculateRange.vcproj
..............\..............\CalculateRange.vcproj.LYC-PC.Administrator.user
..............\..............\ReadMe.txt
..............\..............\stdafx.cpp
..............\..............\stdafx.h
..............\..............\targetver.h
..............\CalculateRange.ncb
..............\CalculateRange.sln
..............\CalculateRange.suo
..............\..............\Debug
..............\..............\Release
..............\CalculateRange
..............\Debug
..............\Release
CalculateRange
..............\..............\CalculateRange.vcproj
..............\..............\CalculateRange.vcproj.LYC-PC.Administrator.user
..............\..............\ReadMe.txt
..............\..............\stdafx.cpp
..............\..............\stdafx.h
..............\..............\targetver.h
..............\CalculateRange.ncb
..............\CalculateRange.sln
..............\CalculateRange.suo
..............\..............\Debug
..............\..............\Release
..............\CalculateRange
..............\Debug
..............\Release
CalculateRange