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

搜索资源列表

  1. chess5botdiscussion

    0下载:
  2. 近来随着计算机的快速发展,各种棋类游戏被纷纷请进了电脑,使得那些喜爱下棋,又常常苦于没有对手的棋迷们能随时过足棋瘾。而且这类软件个个水平颇高,大有与人脑分庭抗礼之势。其中战胜过国际象棋世界冠军-卡斯帕罗夫的“深蓝”便是最具说服力的代表;其它像围棋的“手淡”、象棋的“将族”等也以其优秀的人工智能深受棋迷喜爱;而我们今天将向大家介绍的是五子棋的算法。   当我们与电脑对战时,您知道这些软件是怎样象人脑一样进行思考的吗?前不久我曾编写过一个五子棋的游戏,在这里就以此为例和大家一起探讨探讨。  
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5.94kb
    • 提供者:风林火山
  1. 06Heapsort

    0下载:
  2. heapsort,堆排序,很少有人介绍,可是却是一种基本的算法-heapsort, heap sort, there are very few people on, but they are a basic algorithm
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:332.77kb
    • 提供者:billkim
  1. ComputerAlgorithms2007

    0下载:
  2. 计算机算法设计与分析讲义,主要包括了最基本的算法性能分析和性能测试方面的主要思想。
  3. 所属分类:软件工程

    • 发布日期:2014-01-17
    • 文件大小:2.36mb
    • 提供者:杨涛
  1. 5种排序算法

    0下载:
  2. 基本的5种c语言排序算法
  3. 所属分类:文档资料

    • 发布日期:2011-11-09
    • 文件大小:248.5kb
    • 提供者:ashenym
  1. 单纯形和人口迁移的混合全局优化算法

    0下载:
  2. 摘要:针对基本人口迁移算法具有易早熟和精度不高等缺陷,利用人口迁移算法随机产生的点采用单纯形法进行优化,提出了 一种基于单纯形法和人口迁移算法的混合全局优化算法。通过典型的测试函数Shaffer,验证了改进后算法的性能,并与10 种类型 的粒子群优化算法进行比较,结果表明,该文算法能获得比较好的解,收敛成功率高达100%。
  3. 所属分类:报告论文

    • 发布日期:2012-10-31
    • 文件大小:199.96kb
    • 提供者:540938034@qq.com
  1. Tip-0200

    0下载:
  2. 最基本的源代码,初学者很管用。都是最基本的算法-if
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:20.06kb
    • 提供者:彭明
  1. signalwork

    0下载:
  2. 现代信号分析作业,包含基本的matlab滤波算法。-the homework of modern signal analysis operations which is included the basic filtering algorithm written by matlab.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:822.32kb
    • 提供者:张岚
  1. cruisemisslerouteplanting

    0下载:
  2. 导弹路径规划仿真算法-基于基本遗传算法的编程-Missile path planning simulation algorithm- the basic genetic algorithm-based programming
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:7.27kb
    • 提供者:yeyejian
  1. Software

    0下载:
  2. 讲述软件技术基础等相关的内容,了解一些基本的算法。-About software technique foundation and other related content, understand some of the basic algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-05-24
    • 文件大小:3.36mb
    • 提供者:zhaobingjie
  1. 3GPP-LTE-Physical-Layer-Introdution

    0下载:
  2. 3GPP 物理层协议和方案的介绍。阐述了物理层的工作方式和基本的算法。-3GPP physical layer protocol and program presentation. Describes the physical layer of the working methods and the basic algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:666.8kb
    • 提供者:Aaron Yan
  1. powell

    0下载:
  2. 鲍威尔的介绍及相关知识,包括基本的算法和改进的算法 -Powell introduction and related knowledge including basic algorithm and improved algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:227.69kb
    • 提供者:qq
  1. LS

    0下载:
  2. LS(Least Square,最小二乘法)算法是信道估计算法中最基本的算法之一。在MIMO-OFDM系统中,经常选择LS算法或其改进算法对信道进行估计。利用LS算法设计信道估计器,算法结构简单易于实现,且估计器不需要知道信道中各个收发天线对之间的自相关矩阵和噪声。-LS (further Square, Least Square) algorithm is one of the most basic algorithm of channel estimation algorithm. In M
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:su
  1. K均值算法的基本简介

    0下载:
  2. 这是基本的K均值算法的原理以及简介!希望能帮助到大家
  3. 所属分类:编程文档

  1. suanfadaolun

    0下载:
  2. 该资料是英文版的算法导论,内容比较齐全,包含了各类基本的算法。-This information is in English Introduction to Algorithms, more complete content, including all kinds of basic algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4.76mb
    • 提供者:夜苓瑜
  1. 多任务下的数据结构与算法

    0下载:
  2. 多任务下的数据结构与算法,介绍基本的数据结构容器,引进了多任务。(The data structure and algorithm of multi task are introduced. The basic data structure container is introduced, and multi task is introduced.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:5.62mb
    • 提供者:lannyyy
  1. 算法

    0下载:
  2. 一般常用算法的使用方法及注意事项 基本的概念啊等等(Commonly used algorithms and precautions to use the basic concepts ah and so on)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-08
    • 文件大小:4.62mb
    • 提供者:123456789kkk
  1. 建模基本模型

    0下载:
  2. matlab算法基础实例,非常实用的新手教程(Matlab algorithm based on examples, a very practical novice tutorial.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-02
    • 文件大小:7.48mb
    • 提供者:tyrion1998
  1. Grover

    1下载:
  2. 基本的Grover算法编程,希望对大家有帮助(Basic Grover algorithm program)
  3. 所属分类:文章/文档

    • 发布日期:2020-04-21
    • 文件大小:1kb
    • 提供者:晶小柏
  1. 关于蚁群算法的报告

    1下载:
  2. 介绍了蚁群算法的来源,实现以及性能,希望能帮助初学者迅速掌握蚁群算法的基本知识(a brief intro to ant algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2021-04-20
    • 文件大小:305kb
    • 提供者:zyx52301
  1. 智能算法总结

    2下载:
  2. 该文档对智能算法,包括遗传算法、粒子群算法、禁忌搜索算法和人工神经网络算法等的概念和性能进行了基本总结(This paper summarizes the concept and performance of intelligent algorithms, including genetic algorithm, particle swarm optimization algorithm, tabu search algorithm and artificial neural network a
  3. 所属分类:文章/文档

    • 发布日期:2020-09-18
    • 文件大小:27kb
    • 提供者:游若
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com