CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 常用问题的算法

搜索资源列表

  1. 5346363636

    0下载:
  2. :针对粒子群算法进行多极点函数优化时 存在的局部极小点和搜寻效率低的问题,引入了小 生境的思想到粒子群算法中,以粒子的最好位置为 中心,粒子的最好的个体解对应的适应值为半径建 立圆形小生境。stretching 技术,其次对子群体采用解散策略,即当在子群体中找到一个极值点后把子群体解散回归主群体,最 后设置子群体创建时的半径阈值,避免子群体半径过大。该算法解决了标准的NichePS0算法在处理 多峰函数时,极值点的个数依赖于子群体个数及极值点容易出现重复、遗漏
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:166726
    • 提供者:zhuifenger
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. SAPSO

    0下载:
  2. 0-1背包问题是学习算法时一个非常常用的简单问题,可以用多种智能优化算法实现,这里用到了蚁群算法和模拟退火算法还有两种方法的结合三种方法来实现。-0-1 knapsack problem is a simple learning algorithm is a very common problem, and can use a variety of intelligent optimization algorithm, ant colony algorithm and simulated ann
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:27085
    • 提供者:陈紫熙
  1. yiqun

    0下载:
  2. 基于matlab的蚁群算法计算程序源码,有效解决局部最优问题,数据输入是常用的matlab的表格输入-Effective solution to a local optimum based on the ant colony algorithm to calculate the program source code matlab data input is used matlab table input
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:2201
    • 提供者:杨明明
  1. ketama

    1下载:
  2. 一致性哈希算法(Consistent Hashing Algorithm)是一种分布式算法,常用于负载均衡。Memcached client也选择这种算法,解决将key-value均匀分配到众多Memcached server上的问题。它可以取代传统的取模操作,解决了取模操作无法应对增删Memcached Server的问题(增删server会导致同一个key,在get操作时分配不到数据真正存储的server,命中率会急剧下降),-Consistency hash algorithm (Cons
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:42392
    • 提供者:yuy
  1. Genetic-algorithm

    0下载:
  2. 遗传算法原理及其应用,还不错的一本书,遗传算法在做最优化问题时比较常用-Genetic algorithm and its application, but also a good book, genetic algorithm is more commonly done optimization
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-29
    • 文件大小:372948
    • 提供者:杨大头
  1. matlab

    0下载:
  2. 设每位同学自己的学号为n,采用遗传算法求解下面优化问题: min f(x1,x2)=(4-2.1*x1^2+(x1^4)/3)*x1^2+x1*x2+(-4+4*x2^2)*x2^2+n-20111369 s.t. -3<x1<3 -2<x2<2 函数 为六峰值驼背函数(Six-hump Camel Back Function),要求如下: (i)mesh()为Matlab中常用的画图函数,请查阅相关书籍或help,掌握mesh用法
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1372
    • 提供者:天溟
  1. JHSDB

    0下载:
  2. :针对常用坐标转换定位算法精确度和效率较低的问题,提出一种基于透视变换原理的定位算法。根据4 个初始定位点的坐标信息, 确定反映点与点之间空间映射关系的单应性矩阵。定位完成后,利用该矩阵进行简单运算即可完成坐标转换。实验结果证明该方法稳定性 较高。-Positioning algorithm for common coordinate conversion accuracy and low efficiency problem, a perspective transformation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1186769
    • 提供者:Ricky.Ke
  1. MATLAB-code_analysis

    1下载:
  2. MATLAB语言常用算法程序集(包括插值、函数逼近、矩阵特征值计算、数值积分、数值微分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、第15章 常微分方程的初值问题、第16章 偏微分方程的数值解法、数据统计和分析)-MATLAB language commonly used algorithm for assembly (including interpolation, function approximation, eigenvalue ca
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:131794
    • 提供者:何嘉威
  1. MATLAB-PROGRAMING

    0下载:
  2. MATLAB和Mathematica、Maple并称为三大数学软件。它在数学类科技应用软件中在数值计算方面首屈一指。MATLAB可以进行矩阵运算、绘制函数和数据、实现算法、创建用户界面、连接其他编程语言的程序等,主要应用于工程计算、控制设计、信号处理与通讯、图像处理、信号检测、金融建模设计与分析等领域。 MATLAB的基本数据单位是矩阵,它的指令表达式与数学、工程中常用的形式十分相似,故用MATLAB来解算问题要比用C,FORTRAN等语言完成相同的事情简捷得多,并且MATLAB也吸收了像M
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5479609
    • 提供者:汪磊
  1. Numeric-Algorithm-with-C-Language

    0下载:
  2. C常用算法程序集, 包含常用的插值,曲线拟合, 排序,极值问题,微分方程求解,矩阵计算-Numerical Algorithm with C language
  3. 所属分类:source in ebook

    • 发布日期:2017-05-21
    • 文件大小:6221223
    • 提供者:罗伯特
  1. neural-network-solving-tsp

    0下载:
  2. 神经网络解决旅行商问题,讨论了矩阵大小对算法稳定性的影响。土木工程领域中,常用于进行结构参数识别等。-Neural network to solve the traveling salesman problem, discussed the impact of the size of the matrix algorithm stability. The field of civil engineering, structural parameters commonly used in iden
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:943733
    • 提供者:xionger
  1. Floyed-Huffman-prim

    0下载:
  2. 算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path algorithm, fractional knapsac
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:540647
    • 提供者:liyuqin
  1. Chap02

    0下载:
  2. 数据结构中的常用线性算法,包括Josephus问题,顺序表和链表等。-Data structure used linear algorithms, including Josephus problem, such as the order of the tables and lists.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:33410
    • 提供者:wurangzhong
  1. sample1

    1下载:
  2. bp神经网络主要用于大数据下的预测,但存在过拟合问题,是目前最常用的预测算法之一-bp neural network is mainly used to predict the next big data, but the presence of over-fitting problems, is one of the most commonly used prediction algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-04-20
    • 文件大小:375808
    • 提供者:沈阳阳
  1. lvxingshang.java

    0下载:
  2. 用java语言开发基于遗传算法理论的旅行商最短路径问题,包含遗传算法的常用基本理论。-The basic theory of common java language development based on the traveling salesman problem based on genetic theory shortest path algorithms, including genetic algorithm.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:1668
    • 提供者:毕艳亮
  1. cppsfs

    0下载:
  2. 收集的C++常用算法.cpp文件,这对有一定基础编程的C++人员,解决问题,再也不用重新花时间寻求算法,直接找到相应的案例,拿来可以直接使用!-C++ commonly used algorithm collected. Cpp file
  3. 所属分类:GIS program

    • 发布日期:2017-04-17
    • 文件大小:9574
    • 提供者:leijinzhao
  1. BPNet

    0下载:
  2. 常用的模型和算法,BP神经网络解决异或问题-The commonly used model and algorithm, the BP neural network to solve xor problem
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:26143
    • 提供者:
  1. vc60

    0下载:
  2. 常用的模型和算法,主要应用于BP神经网络解决异或问题-The commonly used model and algorithm, the BP neural network to solve xor problem
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1221
    • 提供者:
  1. Fortran-common-assembly-algorithm

    0下载:
  2. 徐士良版的Fortran常用算法程序集书及源代码,可以解决大部分常用的数值计算问题。-Conventional algorithms Xu Shiliang version of Fortran program collection books and the source code, can solve the problem of most commonly used numerical calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:952140
    • 提供者:lisirui
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com