搜索资源列表
AVL-Trees-codes
- AVL Trees的C++代码实现,附有PDF文档说明,便于该算法学习!-AVL Trees in C++ code, with a PDF document shows that the algorithm is easy to learn!
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
fbm.2004.11.10
- 《Software for Flexible Bayesian Modeling and Markov Chain Sampling》是机器学习领域专家Neal编写的用于Bayesian和马尔可夫链Linux下的C语言工具包。很有名,也很权威。 -This software supports Bayesian regression and classification models based on neural networks and Gaussian processes, and Ba
decisiontreeID3
- id3 program in java for decision trees
cc
- interval trees. Used to handle overlapping ranges in a good way
SGTEditor_v1.2
- SGTEditor is a graphical editor for situation graph trees (SGTs), which allows the graphical creation, inspection and manipulation of SGTs. SGTs are graph-like structures modelling the behavior of agents. They were successfully used in terms of highl
Prim_Kruskal
- This program implements both Kruskal s and Prim s Algorithms for deriving minimum spanning trees.
modelcs_v1.1
- modelcs_v1.1 - 1D trees, 2D trees, Block sparsity, Clustered sparsity
php_exp
- 一段是php实现的四则运算源码,支持括号以及负数-One of the trees used four operational code, we hope to give exhibitions
Red_Black_trees
- red black trees algorithm in python
zuixiaofei-zuidaliu
- 文件中包括了最优化中的最小树最大流程序以及例子和程序-File included in the most optimal maximum flow procedures and examples of trees and procedures
6091_Trees.tar
- Solution for the problem 6091 - Trees (ACM-ICPC Live Archive), uses Union-Find.
RTree_2014
- R-Trees provide Log(n) speed rectangular indexing into multi-dimensional data. Based on his original implementation, I brought it up to date with ANCI specifications and added a nice fix for a degenerate case based on sphere volumes.
sgu250
- sgu250:Constructive Plan 题目大意: 给出一个n∗ m的01矩阵,0表示不能放,1表示能放,在其中放入三个矩形,要求满足如下条件: 1.每个矩形面积大于0。 2.这些矩形必须是一个联通块,矩形之间不能重叠。 3.矩形的左边界在同一条线上。 4.中间矩形的横向长度小于两边矩形的横向长度。 求出最大的三个矩形的总面积,无解输出− 1。-250. Constructive Plan time li
algorithms
- Data structures and algorithms, AVL trees,rank finding algorithms, Fibonacci tree
python程序
- 利用Python中的turtle库实现画树,简单易上手(Using turtle Library in Python to draw trees, easy to get started.)
Random-Forests-Matlab-master (2)
- 要说随机森林,必须先讲决策树。决策树是一种基本的分类器,一般是将特征分为两类(决策树也可以用来回归,不过本文中暂且不表)。构建好的决策树呈树形结构,可以认为是if-then规则的集合,主要优点是模型具有可读性,分类速度快。(In machine learning, a random forest is a classifier that contains multiple decision trees, and its output category is determined by the m
