-
数据由多项式逼近
该程序从 APPROKSK 文件中读取数据。DAT 和发现多项式的系数数据进行拟合。在最后一步的计算结果表明在图表上。
- 2022-01-31 16:49:16下载
- 积分:1
-
维纳仿镇ar模型
维纳仿镇ar模型-Wiener imitation model town ar
- 2022-05-31 07:21:56下载
- 积分:1
-
TCP拥塞控制
网络的迅速发展,必然会导致拥塞的发生,如何避免拥塞和控制拥塞已成为现代网络研究的热点。
由于网络中95%的字节数据是使用TCP协议来传输的,因此,研究TCP中的拥塞避免和拥塞控制便成为拥塞研究的重点
- 2023-07-03 01:25:08下载
- 积分:1
-
运筹学中的马尔可夫链算法,很有用,检查可以运行
运筹学中的马尔可夫链算法,很有用,检查可以运行-Operations Research in the Markov chain algorithm, very useful, can run a check
- 2022-04-12 01:20:03下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1
-
一个快速傅立叶变换的FFT算法
一个快速傅立叶变换的FFT算法-a Fast Fourier Transform FFT algorithm
- 2022-02-02 19:53:43下载
- 积分:1
-
包括傅里叶变换和傅里叶反变换,c语言编写,简单明了,VC环境验证通过...
包括傅里叶变换和傅里叶反变换,c语言编写,简单明了,VC环境验证通过-Including Fourier transform and Fourier inverse transform, c language, simple and clear, VC verification environment through the
- 2022-01-30 17:39:51下载
- 积分:1
-
0 / 1背包问题是一个N P
0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0/1 knapsack problem is a P-complex issues, in order to solve the problem, and will be used backtracking algorithm to solve the problem. As to the choice of a subset of object, they will load a backpack, in order to obtain the greatest profits, the solution should be organized into space subset of the shape of the tree (Figure 1 6-2 below). The backtracking algorithms and 4. Two loading problem is very similar. Forming a recursive algorithm to get the maximum benefit available. Then, this algorithm is modified to form code. Improved code can be found at the maximum benefits included in the backpack of a collection of objects.
- 2022-02-26 09:06:08下载
- 积分:1
-
多小波matlab程序包
多小波matlab程序包-Multiwavelet Matlab package
- 2023-06-14 16:30:05下载
- 积分:1
-
生成不重复随机数算法,vb实现!
生成不重复随机数算法,vb实现!-generating random numbers of non-repetition algorithm, vb achieve!
- 2022-07-14 23:00:17下载
- 积分:1