资源列表
suanfadaolun
- 算法导论第二版,经典中的经典,有需要的借去,欢迎交流-Introduction to Algorithms Second Edition, the classic of classics, by the need to welcome the exchange
ViiiQueens
- 采用递归方法的八皇后问题的图形界面实现。 题目如下: 请编写八皇后游戏程序(要求采用图形界面):设计一个8×8的棋盘,允许用户在棋盘的格 子上放置8个皇后(国际象棋中的棋子)。要求每两个皇后不能处于同一条横线,竖线和45 度或135度的斜线上(即按国际象棋的规则要求任意两个皇后不能处于直接可以互相攻击的 状态)。如果用户放置的棋子不符合上面要求,则程序给出错误显示,并请设计某种比较 直观的方式标出可以互相攻击的两个皇后,然后要求重新放置该棋子。当8个皇后全部放在 棋盘
graphbianli
- 关于数据结构中图的遍历问题,其中包括图的两种遍历,可以选择其中一种进行编译-About data structure graph traversal issues, including plans of the two, you can choose one to be compiled
算法竞赛入门经典 第2版
- 刘汝佳的算法竞赛入门经典第二版 高清非扫描。(Algorithm competition portal classic)
shujujiegou
- 数据结构中的各种算法,在VC6.0中运行-In data structures, all kinds of algorithm, in VC6.0 operation
suanfa
- 里面含有13个经典算法的研究,对算法有兴趣的朋友可以看看。-Which contains 13 classic algorithm, the algorithm interested friend can see.
殷人昆:数据结构(用面向对象方法和C++描述)
- 殷人昆:数据结构(用面向对象方法和C++描述)-Queensland Yin Dynasty : data structures (using object-oriented methodologies and C described)
Data-structure-descripted-by-CPP
- C++描述的数据结构教程。 殷人昆主编,本书着重介绍面向对象数据结构设计。-C++ data structures described in tutorial. Yan Renkun editor, finished the book for learning C++ language and continue to strengthen the C++ syntax and object-oriented data structure design.
The-data-structure
- 一个数据结构的课件加上一个习题集,对学习数据结构的同学有帮助。-A data structure courseware with a problem sets, students learning data structures.
suanfasheji
- 算法设计的代码合集,包括排序,大整数相乘,找钱问题等必备算法。-Collection code algorithm, including sorting, multiplying large integers, find the money problems must algorithm.
HDU_acmer
- 杭电入门级别的课件,涵盖了acm比赛用的所有算法的详解以及例题,作为acm培训的新老选手必备的东西-Hang power entry-level courseware covers all race acm Detailed algorithm and examples, as the training of new and old players acm things necessary
shu123
- 树的数据结构算法,包括二叉树、哈弗曼二叉树,数组变成二叉树等。-Tree data structure algorithms, including binary tree, Hafu Man binary tree array turned into a binary tree.