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

搜索资源列表

  1. 遗传算法vc

    0下载:
  2. 遗传算法是基于生物学的一种新型算法,本例题中采用vc来实现该算法-genetic algorithm is based on the biology of a new algorithm, using the example vc to the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17868
    • 提供者:张红亮
  1. Genetic_Algorithms

    0下载:
  2. 很好的遗传算法例题,附有相应的源代码C++程序,值得一看啊!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:101997
    • 提供者:闫伟
  1. wall

    0下载:
  2. pku wall graham算法例题解答
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1154
    • 提供者:张鹏
  1. 实用算法的分析与程序设计

    0下载:
  2. 本书总结了历届国际奥林匹克竞赛(IOI)的试题特点及我国参赛选手的培训经验。书中许多例题取自历届大赛的试题及中国队选手的训练题目,针对问题讲解了解题的关键思路及如何灵活运用有关的算法知识。-the book summarizes the successive international Olympiad (IOI) and the characteristics of the questions my players training experience. Many examples from
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10832215
    • 提供者:石争辉
  1. 涡量流函数法计算源程序.rar

    3下载:
  2. 包括涡量流函数法程序与例题,fortran语言
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-12-05
    • 文件大小:89546
    • 提供者:KAi_YU
  1. Teachingpso

    0下载:
  2. PSO算法,老师上课给的例题,虽然他的研究生编程编的有点不那么简洁,但指导一下还是可以的-PSO algorithm, the sample questions to the class teacher, although his post-graduate program made a bit less concise, but still be able to tell the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2740
    • 提供者:chch
  1. bahuanhou

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少-8 Queen
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1188
    • 提供者:李天森
  1. bank

    0下载:
  2. 设计内容包括银行家算法和安全性算法,以及用VC界面实现输出.并实现了课本97页的例题,内附实验报告-Design elements include banker' s algorithm, and security algorithms, and the VC output interface implementation. And achieve a textbook example of 97, enclosing the experimental report
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:139280
    • 提供者:郎郎
  1. greedy

    0下载:
  2. 贪婪算法 算法例题 有效的解决了数字删除的问题 让你可以从一串数字中选出一些最大的-Example algorithm greedy algorithm solves effectively the problem of the number of deleted so that you can choose from a bunch of figures some of the largest
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:4795
    • 提供者:asd
  1. suanfa

    0下载:
  2. 基础算法的例题和解答(源程序为Pascal版本),NOIP基础资料-sample questions and answers of algorithms (source code for the Pascal version)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:60179
    • 提供者:glace
  1. liurujia

    0下载:
  2. 算法例题分析,非常经典,有利于提高算法水平-Example analysis of algorithms, very classic and have helped raise the level of algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:9310388
    • 提供者:chenhongguang
  1. pso

    0下载:
  2. 粒子群聚类算法例题及其详细解析-Example particle cluster-like algorithm and its detailed analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1217
    • 提供者:kong
  1. FFT

    0下载:
  2. 简易的能实现FFT快速傅里叶算法,MATLAB编译环境,适用于教学例题-Easy to achieve FFT Fast Fourier algorithm, MATLAB compilation environment for the teaching Example
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:785
    • 提供者:任明
  1. C

    0下载:
  2. C 语言100个经典的算法例题 让你了解一些常用的编程算法,比如排序算法、冒泡算法、折半查找算法-C-100 classical algorithm example to let you know some common programming algorithms, such as sorting algorithms, bubble algorithm, binary search algorithm etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7292
    • 提供者:wuxinchao
  1. example.parsing.algorithm

    0下载:
  2. c算法例题经典解析代码classic example parsing algorithm code c -classic example parsing algorithm code c
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:19526
    • 提供者:xu2
  1. zuisuxiajiang

    0下载:
  2. 实现了最速下降法的算法,具体实例操作,可运行出结果,分子程序书写,简便易懂。-The algorithm of the steepest descent method, and specific examples, you can run the results, the molecular program written in easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4326
    • 提供者:王婷
  1. 粒子群算法

    0下载:
  2. MATLAB数据分析方法例题程序经典数学建模程序集合-MATLAB data analysis methods Example procedures classical mathematical modeling program set
  3. 所属分类:matlab例程

    • 发布日期:2017-11-08
    • 文件大小:47139
    • 提供者:康有
  1. 遗传算法

    0下载:
  2. 遗传算法实现优化问题,附有例题以及程序,非常实用。(Genetic algorithm for optimization problems)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:行者W
  1. 牛顿潮流计算法

    1下载:
  2. 牛顿拉夫逊法解潮流计算MATLAB程序(附课本例题解答)(The MATLAB program for the calculation of the power flow by Newton Ralph Xun method (with a textbook solution))
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:579584
    • 提供者:冒菜
  1. C语言算法经典例题

    0下载:
  2. C语言100个算法经典例题,C语言100个算法经典例题
  3. 所属分类:编程文档

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com