资源列表
BINARYTR
- binary tree creation insertion,deletion,traversal
Variet-by-K-distribution
- K分布在许多领域建模有及其重要的作用,本程序根据论文Novel Physical Interpretations of K-Distributed Reverberation产生符合K分布的随机数-Sea-floor scattering that results in heavy-tailed-matched-filter-envelope K probability distribution functions.This program produce variet by K distrib
kNearestNeighbors
- 一个简单实用的K紧邻分类器 -KNN
mElman
- 基于Elman网络的非线性系统辨识,选并联辨识结构-Based on the Elman network nonlinear system identification, chooses the parallel identification structure
yinshi
- 抛物型方程的隐式解法,用fortran程序编的,以平板的传热为例-Parabolic equations implicit method, using compiled fortran program to the heat transfer plate as an example
binary_search
- 关于二分查找的代码,二分查找又称折半查找,优点是比较次数少,查找速度快-the search of binary_search
against-list
- 构建一个链表,并对链表逆置.输出链表信息-Build a linked list and against the set linked list then input the information of this linked list
runge
- 拉格朗日均匀插值法显示Runge现象,后又改进使用了切比雪夫插值点,使得误差中的Wn+1值减小,消除了Runge现象。-Lagrange uniform interpolation Runge phenomenon, then improved using Chebyshev interpolation points, the cut makes error in the Wn+1 value decreases, the elimination of the Runge phenomenon.
finitedifference
- 用有限差分的方法解微分方程,并给出了一个实例,用的时候可以直接套用。-The finite difference method for solving differential equations, and gives an example, the time can be directly applied.
CCA
- Canonical Correlation Analysis
graphics
- This program demonstrate the usage of Borland graphics functions, these are available only for msdos 16 bit programs using TurboC++ compiler.
4
- 本题关于排序与细节处理,故选择int数组作为数据结构。 算法思想如下:对于输入的数据,根据其后的‘+’‘-’,用a,b的数组分别记录染病和正常的动物的高度。然后分别将a,b两数组排序。对于其后的m组询问,分别求出要杀中的动物数量x和最多误杀的动物数量y,分别询问a,b数组的倒数x,y位置的元素,稍作处理,分别作为最高高度和最低高度输出(若不和逻辑,输出-1)。程序结束。 复杂度:本题的运算时间主要用于排序(快排),故复杂度为O(nlogn)。空间复杂度是 O(n)。 -This
