文件名称:2.2
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.75mb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
2.2、线性时间选择(分治策略)
实验数据:input.txt(共100个数据)
——要求找出序列中最小的元素
将最小元素输出到output.txt文件中
-2.2, linear time selection (divide and conquer strategy) experimental data: input.txt (a total of 100 data)- the minimum required to identify sequence elements in the smallest element in the output to output.txt file
实验数据:input.txt(共100个数据)
——要求找出序列中最小的元素
将最小元素输出到output.txt文件中
-2.2, linear time selection (divide and conquer strategy) experimental data: input.txt (a total of 100 data)- the minimum required to identify sequence elements in the smallest element in the output to output.txt file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2.2线性选择\2.cpp
...........\2.dsp
...........\2.dsw
...........\2.ncb
...........\2.opt
...........\2.plg
...........\2_2.exe
...........\a.cpp
...........\a.dsp
...........\a.dsw
...........\a.ncb
...........\a.opt
...........\a.plg
...........\Debug\2.exe
...........\.....\2.ilk
...........\.....\2.obj
...........\.....\2.pch
...........\.....\2.pdb
...........\.....\a.exe
...........\.....\a.ilk
...........\.....\a.obj
...........\.....\a.pch
...........\.....\a.pdb
...........\.....\vc60.idb
...........\.....\vc60.pdb
...........\input.txt
...........\output.txt
...........\Debug
2.2线性选择
...........\2.dsp
...........\2.dsw
...........\2.ncb
...........\2.opt
...........\2.plg
...........\2_2.exe
...........\a.cpp
...........\a.dsp
...........\a.dsw
...........\a.ncb
...........\a.opt
...........\a.plg
...........\Debug\2.exe
...........\.....\2.ilk
...........\.....\2.obj
...........\.....\2.pch
...........\.....\2.pdb
...........\.....\a.exe
...........\.....\a.ilk
...........\.....\a.obj
...........\.....\a.pch
...........\.....\a.pdb
...........\.....\vc60.idb
...........\.....\vc60.pdb
...........\input.txt
...........\output.txt
...........\Debug
2.2线性选择