搜索资源列表
Excel中农历的算法
- ★或是Excel中最牛的农历解法★ ★ 理由1:数据准确。数据起初来源于《万年历_中华农历网》中数据定义部分并进行了扩充(起止范围为:1900-1-1~2101-1-28),后又与《农历两百年算法【C语言代码】》及《寿星万年历》进行了校对,发现部分日期有出入。于是又下载了《中华五千年长历》和《三千五百年历日天象》两本书(第二本书只到2050年),对近2500个月的关键数据进行了逐一比对(2038年还有出入,最后以我的诺基亚6060手机为准),整理出了一套基础数据。(详见农历基础数据中的说明)
可扩展到ns2中的蚁群算法程序
- 一个可扩展到ns2中的蚁群算法程序,对于蚁群算法的路由研究很有用处,1 can be expanded to ns2 in the ant colony algorithm program for the study of ant colony algorithm is useful for routing
FBP重建算法
- FBP重建算法 滤波反投影 投影 反投影(FBP reconstruction algorithm, filtered back projection, projection backprojection)
Bp算法
- 一个神经网络BP算法,基于matlab语言编写的程序库。(A neural network BP algorithm, which is a library based on MATLAB language.)
蚁群算法
- 路径优化蚁群算法matlab程序‘ 在求解该问题的蚂蚁算法中,每只蚂蚁是一个独立的用于构造路线的过程,若干蚂蚁过程之间通过自适应的信息素值来交换信息,合作求解,并不断优化。(Path optimization, ant colony algorithm, matlab program. In the ant algorithm for solving this problem, each ant is an independent procedure for constructing the
VB公共基础_第1讲__算法与数据结构
- 本文提供VB公共基础__算法与数据结构的讲解,可以帮助VB学习者(This article provides the VB based __ algorithm and data structure, the interpretation of public can help learners of VB)
ER随机图构造算法
- ER随机图构造算法思路: (1)初始化:给定N个节点以及连边概率p~[0,1] (2)随机连边: 1.选择一对没有边相连的不同的节点。 2.生成一个随机数 r~(0,1)。 3.如果r < p,那么在这对节点之间添加一条边,否则就不添加。 4.重复1,2,3,直到所有的节点对都被选择。(The idea of ER random graph construction algorithm: (1) initialization: a given
连续投影算法
- 连 续 投 影 算 法(SPA)是 一 种 使 矢 量 空 间 共 线 性最小化的前向变量选择算法, 它的优势在于提取全波段的几个特征波长, 能够消除原始光谱矩阵中冗余的信息,可用于光谱特征波长的筛选(Continuous projection to calculate method (SPA) is a kind of minimizing vector spatial collinear prior to variable selection algorithm, and it has th
蚁群算法
- 蚁群算法的代码实现,主要是针对车辆路径优化VRP 问题的实现(The vehicle routing problem with ant colony optimization algorithm)
混沌蚁群算法
- 前推回代法的辐射状配电网潮流程序 matlab编写蚁群算法实践 粒子群工具箱PSOt 基于遗传算法配电网无功优化方法程序源代码 求解机组组合问题的多种群混沌蚁群算法(Forward push back generation method of radial distribution network tidal current procedures matlab prepared ant colony algorithm PSOt based on genetic algorithm distri
chapter1遗传算法工具箱
- 遗传算法一部分,希望可以帮到大家,建模加油(Part of genetic algorithm)
组合算法所有代码rar
- 包含了组合算法很优秀的代码,值得一读, 并且能够大大节省编程时间。(It contains the excellent code of the combination algorithm, which is worth reading and saving the time of programming.)
鱼群算法
- 利用matlab仿真基本鱼群算法,得出鱼群算法的matlab仿真结果图(Fish Swarm Algorithm Simulation)
数学建模算法大全
- 数学建模算法大全,包括群智能,贪婪算法,神经网络等(Mathematical modeling algorithm, including swarm intelligence, greedy algorithm, neural network and so on.)
遗传算法工具箱
- MATLAB的一个工具箱,关于遗传算法的,有需要的下载。(MATLAB is a toolbox for genetic algorithm, which needs downloading.)
BA_ELM蝙蝠算法
- 蝙蝠算法优化极限学习机,简单易懂,可得到结果。(Bat algorithm optimizes extreme learning machine, which is simple and easy to understand and can get results.)
蚁群算法_最优路径(二维)
- 有关蚁群最优算法,求最优路径,亲测有效,欢迎下载。(For the ant colony optimization algorithm, find the optimal path, pro-test is effective, welcome to download)
遗传算法
- .静态路径规划与动态路径规划的区别 ??以区域分割为指标的动态路径规划以区域分割为指标的动态路径规划 静态路径规划是在已知的静态环境中,规划一条从起点至终点的路径。一旦在... 2.从分析一篇论文开始基于蚁群算法的动态路径规划及其在编队中的仿真应用-赵峰一、核心:改进的... 3.C-ACA信息素更新策略只发生在从起点到最优局部目标点的道路上,更新规则公式如下: ... 4.轮盘赌策略 作用:在保证最大某节点有最大被选择概率的同时,其他效率较低概率的节点也会被...(This can great
SSA(樽海鞘群算法)
- 使用樽海鞘算法结合极限学习机,应用风电场数据,根据风速温度等条件对风功率进行预测,效果不错(The thalassella algorithm combined with extreme learning machine is used to predict wind power according to wind speed, temperature and other conditions with wind farm data)
麻雀搜索算法(SSA)优化bp网络
- 较新的优化算法,麻雀算法优化BP神经网络权值与阈值;(the key parameters of BP are choosed automatically by Sparrow Search Algorithm.)