-
数值算法
各种数学算法的实现,里面包括矩阵的运算,方差,以及一些其他的常用数学算法,C#编写。
- 2022-01-30 10:36:45下载
- 积分:1
-
数值分析中的迭代法解线性方程组问题,含输入输出界面。
数值分析中的迭代法解线性方程组问题,含输入输出界面。-Numerical analysis of iterative method for solution of problems of linear equations, including input and output interface.
- 2022-07-21 12:15:31下载
- 积分:1
-
LFSR-algoritm
我自己在C++上实现线性反馈移位登记,以便生成一个伪随机数序列。所有号码都应保存在OUTLFSR.txt文件. 此代码可用于生成具有不同寄存器大小和不同参数的LFSR。
- 2022-03-21 21:00:55下载
- 积分:1
-
This is a java language used by solving a dichotomy at a designated function on...
这是一个用java语言编写的,用二分法求解某个函数在某个指定区间上的根,方便实用。-This is a java language used by solving a dichotomy at a designated function on the root zone, convenient and practical.
- 2022-03-29 17:37:41下载
- 积分:1
-
求函数极小值,适用于不带约束的、函数可以为非线性的无约束规划问题的求解...
求函数极小值,适用于不带约束的、函数可以为非线性的无约束规划问题的求解-Demand function is minimum applicable to non-binding, the function can be non-binding for the non-linear programming problem solving
- 2022-07-17 09:40:31下载
- 积分:1
-
杉木滤波器的代码,实现基本的杉木过滤器
fir滤波器代码,实现基本的FIR滤波器-fir filter code, the realization of the basic FIR filter
- 2022-03-19 14:50:26下载
- 积分:1
-
eigen开源的矩阵运算c++工具包
eigen工具包,是包括矩阵常用运算的开源C++工具包,不用安装可直接添加使用,非常方便
- 2022-04-26 12:19:36下载
- 积分:1
-
pathsim,java代码
学习推荐系统的同学可以看看,pathsim计算相似的方法,计算moive lens上的用户和电影之间的相似度,长度为2
- 2022-05-05 18:18:37下载
- 积分:1
-
svm实现多类分类
支持向量机在数据挖掘方向的成功使得该项技术在很多实际领域中得到广泛应用,这套代码就是在通过MATLAB来实现svm的多分类,包括对数据的预处理,样本数据的训练和预测仿真。希望对初学者有帮助。
- 2022-03-10 13:31:18下载
- 积分:1
-
一维伽辽金型无网格法MATLAB程序
无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大...
一维伽辽金型无网格法MATLAB程序
无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大减小计算的难度。然而,由于目前的无网格近似一般没有解析表达式,且大都基于伽辽金原理,因此计算量很大,要超出传统的有限元法;另外,无网格近似大都是拟合,因此对于位移边界的处理比较困难,多采用拉格朗日乘子法处理。-1维伽Galerkin-type meshless method MATLAB procedures meshless method based on the point of approximation, can be completely or partially eliminate the grid, the grid does not require the initial division and reconstruction, not only can guarantee the accuracy of the calculation, and can greatly reduce the difficulty of calculation. However, due to the current meshless approximation there is no analytic expression in general, and mostly based on the Galerkin principle, the calculation of a large volume, it is necessary to go beyond the traditional finite element method In addition, the meshless approximation are fitted, so displacement of the border more difficult to deal with, the use of Lagrange law.
- 2022-06-18 16:46:39下载
- 积分:1