资源列表
Add
- 实现两个很大的十进制数进行相加运算,用栈来实现。-Achieved by adding two big decimal arithmetic, using the stack to achieve.
QuickSort
- 快速排序算法C语言实现,这个是数据结构书上的代码。-Quick Sort algorithm C language, this is the code data structure book.
VariReg
- 很好的数据挖掘软件,完全免费.内附说明文档,总之是比较先进的开源挖掘软件。-hen hao de shuju wajue ruanjian ,fansiren de,zhegewangzhan zhixiang zhuanqian .
Program1
- 这是中文信息处理的分词算法实现,具有很高的正确率和使用价值!这是分词算法的核心内容!具有很高的参考价值。-The text clustering algorithm based on text similarity computing research and implementation, this is an important branch of Chinese information processing.
avl
- 一套持久化平衡树,可用于代替sgiSTL中的rope,且功能更加强大(略作修改可实现持久化动态树)使用GNUC++标准(在OI前辈fanhq指导下完成)文件内自带使用方法样例-A persistent balanced BST, can be used instead of rope in sgiSTL, and more powerful (slightly modified to achieve lasting dynamic tree) (OI seniors fanhq complete
Applications-tree-structure
- 以班级学生信息作为管理对象,以学生信息中的学生成绩为关键字,生成一棵二叉排序树,查找特定结点。-In a managed object class student information, student information, student achievement is key to generate a binary sort tree, look for a specific node.
order
- 通过冒泡排序法和选择排序法实现对若干数字的排序。-To achieve the order of several numbers
Htree
- 输入叶子节点的权值,够着哈夫曼树并输出。-create the hftree
fl_4_zb1
- 用于大坝安全预警模型的多元回归以及变量分离的程序。也可以用于其他非线性回归-Dam safety warning model for multiple regression and variable separation procedures. Can also be used for other non-linear regression.
similar
- java简单字符串相似度算法代码,结果返回字符串相似率-Java simple string similarity algorithm code
queen
- 基本算法当中皇后问题的C语言实现,对初学者有利。-The C language implement of the problem of queen. It is good for the freshmen.Come on!!
DP
- 随着动态规划在 OI 中的广泛运用,动态规划问题已经不再停滞于能够写出 方程就能得到完美解答。如今考察我们的对于动态规划的运用往往是考察动态规 划的优化,也就是降维。我们已经知道维护方程中的决策可以选择用数据结构进 行优化,比如:Splay、线段树,等等。这样的优化仅能将方程的时间复杂度下 降一个 LogN 的级别。如果 N 的范围相当大,即使下降一个 LogN 的级别也依然 超时呢?我们引进一种更强的优化——斜率优化。-With the extensive use of d
