资源列表
Multiple-regression
- 多元回归分析的matlab程序和文献,有需要的可以下载-Multiple regression analysis of Matlab procedures and documentation, are in need can be downloaded
Data-Envelopment-Analysis
- DEA模型的matlab程序和参考文献,有需要的可以下载-DEA model matlab procedures and references, there is a need to download
Kalman-filter
- 卡尔曼滤波算法,主要用于处理从加速度传感器和陀螺仪获得的数据,从而得到一个真实的角度。此算法可以用在四轴飞行器,自平衡小车等方面。-Kalman filtering algorithm, mainly for processing data obtained from the acceleration sensor and the gyro, to obtain a true perspective. This algorithm can be used in four-axis aircraf
MergeSort
- 归并排序,采用分治法的一个典型应用。主要步骤可以简单的描述为:【从小到大排序】 第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】; 第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-Merge sort, using a typical application of divide and conquer method. The main steps can be simply de
Code utilitez Kerdock
- Kerbock, Kasami and other code generators
cifa
- 编译原理实验:词法分析,选择对各种常见高级程序设计语言都较为通用的语法结构无符号数的算术四则运算作为分析对象,给出其文法描述(注意应与所采用的语法分析方法比较贴近),设计并实现一个完整的语法分析程序。规则:E->E+T| E-T|T T->T*F| T/F|F F->(E)|i -Compiler principle experiment: lexical analysis, the choice of a variety of common high-level
LBM D3Q19.f
- Fortran code for 3d fluid flow
Modified_SPWM
- its an matlab model of Modified_SPWM.........
k-means
- C语言编写的一种模式识别里的重要的模糊聚类方法K-means算法的C程序-A pattern recognition C language' s important Fuzzy clustering methods K-means algorithm C program
estimate_noise
- The function inputs a grayscale image I and returns Sigma, the noise estimate.
filtdn
- Filter and downsample (by 2) along a dimension
Word_Ladder
- 算法导论中的,关于 leetcode oj, word_ladder的问题源代码 -Introduction to algorithms, on leetcode oj, word_ladder problem source code