CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - optimization to

搜索资源列表

  1. Code.Optimization

    0下载:
  2. 这是一本关于代码优化的书,虽然电脑技术发展迅速,但是要处理的现实问题也越来越复杂,不可能一味地发展硬件来迎合处理复杂问题的需要,实际上代码还有很大的优化空间,我们可以利用有限的硬件资源发挥出最大的功效。这本书需要一定的汇编基础。-This is a book about code optimization, although the rapid development of computer technology, but also to deal with more complex pract
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3527096
    • 提供者:成名
  1. genetic-algorithm

    0下载:
  2. 用基本遗传算法求解一维无约束优化问题 用顺序选择遗传算法求解一维无约束优化问题 用动态线性标定适应值的遗传算法求解一维无约束优化问题 用大变异遗传算法求解一维无约束优化问题 用自适应遗传算法求解一维无约束优化问题 用双切点遗传优化求解一维无约束优化问题 用多变异位自适应遗传优化求解一维无约束优化问题 -The basic genetic algorithm with one-dimensional sequence of unconstrained optimizat
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6339
    • 提供者:胖子
  1. qpso

    4下载:
  2. 采用基于量子粒子群算法来计算电力系统无功优化-Based on the quantum particle swarm algorithm to compute reactive power optimization
  3. 所属分类:matlab

    • 发布日期:2015-11-28
    • 文件大小:2089984
    • 提供者:亮仔
  1. particle-swarm-optimization

    1下载:
  2. 应用于求解多目标最优解的粒子群算法的MATLAB程序-Applied to solve multi-objective optimal solutions of the MATLAB program PSO
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4322
    • 提供者:赵强
  1. How-To-Get-Top-Ranking--Search-Engines

    0下载:
  2. The tutorial is all about getting your site listed on top in Search Engines i.e Search Engine Optimization
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2789
    • 提供者:realahmed8
  1. optimization-with-GA-based-on-matlab

    0下载:
  2. 介绍了遗传算法的matlab实现以及用于函数优化问题的求解-Matlab genetic algorithm is introduced to achieve and for function optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:261423
    • 提供者:田宾馆
  1. optim_webinar_Nov05

    0下载:
  2. New Approaches to Constrained Optimization in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8909
    • 提供者:javid
  1. Swarm

    0下载:
  2. 用粒子群算法求函数f(x)=1-x*x的最大值-Particle swarm optimization to get the maximum of a function with f (x) = 1-x* x
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:294332
    • 提供者:Lili
  1. Optimization

    0下载:
  2. o Client-server computing or networking is a distributed application architecture that partitions tasks or workloads between service providers (servers) and service requesters, called clients. Often clients and servers operate over a computer network
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:7495201
    • 提供者:sathiyaraj124
  1. jdyhff

    0下载:
  2. 经典最优化方法最优化方法是一门古老而又年青的学科。这门学科的源头可以追溯到17世纪法国数学家拉格朗日关于一个函数在一组等式约束条件下的极值问题(求解多元函数极值的Lagrange乘数法)。-Classical optimization methods optimization method is an old and young subjects. The source of this discipline can be traced back to 17th century French ma
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:233381
    • 提供者:张浩
  1. Optimal-economy

    1下载:
  2. 计算电力系统最优化,使电力系统运行时达到经济最优-Calculation of power system optimization, so that when the power system to achieve the economic optimum
  3. 所属分类:matlab例程

    • 发布日期:2012-12-17
    • 文件大小:3001
    • 提供者:实在
  1. lianxi

    0下载:
  2. java实验编写输入一个数n,输出一个杨辉三角,-Enter the regular expression compiler output principle experiment DFA optimization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1673
    • 提供者:dai
  1. Ant-Colony-Optimization-Marco-Dorigo-Thomas-Stutz

    0下载:
  2. This book introduces the rapidly growing field of ant colony optimization. It gives a broad overview of many aspects of ACO, ranging from a detailed descr iption of the ideas underlying ACO, to the definition of how ACO can generally be applied t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1942822
    • 提供者:shalin
  1. Query-Optimization

    0下载:
  2. Optimization queries form an important part of real world DBSs. Researches in global query optimization have been scarce compared to other issues (such as schema integration) due to the unavailability to reliable cost estimate for autonomous DBCs. Th
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2842665
    • 提供者:sh elgharib
  1. QPSO

    2下载:
  2. 量子粒子群优化算法,采用matlab编程,可实现快速优化多维函数,不易陷入局部最优值-Quantum particle swarm optimization algorithm, using matlab programming, multi-dimensional functions can be optimized for fast, easy to fall into local optimal value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:769
    • 提供者:王兰彬
  1. optimizationinMatlab

    0下载:
  2. matlab最优化20个实例,看了就知道物有所值了,对于学习优化的朋友很有用。-20 instances of matlab optimization, read to know that value for money, and friends for useful learning optimization.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:214976
    • 提供者:王敏蔚
  1. AIS

    1下载:
  2. 一个基于人工免疫克隆选择算法的调度优化MATLAB源码,对应理解程序原理十分有用!-An artificial immune clonal selection algorithm based on scheduling optimization MATLAB source, corresponding to understand the program theory is very useful!
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-12-09
    • 文件大小:27648
    • 提供者:sde
  1. Tips-and-Tricks

    0下载:
  2. Engineers and scientists across all major industries use optimization to find better solutions to their problems. This webinar highlights the MathWorks optimization product offering, including MATLAB, Optimization Toolbox, and Global Optimization Too
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:46427010
    • 提供者:mingi, kim
  1. pso_threshold-segmentation

    2下载:
  2. 图像阈值分割,为确定图像分割的最佳阈值,基于粒子群优化算法提出了一种多阈值图像分割方法-Image segmentation, image segmentation to determine the optimal threshold value, based on particle swarm optimization algorithm proposes a multi-threshold image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:696
    • 提供者:
  1. 170

    0下载:
  2. This paper present a new method to determine the optimal tuning of the PID controller parameter of an AVR system using Modified particle swarm optimization (MPSO) algorithm-This paper present a new method to determine the optimal tuning o
  3. 所属分类:Project Manage

    • 发布日期:2017-04-16
    • 文件大小:474360
    • 提供者:reznvtb
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com