资源列表
Finite_Element_Method
- 采用三角形单元网格,有限元编程求解结构受力分析,(Finite element method)
四元数更新在matlab中的实现
- 四元数更新在matlab中的实现,包括采样、更新四元数、规范化、得到姿态角(Quaternion update in matlab implementation, including sampling, update the quaternions, standardization and attitude Angle)
typeforEV
- 列举了不同类型电动汽车的电池容量和百公里耗电量(The battery capacity and 100km power consumption of different types of electric vehicles are listed)
拟合曲线
- 鼠标点击任意两点,两点之间进行直线拟合,继续点击,增加点的数目,多点之间进行多次插值拟合(Mouse click any two points, between two points to a straight line fitting, continue to click, increase the number of points, multiple points between multiple interpolation fitting)
GRNN1
- 本代码利用建立广义神经网络可用来进行拟合和预测(This code applies to forecasting)
tuopu
- 读入文件的数据,根据描述的关系,画出复杂网络图(Read the data in the file and draw a complex network diagram)
sorts
- 桶排序,简单排序算法,利用Python语言实现,属于八大基本排序之一。(# coding:utf-8 def BucketSort(a): b = [0] * (max(a)+1) result = [] for num in a: b[num] += 1)
zxecf
- 最小二乘法的实现,基本的程序编写,对于初学者是一个好的参考(The implementation of the least square method, the basic program writing, for beginners is a good reference)
main
- 用栈实现的计算器 C++代码 哈哈哈哈(A calculator implemented with a stack C++ code)
KalmanFilterDemoCode
- 实现卡尔曼滤波算法,可以简单的了解卡尔蛮算法的功能(Implementation of Calman filter algorithm)
W''(4,6,9)
- 利用R语言生成windmill图,用于复杂网络仿真和分析(A windmill graph generated by R language)
FitEllip
- 输入平面坐标系的x,y坐标,求解椭圆参数(Input the X, y coordinates of the plane coordinate system to solve the ellipse parameter)