资源列表
nihequxian
- 在C或C++环境下,最小二乘法曲线拟合源码。-in C or C environment, the least squares curve fitting source.
nonlinear_filter
- 非线性滤波器的例程,为接口封装函数,matlab代码。-Routine non-linear filters for the interface package function
fljFFT
- c语言环境下编写的利用分裂基算法求复序列 的DFT -c language environment, the use of split-based algorithm for the preparation of complex sequence of DFT requirements
kalmand
- kalman源代码,希望我上传了可以下载你们的代码,同时你们也可以看我上传的 共同学习-kalman source
3-timus-prob
- Just another acm.timus.ru problems: 1149, 1089, 1294
Sort
- 排序程序函数定义,冒泡排序法,包括综合的,数字的,字符的。-Sort program function, bubble sort method, including integrated, digital, character.
KPCA
- KPCA是一种基于核的主要成分分析,是一种由线性到非线性之间的桥梁。通过非线性函数把输入空间映射到高维空间,在特征空间中间型数据处理,引入核函数,把非线性变换后的特征空间内积运算转换为原始空间的核函数计算。 基本思想是通过某种隐士方法将输入空间映射到某个高维空间(特征空间),并在特征空间实现PCA。对该算法进行了详细的说明-KPCA is a kernel-based principal components analysis, is a bridge between the linear
tree
- 二叉树的实现,简单实现增删改查功能,基本的数据结构-The realization of a binary tree, simple CRUD functions, the basic data structure
CubicSpline
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-we consider spaces of cubic C~1-spline on a class of trian- gulations.By using the inductive algorithm,the posed Lagrange interpolation sets are constructed for cubic spline space.
danlianbiao
- 单链表的建立(头插法),插入,删除,查找、修改、计数、输出-The establishment of a singly linked list (first interpolation), insert, delete, find, modify, count, output
add
- 简单的复数加法程序,小巧,灵活,可以改动-Complex additions
sj3
- (1)掌握栈“后进先出”的特点。 (2)掌握栈的典型应用——后缀表达式求值。 -(1) to master the characteristics of the stack last in, first out . (2) master the typical application of stack suffix expression uation.