搜索资源列表
binsearch
- 附件里的程序是二进制搜索算法的演示程序,比较土,是没有界面的 通过config.h里的三个配置项来达到文本框输入的目的,不过这个只能重新编译后运行 CONFIG_MAX_FRAMES /* 配置标签id的位数 */ CONFIG_MAX_TAGS /* 配置标签数 */ CONFIG_MAN_INVERSE /* 配置曼彻斯特编码的特征,决定是01代表0还是10代表0 */ CONFIG_MAN_DIRECT /* 与CONFIG_MAN_INVERSE相同,同一时刻只能有一
BinSearch
- 经典的二值查找,使用c++语言编写。希望对大家有用-The classical binary search, using c++ language. Want to be useful to everyone
binSearch
- 基于利用qt creator开发的二分查找源码,代码详尽!-The qt creator development based on the use of binary search source code detailed!
binsearch
- 分治二分检索递归,算法设计与分析中的经典算法,值得大家参考学习。-Binary search recursive divide and conquer algorithm design and analysis of the classical algorithm, it is worth your learning.
BinSearch
- 二分查找: 任意给定一个升序集合,任意给定一个整数K,判断该整数是否在集合中。-Binary search: Ascending any given a collection of any given integer K, determine whether or not the integers in the collection.