CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 计算机算法

搜索资源列表

  1. 5

    0下载:
  2. 计算机算法基础不错的学习计算的资料,看看吧,第5章-A good basis for learning computer algorithms calculated data, take a look at it, Chapter 5
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:28665
    • 提供者:gxy
  1. iimage_process

    1下载:
  2. 本程序是用自适应遗传算法进行图像增强,其思想来自《计算机学报》发表的论文。-This program is self-adaptive genetic algorithm image enhancement, their thoughts from the " Journal of Computers," published papers.
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1082164
    • 提供者:Bruce
  1. algorithmbookandanswer

    0下载:
  2. 计算机算法与分析,包括书后习题答案,供参考了-Computer algorithms and analysis, including the answer to the book Exercises for the reference to the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-02
    • 文件大小:15251794
    • 提供者:王亮
  1. ComputerGraphicscurriculumdesign

    0下载:
  2. 计算机图形学的课程设计,直线,填充等算法实现。-Computer Graphics curriculum design, straight line, or fill algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3662163
    • 提供者:吴叶
  1. OS_source_code

    0下载:
  2. 计算机操作系统实验——动态分区分配方式的模拟:采用首次适应算法和最佳适应算法。-Computer Operating System Experiment- Simulation of dynamic partitioning distribution: The first-fit algorithm and the best-fit algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:2303
    • 提供者:Splendid Sun
  1. dongtaiguihua

    0下载:
  2. 计算机算法设计,用于设计动态规划,你们懂得-Computer algorithms designed for the design of dynamic programming, you know
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:999
    • 提供者:tianya
  1. yundongyuanzuijiapipei

    0下载:
  2. 计算机算法设计,用于设计贪心算法,你们懂得-Computer algorithms designed for the design of dynamic programming, you know
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:650056
    • 提供者:tianya
  1. theartofprogramming

    0下载:
  2. 计算机程序设计艺术第一卷:基本算法V3中文版-Art of Computer Programming Volume I: basic algorithm V3 Chinese Version
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-31
    • 文件大小:13740213
    • 提供者:liujiyun
  1. DDAMouseLine

    0下载:
  2. 计算机图形学 DDA算法 画圆 点击鼠标画圆-DDA Circle Algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1931026
    • 提供者:叶紫
  1. yichuansuanfa_jixieshou

    0下载:
  2. 提出一种改进的遗传算法用于求解机械手运动学逆问题. 该算法采用实数编码, 其交叉概率和变异 概率根据解的适应度函数值自适应调整. 计算机仿真结果显示, 该算法较简单遗传算法(SGA) 求解精度高, 收敛速度快且稳定性能好.-An improved genetic algorithm for solving the inverse problem of manipulator kinematics. The algorithm uses real number encoding, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:143065
    • 提供者:杨元龙
  1. jingyichangchuguanli

    0下载:
  2. 仓储管理系统(WMS)是一个实时的计算机软件系统,它能够按照运作的业务规则和运算法则对信息、资源、行为、存货和分销运作进行更完美地管理,使其最大化满足有效产出和精确性的要求。 -Warehouse Management System (WMS) is a real-time computer software system, which in accordance with the operation of the business rules and algorithms of informa
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2731118
    • 提供者:dai
  1. CG_RAYTRACING

    0下载:
  2. 计算机图形学中的光线跟踪算法,场景为平面和球体。-raytracing。
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1301274
    • 提供者:Maxence
  1. program

    0下载:
  2. 计算机图形学课程算法演示系统 (1)画线算法演示:实现画线的三个算法---DDA画线算法、中点画线算法、Bresenham画线算法。建立坐标系,由用户输入两点坐标,体现直线的走势,最后给出算法的参数值以及实现清除功能。 (2)画圆算法演示:实现画圆的两个基本算法---Bresenham画圆算法、中点画圆算法。由用户输入圆的半径,体现圆的四个象限的走势,最后给出算法的误差值以及实现清除功能。 (3)填充算法演示:实现边填充和种子填充这两个基本填充算法。其中边填充由用户画出多边形,对封闭
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2332387
    • 提供者:于小鱼
  1. Basicgraphicsgeneration

    0下载:
  2. 实现直线、圆、椭圆和区域填充,其中直线和圆的生成分别用DDA算法、中点画线法和Bresenham算法,扫描转换和区域填充用多边形扫描转换的扫描线算法和种子填充算法。-To achieve a straight line, round, oval and the area filling, in which the generation of linear and circular respectively DDA algorithm, the stipple line method and Br
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:2014297
    • 提供者:zhuli
  1. zuobiaolunhuanfa

    0下载:
  2. 计算机算法,编的不好,请各位批评指正,谢谢 坐标轮换法-Computer algorithms coordinate rotation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1024
    • 提供者:王文杰
  1. Computeralgorithmsr

    0下载:
  2. 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:495369
    • 提供者:linjunying
  1. MOTION

    1下载:
  2. 帧差法运动目标检测,运动目标检测是计算机视觉的一个研究热点,在视频监控,军事侦察等领域有着广泛的应用前景。在这些应用中,大家比较关注运动着的物体,因此,对运动目标进行检测的意义显得格外重要。本文以视频序列作为研究对象,在现有研究成果的基础上提出一种算法,并在VC上实现-DIFF-FRAME DECTECTION
  3. 所属分类:Special Effects

    • 发布日期:2015-04-27
    • 文件大小:1442640
    • 提供者:xinglong
  1. 01

    0下载:
  2. 计算机算法基础中的实现了的插入排序C语言实现-InsertSort algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:643
    • 提供者:戴美银
  1. Computeralgorithmdesign(Cversion)

    0下载:
  2. 用C写的,计算机算法设计,对于不想看伪码的朋友很是值得-Written using C, the computer algorithm design, who do not want to see PN friend is worth
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7184906
    • 提供者:李雄
  1. AGuidanceToComputerAlgorithm

    0下载:
  2. 计算机算法导引设计与分析,只要讲解了计算机的常用算法-Guided the design and analysis of computer algorithms, as long as the commonly used computer algorithms to explain
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3817674
    • 提供者:张云帆
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com