-
漫湾水电站优化调度
群微粒算法:本算法用群微粒算法求目标函数的最大值
//本算法使用步骤
// (1)派生自己的群微粒类,类中必须定义double GetFit(PARTICLE&)方法,用来计算每个微粒的适合度
// (2)生成派生类实例,并在构造函数中指明微粒坐标维数和群体个数
// (2)设置微粒坐标上界数组和下界数组,并用SetXup与SetXdown设置微粒坐标上下界
// (3)用SetVmax方法设置微粒最大速度
// (4)设置可选参数:C1,C2,W和通讯函数
// (5)采用Run方法进行优化运算,优化后用GetBest方法获得最优个体适合度和坐标
- 2022-05-31 20:15:23下载
- 积分:1
-
delauney二维非结构网格生成过程中使用的语言
delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
- 2022-07-12 00:48:11下载
- 积分:1
-
Data Detection
在本文中,我们采用双阈值法在能量检测器进行频谱感知,而认知无线电网络中的融合中心将收集的本地的决定和观测值的次要的用户,然后作最后的决定,以确定主用户是否缺席或不。仿真结果将显示根据拟议的计划,而不是常规的方法大大提高了频谱感知性能的渠道。
- 2022-06-29 22:58:18下载
- 积分:1
-
我的串的比较算法实现
我的串的比较算法实现-my string comparison algorithm
- 2023-02-17 15:10:03下载
- 积分:1
-
用C++编写一个进行汉诺塔游戏的程序,只需要输入汉诺塔的层数,会自动计算如何进行搬运最简单...
用C++编写一个进行汉诺塔游戏的程序,只需要输入汉诺塔的层数,会自动计算如何进行搬运最简单-a programme that been writen by c++ which can calculate the simplest way to solve the hannuota game.
- 2022-03-04 17:34:38下载
- 积分:1
-
北京大学在线判断几个问题的解决代码
pku online judge 的部分题解代码-the solution code of several problems of pku online judge
- 2022-08-07 00:11:40下载
- 积分:1
-
卡尔曼滤波程序的滤波程序分手那疯了数据分类开始的杰弗里斯...
卡尔曼滤波程序的滤波程序分手那疯了数据分类开始的杰弗里斯-kalman filter
- 2022-02-04 11:22:24下载
- 积分:1
-
8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验...
8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
- 2022-02-02 07:48:22下载
- 积分:1
-
计算时间差的函数
计算时间差的函数-Function which calculates the difference in hours
- 2022-02-16 09:13:42下载
- 积分:1
-
快速获取3D重建切片的算法
本程序由kyungsang基姆制作。如果你有问题或问题,发送电子邮件到me.kssigari@gmail.complease试试这些测试步骤1。模拟器是用于测量投影。2。demo2是解析重建众所周知过滤backprojection3。Demo3 is the iterative reconstruction using the maximum likelihood expectation maximization (MLEM) method.nx: number of image pixels of x-directionny: number of image pixels of y-directionnz: number of image pixels of z-directionsx: real size (length) of x-axis of the image -> resolution of a pixel = sx/nxsx: real size (length) of y-axis of the image -> resolution of a pixel = sy/nysx: real size (length) of z-axis of the image -> resolution of a pixel = sz/nznu: number of detector pixels of x-direction (u)nv: number of detector pixels of z-direction (axial) (v)su: size of real (length) of detector u-direction -> resolution of a pixel = su/nusv: size of real (length) of detector v-direction -> resolution of a pixel = sv/nvDSD: distance between source to detectorDSO: distance between source to iso-center (image center).dir: rota
- 2022-07-08 11:47:05下载
- 积分:1