-
VB的傅里叶变换光谱数据的快速傅里叶变换算法包括分钟…
用VB实现的傅立叶变换谱方法
包括复数据快速傅立叶变换算法、实数据快速傅立叶变换算法1、实数据快速傅立叶变换算法2、快速正弦变换和余弦变换等-VB Fourier transform spectra data including Minute Fast Fourier Transform algorithm, false information Fast Fourier Transform algorithm for one, real data Fast Fourier Transform algorithm 2, rapid transformation sine and cosine transform, etc.
- 2022-03-02 19:34:06下载
- 积分:1
-
is "commonly used computer numerical algorithms and procedures C version,&q...
是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2023-03-01 22:00:04下载
- 积分:1
-
ids classification algorithms csharp
ids classification algorithms csharp-ids classification algorithms csharp
- 2022-03-18 23:19:29下载
- 积分:1
-
98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,...
98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
- 2023-05-19 17:45:04下载
- 积分:1
-
EStereo/Stereo Plus
EStereo is a C++ library that enables to perform real-time dense stereo from 2 or 3 rectified images. StereoPlus is a GUI-based application allowing a user to load images and compute their disparity image and visualize/manipulate their 3D reconstruction (requires DirectX 9.0 or higher).
- 2022-06-13 01:41:19下载
- 积分:1
-
一元多项式相加程序
一元多项式相加程序-One of the polynomial sum of the procedures
- 2022-02-01 02:37:47下载
- 积分:1
-
求网络的最小费用最大流网络版
求网络的最小费用最大流网络版-for the minimum cost network flow largest online edition
- 2022-02-18 14:38:39下载
- 积分:1
-
多旋翼姿态滤波算法--MahonyAHRS
资源描述世界上最著名的多旋翼姿态滤波算法,包含源代码和PDF原理说明、使用说明
- 2022-01-26 02:26:51下载
- 积分:1
-
Blackjack C语言实现
用C语言实现blackjack游戏
游戏规则如下(法语)
La partie oppose tous les joueurs contre la banque. Le but est de battre le croupier sans dépasser
21 (voire la valeur des cartes ci-après). Dès qu’un joueur fait plus que 21, il est éliminé de la
partie. La valeur des cartes est établie comme suit :
– de 2 à 10 : valeur nominale de la carte ;
– chaque figure : 10 points ;
– l’As : 1 point ou 11 points au choix du joueur.
Un Blackjack est composé d’un As et d’une carte ayant pour valeur 10 (10, Valet, Daome ou
Roi). Cependant, si le joueur atteint les 21 points en 3 cartes ou plus on compte 21 points et non
pas Blackjack.
Au début de la partie le croupier distribue une carte face visible à chaque joueur et tire une
- 2022-01-25 22:14:08下载
- 积分:1
-
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序...
在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy the circumference of the rate calculation procedures
- 2022-02-05 18:46:19下载
- 积分:1