-
c语言简单算法实例
c语言简单算法实例-c algorithm example, simple language
- 2022-05-19 06:26:29下载
- 积分:1
-
实现高斯施戴尔迭代,可以直接输出迭代矩阵,并且,误差可以手动修改。...
实现高斯施戴尔迭代,可以直接输出迭代矩阵,并且,误差可以手动修改。-computate guass-sedal process
- 2022-10-31 23:10:02下载
- 积分:1
-
一种光谱电磁扩散的数值解法
我提出了一个伪谱的显式方案,可以模拟低频电磁 (EM) 传播在地球。该方案解决了线性周期抛物型方程,
具有内机精度精密,两个时间和空间。
- 2022-02-20 14:47:41下载
- 积分:1
-
本程序为Kmp匹配算法的实现,程只需直接运行即可,
本程序为Kmp匹配算法的实现,程只需直接运行即可,-the procedures for KMP matching algorithm implementation, a journey which takes you directly can run,
- 2022-09-10 08:40:03下载
- 积分:1
-
波音747飞机运动空间六自由度仿真模型-Simulink程序.rar
波音747飞机运动空间六自由度仿真模型-Simulink程序.rar波音747飞机运动空间六自由度仿真模型-Simulink程序.rar波音747飞机运动空间六自由度仿真模型-Simulink程序.rar
- 2022-03-03 22:53:52下载
- 积分:1
-
背包问题的C++ 实现
背包问题的 求解代码,自己用C++实现,里面包括0-1背包问题 和 单位质量的背包问题,包括如下几个关键的函数:void vwComp(Item*item,int n) ;void vwSort(Item*item,int n);int getMaxValue(Item*item,int n, int p,int cvs,int cws);double frackKnapsack(Item*item,int n,double *chs);void zeroOneKnapsack(Item*item,int n,int &fv,int &fw,int *fch)
- 2022-10-14 21:55:03下载
- 积分:1
-
Gauss
高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
- 2022-03-20 12:23:23下载
- 积分:1
-
这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解...
这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解-This the commonly used algorithms and numerical algorithms of graph theory is used pseudo-code description of the inside of the algorithm in detail on the
- 2022-04-15 02:42:27下载
- 积分:1
-
ffmpg库的源码
FFmpeg README
-------------
1) Documentation
----------------
* Read the documentation in the doc/ directory.
2) Licensing
------------
* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
liba52 and libpostproc are licensed under the Lesser GNU General
Public License.
* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.
Fabrice Bellard.
- 2022-07-03 09:19:29下载
- 积分:1
-
PSCAD中搭建高压直流输电模型的各种补偿容量的计算
主要是计算PSCAD中搭建高压直流输电模型的各种补偿容量的计算。
reactive.m 用于计算高压直流输电整流侧和逆变侧的无功功率的补偿容量,本程序是基于直流输电实验室及相关参数设计,如需其他计算,需要将相关的参数进行修改
filter1 用于计算双调谐滤波器的电容电感参数
filter2 用于计算单调谐滤波器电感电容参数
- 2022-02-07 15:47:18下载
- 积分:1