文件名称:Sequential-search
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 848kb
- 下载次数:
- 0次
- 提 供 者:
- 李*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序仅仅是模拟分块查找算法中的顺序查找,比普通的顺序查找快,
但并不是最快的查找算法,
如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可.
-This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a faster algorithm can be queried by elements from small to large good and then two search can.
但并不是最快的查找算法,
如果你要更快的算法,可以将备查询的元素从小到大排序好,再用二分查找即可.
-This procedure is only analog block search algorithm in order to find, faster than the normal order to find, but not the fastest search algorithm, if you want a faster algorithm can be queried by elements from small to large good and then two search can.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Sequential search\1.dsp
.................\1.dsw
.................\1.ncb
.................\1.plg
.................\Debug\1.exe
.................\.....\1.pdb
.................\.....\vc60.pdb
.................\.....\vc60.idb
.................\.....\1.pch
.................\.....\1.obj
.................\.....\1.ilk
.................\1.cpp
.................\1.opt
.................\Debug
Sequential search
.................\1.dsw
.................\1.ncb
.................\1.plg
.................\Debug\1.exe
.................\.....\1.pdb
.................\.....\vc60.pdb
.................\.....\vc60.idb
.................\.....\1.pch
.................\.....\1.obj
.................\.....\1.ilk
.................\1.cpp
.................\1.opt
.................\Debug
Sequential search