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

搜索资源列表

  1. MATLAB-programming-methods

    0下载:
  2. 简要阐述了遗传算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用-Briefly the basic principles of genetic algorithms to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate the pro
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:77601
    • 提供者:张嘉城
  1. Genetic-algorithm-in-MATLAB

    0下载:
  2. 探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性-Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:129428
    • 提供者:张嘉城
  1. the-art-of-computer-program

    0下载:
  2. 谈谈我自己读这套书的心得。抛砖引玉。    首先要清楚这套书的定位:它是古典的算法分析的工具书。    1.古典(classic)体现在模型和问题上。    模型就是顺序算法(sequential algorithms)的经典模型。大名鼎鼎的MIX并非是个程序设计语言这么简单,而是一个计算模型:即标准指令集RAM。这是个非常经典,也是非常符合现实的上界(upper bounds)模型。    该书涉及到的问题是计算机科学诞生之初就自然面对-Talk about my own experience
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:27985920
    • 提供者:陈炜东
  1. principles-of-evolutionary-algorithm

    0下载:
  2. 简要阐述了进化算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用。 -Briefly the basic principles of evolutionary algorithm, to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:2760200
    • 提供者:张嘉城
  1. pso

    0下载:
  2. pso算法的简单程序,全面的实现了算法的简单快捷性。解决寻找最优问题。-the pso algorithm simple program, comprehensive implementation of the algorithm is simple and quick. The search for optimal problem.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-23
    • 文件大小:4319
    • 提供者:yueyue
  1. PSO_matlab

    0下载:
  2. 粒子群算法 Matlab编程实现 这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。-Particle swarm algorithm Matlab programming, this program is the basic particle swarm optimization algorithm procedures, using Matlab, very simple. Only a few dozen lines of code.
  3. 所属分类:Document

    • 发布日期:2017-11-12
    • 文件大小:8762
    • 提供者:neo
  1. coco

    0下载:
  2. 计算遗传算法的函数,简单易懂,非常适合初学者-genetic algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:6373
    • 提供者:leo
  1. zuoyediaodu

    0下载:
  2. 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-Process scheduling is the core content of the processor management. The experiment called the C language to write and debug a simple process scheduler. T
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:33187
    • 提供者:付柄银
  1. fft1

    0下载:
  2. 本函数是以2为基的简单快速傅立叶变换算法,计算准确,其中编写的思想是参考蝶形算法应用在时分的fft中。-fft in matlab
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:9500616
    • 提供者:王罗胜斌
  1. VTK-based-on-VCPP

    2下载:
  2. 首先介绍了医学图像三维重建的面绘制与体绘制方法,讨论了两种绘制方法的思想和优缺点,对常用的Marching Cubes算法和Ray Casting算法的原理和实现过程进行了阐述,并分析了可视化工具包VTK的实现机制。在VC++6.0平台下,结合可视化工具包VTK,分别基于Marching Cubes算法和Ray Casting算法对DICOM格式的CT图像序列进行三维重建,并给出了其实现的关键算法和3D可视化结果。通过人机交互,实现对重建后三维医学图像的旋转、缩放、平移等简单的交互操作。其次,通
  3. 所属分类:software engineering

    • 发布日期:2015-02-03
    • 文件大小:4524032
    • 提供者:邹春华
  1. POJ-project-training

    0下载:
  2. POJ专题分类,按算法分类,包含基本算法、图算法、数据结构、简单搜索、动态规划、数学、数论、计算几何等-POJ thematic classification algorithm segments, including basic algorithms, graph algorithms, data structures, a simple search, dynamic programming, mathematics, number theory, computational geometr
  3. 所属分类:Project Manage

    • 发布日期:2017-12-05
    • 文件大小:14796
    • 提供者:张亚萍
  1. The-image-pixel-matching

    0下载:
  2. 基于像素匹配的图像“复制-粘贴”篡改检测算法,简单易懂-The image pixel matching "copy-paste" tamper detection algorithm based on, easy to understand
  3. 所属分类:File Formats

    • 发布日期:2017-11-19
    • 文件大小:544623
    • 提供者:高皜
  1. digital-image-watermark

    0下载:
  2. 本文通过VC技术实现了数字图像水印LSB算法 ,嵌入与提取密钥是对称密钥算法中的序列密码算法。通过设计可以方便地在宿主图像中嵌人大量数字信息 ,在嵌入水 印容量上能实现较高容量和在最低位嵌入时有较好的不可见性。LSB算法的优点是其算法简单,计算速度比较快。但是对图像的各种操作如压缩、剪切等 ,都会使算法的可靠性受到影响,也有可能通过噪声增加或有损 压缩而消除水印,即鲁棒性较差 。  -In this paper, VC technology LSB algorithm of digital im
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1959850
    • 提供者:腾飞
  1. siduoji

    0下载:
  2. 控制4个舵机 算法巧妙 简单易懂 非常适合初学者-Control four servos clever algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-12-08
    • 文件大小:829
    • 提供者:张晓东
  1. illumination-model-

    1下载:
  2. 熟练掌握光照模型的基本原理,尤其要了解简单光照模型的计算方法,深刻领会Gouraud明暗处理和Phong明暗处理的原理和算法。-Master the basic principles of illumination model, in particular, to understand the simple illumination model calculation, a profound understanding of Gouraud shading and Phong shading p
  3. 所属分类:software engineering

    • 发布日期:2014-05-26
    • 文件大小:3844096
    • 提供者:裴捷
  1. Text

    0下载:
  2. 银行家算法,银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Banker' s algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1772
    • 提供者: 大概是
  1. MISSILE

    2下载:
  2. 针对三点法三维运动学弹道仿真问题,建立了两种仿真模型 第一种模型采用数值积分算法求解 三点法运动学方程组,求解过程较为复杂 第二种模型利用三维空间相关几何知识,将求解三点法三维运动学 弹道的图解法转化为求解一元二次方程的问题,使求解过程简单直观 最后,对两种模型进行了仿真,并将其 应用到地空导弹制导控制系统的仿真研究中,将理想弹道与控制弹道进行了对比 结果表明,两个模型均解决了一般情形下三点法三维运动学弹道求解的问题,为三点法三维制导律以及弹道特性研究提供了一种方法-Three-po
  3. 所属分类:Project Design

    • 发布日期:2017-11-21
    • 文件大小:245379
    • 提供者:叶新
  1. yichuansuanfa

    0下载:
  2. 举出三个简单的实例,通过遗传算法来进行求解。让大家对遗传算法进行理解-Cite three simple example, by means of genetic algorithms to solve it. So that we can understand the genetic algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:2388732
    • 提供者:刘宇杭
  1. Genetic-Algorithm-for-Function-Max

    0下载:
  2. 遗传算法求解函数最大值,本文将用一个详细的例子来说明用遗传算法解一个简单参数优化问题的过程。这里求解的是一个函数的最大值的问题。-Genetic algorithm function maximum, this article will use an example to illustrate in detail the genetic algorithm for solving the problem with a simple parameter optimization process.
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:35795
    • 提供者:fanfan
  1. G_P

    0下载:
  2. 混沌数学G-P算法简单的程序说明 具有很强的实现功能-Chaos simple mathematical descr iption of the procedures GP algorithm has a strong realization of functions
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:706
    • 提供者:李媛媛
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com