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

搜索资源列表

  1. mode-sence

    0下载:
  2. 模式识别课件,用于对故障的学习,以及学习相关的优化分类方法-Pattern Recognition courseware for learning the fault, and related optimization classification learning
  3. 所属分类:Development Research

    • 发布日期:2017-05-07
    • 文件大小:1342339
    • 提供者:芦会彬
  1. MR-damper-PoptimizationP-seismic-loadP-Dr-Bahar.z

    0下载:
  2. OPTIMIZATION SEMI ACTIVE SMART DAMPERS
  3. 所属分类:software engineering

    • 发布日期:2014-07-13
    • 文件大小:210944
    • 提供者:Kh
  1. 2012-Generator-Sizing

    0下载:
  2. Comparative Study on Distributed Generator Sizing Using Three Types of Particle Swarm Optimization
  3. 所属分类:File Formats

    • 发布日期:2017-04-27
    • 文件大小:281539
    • 提供者:esfand
  1. 2013-Allocation-and-Estimation-of-DG

    0下载:
  2. Allocation and Estimation of DG Capacity in Distribution Networks by Particle Swarm Optimization
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:277744
    • 提供者:esfand
  1. opengl_youhua

    0下载:
  2. openGL优化的文章,可以作为参考使用 -OpenGL optimization of the article, you can use as a reference...
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4534296
    • 提供者:
  1. youhuaguocheng

    0下载:
  2. 我写的这个是对弹道飞行轨迹的优化过程,大家一起学习交流.- 请键入文字或网站地址,或者上传文档。 取消 Wǒ xiě de zhège shì duì dàndào fēixíng guǐjī de yōuhuà guòchéng, dàjiā yì qǐ xuéxí jiāoliú.I wrote this is a ballistic trajectory optimization process, with everyone learning exchanges
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:1398
    • 提供者:冯海涛
  1. liziqunsuanfa-matlab

    0下载:
  2. 粒子群算法基本原理介绍以及例程,内容详细,涵盖面广,辅助入门者加深对算法的理解-The basic principles of particle swarm optimization and routines, detailed and covers a wide range of auxiliary beginners to deepen understanding of the algorithm
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:194307
    • 提供者:陈晨
  1. CharlesLiSVR1.2

    0下载:
  2. 支持向量回归机工具箱。自编。带有GUI界面和使用教程。基于PCA降维和遗传算法寻优-Support vector regression toolbox. Self. With a GUI interface and tutorials. PCA dimensionality reduction based and genetic algorithm optimization
  3. 所属分类:Development Research

    • 发布日期:2017-05-08
    • 文件大小:1771313
    • 提供者:李易
  1. zl

    0下载:
  2. 描述鱼群的最优化问题,以及边际问题,包括觅食居群行为-Artificial fish swarm algorithm code to deal effectively optimize the optimization problem, with better optimization results than the genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-24
    • 文件大小:18185
    • 提供者:宋啸良
  1. xiaobobao

    0下载:
  2. 基于小波包的边缘检测,可以用于检测图片边缘,大小噪声的检测-Artificial fish swarm algorithm code to deal effectively optimize the optimization problem, with better optimization results than the genetic algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:273624
    • 提供者:宋啸良
  1. 1-s2.0-S0010448510002484-main

    0下载:
  2. 最新算法教学指导算法的原文的那个 仅供参考学习 思想借鉴-A New algorithm algorithm of teaching learning based optimization algorithm. guide for reference to learn that the original ideas draw
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:865847
    • 提供者:渊夜
  1. Modeling-and-LINGO

    0下载:
  2. 全国数学建模大赛用到的高频模型:优化建模与LINGO简介-National Mathematical Modeling Contest used in high-frequency model: Introduction to Optimization Modeling and LINGO
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:517628
    • 提供者:Star
  1. FM-BFGS

    0下载:
  2. 这是钱箱神经网络的一种极其少见的优化算法,非常实用,大家放心使用。-This is an extremely rare cashbox neural network optimization algorithm, is very practical, we ease of use.
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:97540
    • 提供者:Sifang Che
  1. Clustering

    0下载:
  2. Clustering and its technique with optimization is described here
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:15965
    • 提供者:kusha
  1. Java-Virtual-Machine

    0下载:
  2. Java虚拟机使用锁机制来实现多线程共享数据结构的同步.锁机制维护的临界区通常对共享数据结构只进行读操作.只读锁是指当某个线程持有锁在只读临界区时,其他线程可以直接进入只读临界区而无需等待.只读锁能极大地提高锁机制的同步性能.Java虚拟机的锁机制可分为轻量级锁和重量级锁两层,当线程冲突时从轻量级锁转向重量级锁.本文分别从轻量级锁和重量级锁两个层次分别进行只读锁优化.轻量级锁的只读优化算法可以减少原子操作的开销;重量级锁的只读优化算法则可以使多个线程同时在只读临界区中.最后在Java虚拟机Hot
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:899642
    • 提供者:温智彬
  1. AMPSOBP

    0下载:
  2. 粒子群算法优化神经网络 采用粒子群算法优化神经网络权值的算法-Particle swarm optimization neural network
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2909
    • 提供者:徐杰
  1. JPEG_linux

    0下载:
  2. 这是一本详细描述JPEG有理以及在LINUX系统里面的应用的文档,JPEG的优化,编码原理,解码,标准-This is a detailed descr iption of the document as well as JPEG rational application of LINUX system inside, JPEG optimization, coding theory, decoding, standards, etc.
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1093604
    • 提供者:David
  1. CUDA-AES

    0下载:
  2. 基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化-CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization
  3. 所属分类:Software Testing

    • 发布日期:2017-05-12
    • 文件大小:2758513
    • 提供者:张猛
  1. minGS

    0下载:
  2. 能够很好地解决最优化问题中的非精确一维搜索问题,-it can help us to solve the problem in optimization .
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:513
    • 提供者:siixue
  1. ScalingP

    0下载:
  2. 详细介绍基于信赖域的内点法的外文文献,里面包含了内殿反射牛顿法等经典的求解最优化的几种内点法-Details on foreign literature trust region interior point method, which includes the classic sanctuary reflective Newton method for solving the optimization of several interior point method
  3. 所属分类:Document

    • 发布日期:2017-04-24
    • 文件大小:171733
    • 提供者:刘炳琪
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com