资源列表
xianxuxunhuan
- 二叉数先序循环的非递归实现,一般先序循环都是由递归实现的,按照完全二叉树格式输入字符型结点值-binary sequence a few first cycle of non - recursive, the general first order recursive cycle are achieved, In accordance with the format completely binary tree node input character values
Linklist
- 链表程序,新版!关于数据结构-Chain procedures, the new version! On the data structure
OLSSA
- 自己实现的一种数据流上的分段算法,基于软件学报上的一篇OLS算法的论文,效果和论文中实验基本一致
ac
- 多项式相加的计算 多项式相加的计算-Polynomial calculation of the sum of the sum of the calculation of polynomial
Discrete_GA
- This the code of genatic algo rihum, u can use it as the First step to implement the Discrete genetic Algorithm, by making changing in this code, u can use it for ur own application. -This is the code of genatic algo rihum, u can use it as the First
read
- write and read C.txt
Integrali
- Solving two given equations with Simpson s Integral and trapezoidal integral.
BTC
- its block truncation coding in matlab...can use as signature of image.
AHPvcPP
- VC++ ahp用于计算层次分析法,我真 说不到20个字-VC++ ahp
MMCqueue
- In queueing theory, the M/M/c queue is a multi-server queueing model.[1] In Kendall s notation it describes a system where arrivals form a single queue and are governed by a Poisson process, there are c servers and job service times are exponentially
program3(Throughput)
- spectrum sensing program 3.
k_nn
- kNN的思想:计算待分类的数据点与训练集所有样本点,取距离最近的k个样本;统计这k个样本的类别数量;根据多数表决方案,取数量最多的那一类作为待测样本的类别。距离度量可采用Euclidean distance,Manhattan distance和cosine。-kNN The idea is simple: the training set and calculated data points to be classified all sample points taken the neare