-
PSO的UPFC
粒子群算法在UPFC中的应用
- 2023-03-27 04:20:03下载
- 积分:1
-
字符串匹配 KMP算法
包含main()函数,KMP()以及GetNext()函数。VS2010编译通过。
- 2022-02-28 21:09:56下载
- 积分:1
-
蒙特卡罗求圆周率算法,可以对蒙特卡罗算法有个初步认识,本程序C++实现...
蒙特卡罗求圆周率算法,可以对蒙特卡罗算法有个初步认识,本程序C++实现-Monte Carlo algorithms for pi, the Monte Carlo algorithm can have a preliminary understanding, this procedure C++ Achieve
- 2023-07-12 15:35:03下载
- 积分:1
-
Delta机器人运动学C代码
Delta机器人运动学C代码
- 2022-04-13 03:04:23下载
- 积分:1
-
in Turbo C development environment and achieve symmetric matrix input, and to de...
在Turbo C环境下开发,实现对称矩阵的输入,并判定是否为正定。可以修改输入模块实现对任意非奇异矩阵求逆。求逆算法采用伴随矩阵法,求解行列式采用化上三角矩阵法。该算法系本人根据《线性代数》描述编写,矩阵的最大阶数可任意修改,更具有通用性。-in Turbo C development environment and achieve symmetric matrix input, and to determine whether the positive. Can modify the input module of arbitrary non-singular matrix inversion. Inverse algorithm adjoint matrix method, used to solve determinant of the upper triangular matrix. The algorithm is based on my "Linear Algebra" to describe the preparation, the biggest band Matrix will be able to arbitrarily amend, more versatile.
- 2023-01-02 15:05:03下载
- 积分:1
-
提供的为清华大学出版社出版的C常用算法程序集一书中的程序
提供的为清华大学出版社出版的C常用算法程序集一书中的程序-of Qinghua University Press published for the C algorithm commonly used procedures set a book of procedures
- 2022-04-23 21:39:52下载
- 积分:1
-
二维稳态无源热传导方程的迭代求解
通过使用Fortran语言FTCS离散格式计算二维非稳态无源热传导方程在方形域里的稳态解,输出为data文件,可用tecplot等后处理工具进行图形化。对于CFD的初学者有一定的帮助作用
- 2023-01-11 08:40:04下载
- 积分:1
-
直线求交代码
应用背景
本人利用空闲时间来编造出简单的直线求交的FORTRAN代码,希望能帮助到有用的人,好人有好报,不用谢。
fortran,是数值计算中常用的解析语言。
关键技术该段代码采取了直线直接求交的方式。如果想要技术详细资料的话,好好啃里面的代码,挺好的。fortran,是数值计算中常用的解析语言。
- 2022-02-01 02:55:12下载
- 积分:1
-
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。...
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。-The basis of known data on the weight of the data fitting, if the data should not give the weight for data on the default weight is 1. This method is based on least-squares fitting carried out.
- 2022-07-09 02:46:57下载
- 积分:1
-
自定义大小的矩阵乘法算法
应用背景计算与自定义大小的矩阵的乘法,(例如:米*)关键技术矩阵是一个数字的数组,这个代码通过另一个整矩阵计算整个矩阵的乘法。
- 2022-09-28 00:00:04下载
- 积分:1