-
随机遍量的产生程序说明:
1 功能:该程序目的是要能够产生包括均匀分布,指数分布,瑞利分布和正态分布的随机变量。本人制作的应用程序可以方便地实现上述功能(暂...
随机遍量的产生程序说明:
1 功能:该程序目的是要能够产生包括均匀分布,指数分布,瑞利分布和正态分布的随机变量。本人制作的应用程序可以方便地实现上述功能(暂定点数
- 2022-01-26 02:34:57下载
- 积分:1
-
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题....
这是一个用VC实现在数据结构课程中比较经典的应用的一项式运算的程序.这个也测试通过.应该没有任何问题.-with VC data structure courses in the more classic use of a Type Operational procedures. This is also the test. Should be no problem.
- 2022-02-12 08:16:30下载
- 积分:1
-
误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少...
误差分析的方法有多种,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。特别值得一提的是,在工程技术界,经常使用几种不同的计算方法,甚至使用实验方法进行比较,从而确定计算结果的可靠性,这也是一种有效而实用的方法。-error analysis by a number of means, which is a priori estimation error method, compared to the previous "Forward Error Analysis" in the matrix calculation error into the homes a better estimate on the results of a matrix so the error analysis of a breakthrough in the progress, many with forward error analysis can be difficult to determine on the numerical method to achieve new progress. Particularly worth mentioning is that in the engineering technology sector, often use several different methods of calculation, or even the use of experimental methods, in order to determine the reliability of results, which is also an effective and practical method.
- 2022-04-27 04:17:28下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
电话簿
这个cod是电话簿,输入诸如姓名、地址、电话号码、传真号码等数据,。。。;可以搜索联系人和号码。
- 2022-08-20 02:30:29下载
- 积分:1
-
利用最佳一致逼近设计数字滤波器的程序,根据提示输入参数,程序输出单位取样响应h[n]...
利用最佳一致逼近设计数字滤波器的程序,根据提示输入参数,程序输出单位取样响应h[n]-use the best approximation of the digital filter design process, according to suggest input parameters, output units sampling procedures response h [n]
- 2023-05-04 19:05:03下载
- 积分:1
-
Runge
Runge-Kutta-Verner方法求积分,包括cpp源码-Runge-Kutta-Verner method of quadrature, including the cpp source code
- 2022-02-05 09:26:15下载
- 积分:1
-
一种排序算法
一种排序算法-A kind of sorting algorithm
- 2022-02-13 08:48:01下载
- 积分:1
-
roseTTA the pdf tutorials, Oh, that you are stuck atop a line than rosetta tutor...
roseTTA的pdf教程,呵呵,这个你是网上下不来的,比rosetta自带的教程内容多一些,很详细-roseTTA the pdf tutorials, Oh, that you are stuck atop a line than rosetta tutorial that comes with the contents of a little more detail
- 2022-03-19 20:53:05下载
- 积分:1
-
一个使用遗传算法实现桥梁的最优化维护的代码
一个使用遗传算法实现桥梁的最优化维护的代码-A use of genetic algorithm to optimize the maintenance of the bridge code
- 2023-02-26 04:25:03下载
- 积分:1