资源列表
数理方程
- 主要是数理方程基本框架很有用,对数据结构也有帮助-main mathematical equation is the basic framework is used for the data structure also helped
未知
- 求两个数的最小倍数的简单算法 此算法减少了运行时间提高了效率-for two smallest number of multiples of this algorithm simple algorithm to reduce the run time to improve efficiency
广义表的表头和表尾
- 广义表是线性表的推广。广义表是n个元素的有限序列,元素可以是原子或一个广义表,记为LS。 若元素是广义表称它为LS的子表。若广义表非空,则第一个元素称表头,其余元素称表尾。 表的深度是指表展开后所含括号的层数。 把与树对应的广义表称为纯表,它限制了表中成分的共享和递归; 允许结点共享的表称为再入表; 允许递归的表称为递归表; 相互关系:线性表∈纯表∈再入表∈递归表; 广义表的特殊运算:1)取表头head(LS);2)取表尾tail(LS) -generalized l
菲波纳契数列
- n阶费波纳契数列求值,n可变。数据结构常用算法。-n-fee Beinajie series evaluates, n variables. Data structures commonly used algorithm.
求中心
- 一个计算三角形中心的实用程序,可手动控制,也可键盘输入,操作方便。-a calculation of the triangular practical procedures manual control can also be keyboarding, convenient operation.
荷兰国旗问题(c语言)
- 演示了荷兰国旗问题(c语言)从简单到复杂的三种算法,用心体会,可得算法之奥妙-demonstration of the Dutch flag (c language), from the simple to the complex of three algorithms, a little reflection, available algorithms gives it
monthall
- 自己编的万年历,输入任意一年,判断是否是闰年,并打印该年的日历-own series of the hefty almanac, the importation of any year, to determine whether it is a leap year, and print the annual calendar
sharePfisher
- 确定投影方向使得降维以后,样本不但线性可分,而且可分性更好-Determine the projection direction makes dimensionality reduction, sample not only linearly separable, and a better separability
c02
- 数据结构,算法与应用 --C++语言描述 第二章源代码-data structures, algorithms and applications-- C language descr iption of the second chapter source code.
linjiebiao
- 用邻接表表示的数据结构,及DIJKSTRA算法实现的最短路径程序-adjoining table with the data structure and algorithm DIJKSTRA the shortest path procedures
shushu
- 求素数的程序,用了一些标准库.不难,但很有用-Prime number for the procedure, using a number of standard library. It is not difficult, but very useful
zju1016
- zju 1016 Parencodings http://acm.zju.edu.cn/show_problem.php?pid=1016-zju 1016 Parencodings http :// acm.zju.edu.cn/show_problem.php pid = 101 6
