资源列表
building_footprint
- 对于城市中几座建筑外形,给出这些建筑的二维轮廓-For several architectural features in the city, these buildings are given a two-dimensional contour
stone_game_dp
- 现有4堆石子,两个人轮流取石子,他们有n种可能的取法,取法表示从第1堆取A1个石子,从第2堆中取B1个,第3堆取C1个,第4堆取D1个.如果取的时候某一堆的石子数比所要取的石子数要少,则这种取法是不可行的.取到最后没有可行取法的人就算输了. 现给出4堆石子的石子数目以及n种取法,请问如果两个人都采用最优取法,先取的人是赢还是输.-Four existing heap of stones, two people take turns stones, they have emulated n
StringSort
- 对一些列字符串进行一定规则的排序,这些字符串都是由数字组成。法则1:哪个重复的数字出现的多,哪个排在前面 比如11133和12233,前面的字符11133出现了3次111,而后面的字符的重复次数是2,所有11133 要在112233的前面。 法则2 当两个字符串的重复个数一样时,比如都重复了3次,11133和22244,那么,重复的数字较大 的排在前面,即22244排在11133的前面。 -To sort out the string of a certain number of rule
maxfieldsum
- 用分治法解决最大子段和问题,利用了递归和合并,使问题能够简易求解-Solve the problem with the largest sub-segment and divide and conquer method, the use of recursion and merge so that the problem can be solved simple
Numerical-methods-for-SDE
- 随机动力系统的稳态概率密度,适合从事随机动力学的研究的人-Steady-state probability density power systems
operator-overload-2
- 实现多种运算符重载,通过类声明及函数定义,实例化对象进行运算-operator overload
MatrixTest
- matrix矩阵乘法的简单实现,使用qt做界面。可用于解线性方程-Simple implementation of matrix multiplication using qt interface to do
MATLAB
- matlab生成动态链接库(dll)。并用vc++测试-matlab generate dynamic link library (dll). And using vc++ test
Treap
- 数据结构treap实现的一个class模板,实现简单高效易懂-Treap a class template data structure implemented, simple to understand and efficient
5110309369_2_9
- 翁惠玉版数据结构第二章第九题参考代码,已调试-Huiyu Weng version of the data structure ninth chapter title reference code, debugging
5110309369_2_11
- 翁惠玉版数据结构第二章第11题参考代码,已经经过调试-Huiyu Weng version of the data structure with reference to chapter 11 of title code has been commissioning
unionfind
- 查找合并代码 《算法设计技巧与分析》中的unionfind问题代码实现-Find merge code " algorithm design techniques and analysis" in the unionfind problem code
