搜索资源列表
BSTtsinghua
- 清华殷人昆版数据结构c++版,二叉搜索树的说有算法调试成功-Qinghua Yin Dynasty Queensland version data structure c version, binary search tree algorithm is that the success of debugging
search_GA
- 这是利用遗传算法搜索函数最优解的程序,采用C++编写。-This is the use of genetic algorithm search function optimal solution procedures C prepared.
SGA2.0
- 遗传算法 2.0版本 非常有效的进化搜索算法 实现简单
ValueAndEnumTypes
- 向开发人员介绍 .NET Framework 值类型和枚举类型,并说明如何创建和使用这些类型。本示例从 ValueType 和 Enum 类派生这些类型。其中的每个类都提供了能使开发人员轻松使用这些类的特性。 下面的列表内容简要介绍本示例使用的类和技术。 值与引用类型 ValueType 所有值类型都是从 ValueType 隐式派生的。 Object 所有类型都是从 Object 隐式派生的。在本示例中,重载 GetHashCode() 和 Equals(
Gewsh_HorseWalksCheckerBoard
- 使用贪婪算法解决的马踏棋盘的问题(使用简单排序和深度优先搜索的方法)
正方形 深度优先搜索
- 深度优先搜索 用木棒拼正方形
dancunxing
- 最优化理论与方法,一维搜索法,一条完整的单纯形法程序,用C语言编的-Optimization theory and methods, one-dimensional search, a complete program of the simplex method, using the C language. . .
new8
- 人工只能中的八数码问题,采用A*算法搜索-Artificial only in the eight digital issues, the use of A* algorithm search
zju1008
- zju1008魔板程序,练习搜索的好题目,使用了哈希表的相关知识。-Magic zju1008 board procedures, practice good Title search, use a hash table of relevant knowledge.
0-1bag
- 实现0—1背包问题的分支限界搜索,为控制台应用程序,编译环境为vs2008-0-1 knapsack problem to achieve the branch and bound search for the console application, compile environment for vs2008
BinSearch
- 二分法搜索的源代码,效率非常高,来自编程珠玑-binary search algorithm, effective is very high
bashuma
- 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
61008224-Exp12_Sort
- 各种分类搜索算法实例,可以应用于数学建模-Examples of various categories search algorithm can be applied mathematical modeling
prio
- 优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进行. -Priority queue is 0 or mor
migong
- 利用深度搜索方法解决迷宫问题,迷宫的形状可以自由载入。-Search method to solve the maze using the depth of the problem, the shape of the maze are free to load.
wBlueT
- 搜索周围蓝牙设备信息(蓝牙地址,名称)。 此只适用于微软的蓝牙驱动环境。-Search surrounding Bluetooth device information (Bluetooth address, name). This only applies to Microsoft' s Bluetooth-driven environment.
duilie
- 队列的应用,迷宫搜索及查找最优路径处理。队列的应用,迷宫搜索及查找最优路径处理。-failed to translate
LEX
- 词法分析时,常常会用到超前搜索方法。如当前待分析字符串为“a +”,当前字符为’ ’,此时,分析器倒底是将其分析为大于关系运算符还是大于等于关 系运算符呢?显然,只有知道下一个字符是什么才能下结论。于是分析器读入下一个字符’+’,这时可知应将’ ’解释为大于运算符。但此时,超前读了一个字符’+’,所以要回退一个字符,词法分析器才能正常运行。在分析标识符,无符号整数等时也有类似情况。-Lexical analysis, often use advanced search method. If th
console1.6
- 从多媒体文件中搜索给定的视频帧号,这些帧有一个start_code标志位,本算法是融合顺序和预测相结合的方法,算法的执行时间以及内存空间都比较少。-search the presibed viedo frame in multimedia files,with the startcode flag.Use the predict algorithm and sequence algorithm. The algorithm demand small time and little memory
01MemRepair
- Windows控制台程序,通过遍历目标进程空间搜索到用户需要的地址并修改地址内存的数据。-A Windows console application, a memory of a process to modify the data. . .