搜索资源列表
Knapsack
- 用java实现的01背包问题的有分支限界的回溯算法,注释非常详细,是我作业的一部分。伪代码可以参考《计算机算法与数据结构》这本书-Using java to achieve 01 knapsack problem branch-and-bound backtracking algorithm and very detailed notes, is part of my job. The pseudo-code can refer to this book of computer algorith
3
- 基于delphi的特殊编码解码器(算法与数据结构课程题目)-Based on delphi special codecs (algorithms and data structures course title)
chess-code
- 基于window下的小游戏。代码一共1800行,用c++编写,核心算法是alpha-beta搜索,使用directx,没有使用MFC和GDI,没有运用面向对象思想,这样可以让读者只需要关心核心的算法与数据结构。-Under the window-based mini-games. A total of 1800 line code with c++ written, the core algorithm is the alpha-beta search, use directx, do not
DelphiP1PofP4
- 包括算法与数据结构,如查找算法,排序算法和优化技术-Delphi algorithm and Data structure
DelphiP2PofP4
- 包括算法与数据结构,如查找算法,排序算法和优化技术 -Delphi algorithm and Data structure
Delphi3PofP4
- 包括算法与数据结构,如查找算法,排序算法和优化技术-Delphi algorithm and Data structure
DelphiP4PofP4
- 包括算法与数据结构,如查找算法,排序算法和优化技术-Delphi algorithm and Data structure
dataPPT
- 算法与数据结构的ppt,有基础理论知识,也具有算法和代码-Algorithms and data structures ppt, have basic theoretical knowledge, but also has algorithms and code
Algorithms-and-data-structures.
- 算法与数据结构。家园树问题。窗口移动。大小球问题。多重元素。哥德巴赫猜想。-Algorithms and data structures. HOMETREE problem. Windows mobile. Size of the ball problem. Multiple elements. Goldbach conjecture.
java-data--structure
- 算法与数据结构 对一些常用算法和数据结构的解析,初学者可以看看。-Algorithms and Data Structures for some commonly used algorithms and data structures analysis, beginners can look at.
search
- 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
stack
- 算法与数据结构中的顺序栈,链栈,以及栈的应用(数制的转换,表达式计算)。-Algorithms and data structures in order stack, chain stack, and the stack of applications (number system conversions, expression evaluation).
tree
- 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
sort
- 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
20140405
- Julian Bucknall[巴克纳尔(美)] 所著的《Delphi 算法与数据结构》就是不可多得的一本!算法与数据结构源码。-Algorithms and Data Structures source
homework1
- C语言学生信息管理系统,算法与数据结构作业-C language student information management system, algorithm and data structure operations
Code-and-Uncode
- 简单的文件机密程序。算法与数据结构C#经典入门案例-Introduction to algorithms and data structures of c# classic case
q1
- Pokeface 题目描述 魔术师将一叠扑克顺次在桌上排成一行,初始全部正面朝上。随后,他每次挥一挥衣袖,都会翻转一连串的扑克,改变它们的正反朝向。从古代传下来的规矩,魔术师皆有师傅,他们要随时准备回答师傅的问题。问题形如:目前从第i张扑克牌到第j张扑克牌中,有几张正面朝上? 作为魔术师的助手,你被要求学习程序设计、算法与数据结构。现在,魔术师把这个问题交给了你,你需要编写一个程序,维护相应的数据结构来保存桌子上牌面的情况,同时对于师傅的每一个问题,你要用尽量快的速度计算出答案
haffman
- 这是哈夫曼编码程序,可以作为你算法与数据结构的课程设计例子-This is the Huffman coding procedures, curriculum design can be used as an example of your algorithms and data structures
Maze-problem-data-structure
- 算法与数据结构中 几类迷宫问题的源码 深入学习迷宫问题-Maze problem data structure