资源列表
Desktop
- 基于2013年全国大学生数学建模比赛B题碎纸片复原设计的matlab程序。可在较少的人工干预情况下,完成碎纸片的复原。(Based on the matlab program for the design of shredding B in the National Undergraduate Mathematical Modeling Contest in 2013. The restoration of shredded paper can be accomplished with less
霍夫圆变换
- 可以通过边缘检测等等算法,实现霍夫圆变换(The edge detection algorithm and so on, realize the circle Hough transform)
凝聚层次聚类的matlab代码
- 聚类,就是单纯的聚类算法,别的我也不知道啊(I CAN NOT SPERK ENGLISH)
seismic_wave
- 程序实现了均匀介质、分层介质中规则网格声波有限差分的正演模拟。(The program realizes the forward modeling of sound wave propagation in homogeneous medium and layer homogeneous medium using finite difference method with regular grid.)
数学建模题目及论文
- 数学建模题目以及论文,。。。。。。。。。。。(Mathematical modeling topics and papers)
16QAM
- 16QAM的详细算法,星座,调制,解调等(Detailed algorithms for 16QAM)
数学建模算法全收录799页
- 用于数学建模的MATLAB算法,全面实用。(Used in mathematical modeling competitions.)
傅立叶变换程序
- 傅里叶变换的matlab实现 主要是自己做的例题(Fourier transformation)
6轴机械臂逆解
- 通过matlab来获取6轴机械臂的逆解,里面包含了matlab的机器人库。(The inverse solution of the 6 axis manipulator is obtained by MATLAB)
工型有限差分程序
- 1、对求解区域进行网格剖分,网格越小,精度越高。 2、将边界条件离散到格点上。 3、用五点差分建立求解方程,求出各个各点上的函数值。(1, mesh the mesh of the solution, the smaller the grid, the higher the accuracy. 2, the boundary conditions are discretized to the grid. 3, five point difference i
第6讲 用MATLAB进行数据拟合
- 数据拟合,入门 数据拟合是一个数学函数,在MATLAB的NAG Foundation Toolbox中也有一些曲面拟合函数,如e02daf是最小二乘平方曲面拟合函数,e02def可求出曲面拟合的函数值(Data fitting is a mathematical function, in MATLAB NAG Foundation Toolbox, there are also some surface fitting functions, such as e02daf is the leas
comp_sgd_bb_sgd
- 自然梯度算法比随机梯度算法有更好的收敛性能和数值稳定性,块递归算法需要较少的运算时间。(The natural gradient algorithm works more efficiently than the ordinary gradient algorithm, and the block recursive method is feasible to real-time processing)