资源列表
fft
- 实数fft代码,源于侯朝焕老师的实用FFT信号处理技术,已验证
CAGMIVH
- 此程序是关于多维数组多次排序的一个小程序。
kmeanssource
- kmeans程序,用以各种方面聚类分析,诸如入侵检测和图像等。-kmeans method,used in many fields, such as intrusion detection, imag segmentation and etc.
1
- 统计学领域,测量数据处理领域线性混合模型的方差分量的最小范数估计-The MIQUE of variance components
JD_Nt
- 自己以前编写的解非线性组的简单Newton法的一个算例。程序中自定义求解的方程组为:3X-Cos(Y*Z)-0.5=0 X^2-81*(Y+1)^2+Sin(Z)+1.06=0 e^(-X*Y)+20*Z+(10*pi-3)/3=0。方程组可根据用户需要在程序中自行定义。-A case of simple Newton algorithm for nonlinear equations. The example of the nonlinear equations is given: 3X-C
Expression-evaluation
- 利用栈来求解表达式求值问题。用的是算数优先法,设置了两个栈:OPTR,用来寄存运算符;OPND,用以寄存操作数或运算结果。-Usage of the expression evaluation stack to solve the problem. Count method using a priority, set up two stacks: OPTR, for storage operator OPND, for the storage operand or operation resu
theKthNumberInASegment(segmentTree)
- 可以快速地查询某段区间的第k元素,是zoj上的Dynamic ranking 的源程序-query the kth number in a segment
nerual-network-BP
- 模拟BP神经网络,已知四个输入向量和期待输出,可以通过hebbian和delta学习算法得到权重值,从而构建网络-BP neural network simulation, the four known input vector and look forward to the output, you can get hebbian and delta weight learning algorithm to build the network
sort
- 快速排序算法的多线程实现,将快速排序算法并行化处理-Multi-threaded implementation of quick sort algorithm, Quicksort algorithm parallel processing
bp-matlab-code
- 基本bp神经网络算法和改进型bp神经网络算法都是我改写完成的算法,是网上到处传播的一个c++ bp神经网络算法改写的-Bp basic neural network algorithms and improved neural network algorithm bp are my complete rewrite of the algorithm, is spreading everywhere, an online c++ bp neural network algorithm rewrit
Complex-matrix-inversion
- 该程序能够实现线性代数中复矩阵求逆问题,读者可在原基础上进行修改-Complex matrix inversion.zip
fs_sup_relieff
- RELIFF ALGORITHM FOR FEATURE SELECTION