资源列表
matrix
- 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
MATLAB
- 数学形态学,高帽滤波,低帽滤波,并运算叠加实现对比度增强(By using mathematical morphology method, hat and low hat filter for image filtering)
hyy_d
- 图论D算法求最小路径,应用于路由选择问题(Graph theory, D algorithm, minimum path)
LASSO与一般线性回归模型构建
- 一种综合评价方法,跟主成分分析类似,但效果更好(A comprehensive evaluation method, similar to principal component analysis, but better)
tir
- 计算tir透镜反射面,该程序用于照明中设计的(The program is used for lighting design and is to design Total Internal Reflection lens)
简单代码
- 一些很基础的Matlab的函数代码,简单易懂,初学者可以尝试运行看看,最最基本的maylab代码,没基础也能看懂(Some very basic Matlab function code, easy to understand, beginners can try to run to see, the most basic maylab code, no foundation can understand)
berth_allocation
- 港口泊位分配问题,采用贪心算法和模拟退火算法(Port berth allocation problem)
My_Bolton_creep_model
- Creep subroutine using Bolton equation
1010
- 对一个简单的二维图形利用二维函数进行一个简单的裁剪操作(Two dimensional graphics are cut using two-dimensional functions)
.zip
- 对矩形孔的夫琅禾费衍射图样进行数值模拟,可调节不同的衍射距离。(A numerical simulation of the Fraunhofer diffraction image of rectangular hole under different diffraction distances.)
c_mean
- 模式识别中的c聚类算法,用来对不同类别的混合数据进行合理的分类。(Pattern recognition in the C clustering algorithm, used for different categories of mixed data for reasonable classification.)
dm642main
- 可以将开发板上的LED灯点亮的一个小程序(a small program of what can be developed on the board of LED lights lit)
