-
Mathematical Modeling of Probability and Statistics courseware. Described the ge...
数学建模中的概率统计课件。讲述了概率统计的一般方法。-Mathematical Modeling of Probability and Statistics courseware. Described the general method of probability and statistics.
- 2023-03-02 15:45:04下载
- 积分:1
-
GN算法Python代码
Market Newman写的复杂网络的加权GN算法 算法用Python写的
其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数,重复这个过程,直到网络中,所有边都被删除。
- 2022-03-19 07:03:37下载
- 积分:1
-
行列式求值
行列式求值行 列式求值行 列式求值行 列式求值行列式求值-evaluation of determinant
- 2022-04-15 01:49:18下载
- 积分:1
-
乔姆斯基文法判定
此程序是用C语言写的一个编译原理实验,用数组来存储。通过对数组的操作,以及文法规则来对文法进行判断。最终判断是属于哪一类文法。
- 2022-03-13 13:18:36下载
- 积分:1
-
此代码是被用于数学仿真大师的MAPLE软件上的。在MAPLE软件上运行此代码后,可清晰的看到傅立叶变换与贝舌尔变换的关系
此代码是被用于数学仿真大师的MAPLE软件上的。在MAPLE软件上运行此代码后,可清晰的看到傅立叶变换与贝舌尔变换的关系-This code is being used for mathematical simulation of the master of the MAPLE software. In the MAPLE software to run this code, can clearly see the Fourier transform of the tongue and Pui transform the relationship between Seoul
- 2022-07-24 04:10:20下载
- 积分:1
-
MP匹配追踪算法
该源码是在MATLAB 平台上实现的,主要是关于匹配追踪算法语音和音频的应用,对语音和音频进行稀疏分解和重构,实验仿真表明,语音和音频通过MP算法进行稀疏分解,重构后的音质不但不会下降,并达到压缩的效果
- 2022-01-30 18:02:19下载
- 积分:1
-
这是我用三次样条函数插值法的程序。
这是我编的利用三次样条法进行函数插值的程序。-This is for my use of cubic spline function interpolation method procedures.
- 2023-07-12 22:15:03下载
- 积分:1
-
包含几乎所有的排序算法
包含几乎所有的排序算法-contains almost all the Sort Algorithm
- 2022-06-20 03:57:25下载
- 积分:1
-
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点...
程序只产生均值为0,方差为1的随机数,要产生均值为E,方差为D的随机数,只要随机数*D+E就可以了。高斯随机数程序还是带参数的,参数是用来描述正态分布的一个浮点数表。在执行程序时,先生成这个表(只做一次),而后就可以任意多次地执行高斯随机数产生程序了。使用C是为了保证通用性,如果有人觉得麻烦,可以用C++做个类,把这些东西都封装进去。另外,如果有人有兴趣,也可以把它修改成任意形式分布的连续随机数产生程序,修改非常简单,这里就不提示了。-procedures have only mean of 0 and variance for a random number to produce the mean E, D variance for the random number, as long as a few random E* D on it. Gaussian random process parameters or with the parameter is used to describe a normal distribution of the float table. In the implementation process, Mr. into the table (one-off), and you can repeatedly arbitrary implementation Gaussian random number generator proceedings. The use of C is to ensure commonality, if someone finds trouble, can be used to be a Class C, all these things into account Packaging. Also, if someone is interested, can you change the form of arbitrary distribution of continuous random number generator procedure is very simple changes, I will not be sacrificed as a result.
- 2023-08-17 15:20:03下载
- 积分:1
-
poj_3134 IDA*
#include
#include
#include
#include
#include
#include
using namespace std;
int deep,n;
int v[1005]={1};
int h(int top)
{
int k=deep-top;
int x=v[top];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-14 00:25:02下载
- 积分:1