资源列表
数值分析程序_c语言
- 各种数学数值分析算法,杜氏分析法,迭代法,龙哥库塔法,二分法等大量算法(A variety of mathematical numerical analysis algorithm)
cordic
- 基于Verilog HDL语言,用cordic算法的旋转模式实现三角函数和反三角函数的计算(Calculation of trigonometric function and anti trigonometric function by rotation mode of CORDIC algorithm)
Cordic3
- 用cordic算法求三角函数与反三角函数的Verilog编程(Verilog programming of trigonometric function and inverse trigonometric function by CORDIC algorithm)
cordic_pipelined
- 用Verilog进行三角函数与反三角函数的计算(Calculation of trigonometric function and inverse trigonometric function by Verilog)
Sample Entropy
- 求一维时间序列的样本熵(Sample Entropy)值,包含 计算时间序列样本熵值的程序 :SampEn.m 调用SampEn的例程 SampEn_test 和测试数据数据 data 测试结果为 0.1736(calculate the sample entropy of one dimensional time series)
Desktop
- 利用MATLAB的帅选功能进行数据的筛选,并自动求解新矩阵矩阵(The data selection and automatic solution of new matrix matrix are performed by using MATLAB's smart selection function)
fft_C源程序
- c语言实现,快速傅里叶变化的源码。库函数形式(C language, fast Fourier changes of the source code. Library function form)
FastEMD-3.1
- 目前为止最快速的EMD算法,也可作为SIFT匹配的一种方法(So far, the fastest EMD algorithm can also be used as a method of SIFT matching)
SC_E1_15349005_V1
- 通过数值计算方法解决精度计算的相关问题。(Numerical calculation method is used to solve the problem of accuracy calculation.)
Programas_Matlab
- Algortimo GradienteDescendiente, Algoritmo de Random Walking, Algoritmo de templado simulado
intPorg
- 整数规划;分支定界实现整数求解 首先需要建好模型(Integer programming; branch and bound to achieve integer solution, we first need to build model)
magicqueue
- 双端队列,可从队首取数也可以从队尾取数加数(double-end queue,you can pop or push number from both two ends of the queue)