资源列表
Board
- 棋盘覆盖问题是分治算法的一个经典问题,这里用C++进行了实现,代码在C++Builder下运行通过。-Board cover problem is a classic divide and conquer algorithm problem, here were implemented in C++ code in C++ Builder to run through.
the-max-sum
- 一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requires a strictly increasing sequ
maopao
- 这是冒泡法排序的简单代码,希望有所帮助。-language is C++ to put numners in order
Civil-structure-optimization-design
- 本书介绍优化算法的基本理论,及在土木工程行业中的应用。-This book presents the basic theory of optimization algorithms, and applications in civil engineering industry.
1800
- 数据结构经典1800题。考研的同学值得-1800 classic data structure problems. Worth doing
data-struct
- 数据结构的各章内容概要和习题集。考研的同学要-Data structure of the chapter summaries and problem sets. PubMed students to take a good look
fzxj
- 一般解空间的队列式分支限界法 试设计一个用队列式分支限界法搜索一般解空间的函数。该函数的参数包括结点可行性 判定函数和上界函数等必要的函数,并将此函数用于解布线问题。 -Queue-type general solution space try to design a branch and bound branch and bound with a queue-type search function of the general solution space. The funct
3
- 实现文本的查看,输出,并字符串的查找,删除,增加,子串的查找,以及将修改后的文本的保存-text function
qiuzhi
- C++编写的表达式求值。在数据结构课程里学习过后编写的。有助于应用。*面。-Written in C++ expression evaluation. Learning in the data structure after the written curriculum. Help application. No interface.
qiuzhi2
- 数据结构课程里的小程序,算法实现了表达式的求值。有助于初学者应用。很好的程序 -IS very useful for you to study it
ADT_BinaryTree
- 提供二叉树的包含头文件,基本的功能都有提供 原创-Binary tree contains header files provide the basic functions are to provide original
houzhui
- 后缀表达式求值小程序。实现了数据结构书中后缀表达式求值的算法。-Postfix expression evaluation applet. To achieve a data structure in the book of postfix expression evaluation algorithm.
