登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:matlab
  2. 代码类别:数学计算
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Dipole-source-grid-method

  改进了跨声速偶极子网格法(TDLM),且在颤振计算中能自动求颤振点速度,从而较大地提高了计算速度,并有利于方法在较大马赫数及较大减缩频率时的应用。(Dipole source grid method)

64
下载
99
浏览
2021-01-13发布

2. Dieselengine

  一个柴油机模型,能计算柴油机的油耗率,扭矩(a diesel engine modle)

98
下载
103
浏览
2021-01-11发布

3. beam_displacement

  进行了简支梁荷载作用下的变形计算,将梁分成了40个单元,分别用Euler Bernoulli和Timoshenko 梁进行了对比计算(Was calculated deformation under loads simply supported beam, the beam is divided into 40 units, respectively Euler Bernoulli and Timoshenko beam compared calculated)

32
下载
108
浏览
2021-01-09发布

4. xixiaolifangzhen

  采用时域数值仿真算法较为精确的仿真铣削加工过程动态力(By using numerical simulation algorithm is more accurate simulation of milling process dynamic force)

35
下载
119
浏览
2021-01-09发布

5. apg

  一种利用梯度下降的加速求解低秩矩阵和稀疏矩阵的方法(accelerated proximal gradient method to find low-rank matrix and sparse matrix)

239
下载
100
浏览
2021-01-08发布

6. TILT_v1_04

  一种求解低秩矩阵和稀疏矩阵的方法,在图像中的应用广泛。(a inprove method to find low-rank and sparse matrix。)

233
下载
99
浏览
2021-01-08发布

7. MSE_calculation

  最小二乘算法,最小均方误差等算法的MSE的计算,MATLAB代码(Least-squares algorithm, such as minimum mean square error MSE calculation algorithm, MATLAB code)

625
下载
117
浏览
2021-01-07发布

8. FEM_VV

  这是一个3维8节点计算弹性力学有限元的MATLAB程序: 1) 生成网格的程序,可以更改模型尺寸、单元数量等参数;2)可以 计算刚度矩阵、位移、应力等,并将结果保存;3)可以后处理程序显示结果;(This is a 3-D 8-node MATLAB program for calculating finite element of elasticity:1) mesh generation program, which can change the size of the model, the number of elements and other parameters; 2) stiffness matrix, displacement, stress and so on can be calculated, and the results can be saved; 3) the results can be displayed by post-processing program.)

9
下载
93
浏览
2021-01-07发布

9. NPSVM-dual(Nonparallel-SVM)

  对现在非常流行的非平行超平面进行编程,可用于twin svm等非平行问题。(Use for "Nonparallel Support Vector Machines")

29
下载
66
浏览
2021-01-05发布

10. NPSVM-dual(Nonparallel-SVM)

  对现在非常流行的非平行超平面进行编程,可用于twin svm等非平行问题。(Use for "Nonparallel Support Vector Machines")

29
下载
65
浏览
2021-01-05发布

11. Logistic-Regression

  使用梯度下降法、随机梯度下降法和牛顿法实现的逻辑回归算法。(Using a gradient descent method, stochastic gradient descent algorithm logistic regression method and Newton' s method to achieve.)

40
下载
131
浏览
2021-01-03发布

12. 作业

说明:  数值分析matlab作业答案,介绍,matlab编程,数值分析计算(Numerical analysis matlab homework answers)

1
下载
76
浏览
2021-01-02发布

13. c_mean

  基于SVM的数据分类,通过IRIS数据进行验证,效果分类准确(SVM-based data classification, through the IRIS data validation, classification accuracy results)

28
下载
114
浏览
2021-01-01发布

14. matlab有限元工具箱

说明:  用matlab实现的有限元工具箱,有平面空间梁单元,杆单元,实体单元等。(achieved using Matlab Toolbox FEM, graphic space beam elements, rod elements, entities modules.)

2
下载
191
浏览
2020-12-31发布

15. fitting

  对于空间上的任意几个点所在的直线或曲线,该程序可以拟合出的方程。(For any of several points on the space where the line or curve, the program can fit out of the equation.)

16
下载
68
浏览
2020-12-31发布

16. Landweber

  电容层析成像的landweber算法演示程序,并有详细的说明。(The capacitive tomography of the landweber algorithm demonstrates the program and has a detailed description.)

50
下载
126
浏览
2020-12-31发布

17. mpso

  多目标粒子群优化算法,利用粒子群算法原理编写优化两个目标函数。(Multi-objective particle swarm optimization algorithms, particle swarm optimization principle to write to optimize the two objective functions.)

268
下载
189
浏览
2020-12-30发布

18. generalJacobianMatrix

  6自由度自由漂浮空间机械臂运动学建模,广义雅克比矩阵(6 degrees of freedom of the free-floating space manipulator kinematics modeling, generalized Jacobian matrix)

95
下载
91
浏览
2020-12-30发布

19. 振动台试验据整理和处理

说明:  振动台试验数据整理和处理算法,部分代码使用了王济、胡晓编著的《MATLAB在振动信号处理中的应用》一书中的代码(Data arrangement and processing algorithm of shaking table test)

4
下载
83
浏览
2020-12-30发布

20. rkutte

  四阶龙格库塔算法,用来求解二阶偏微分方程,在转子系统的动力学方程数值求解中普遍应用(Runge Kutta algorithm)

134
下载
113
浏览
2020-12-29发布