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

搜索资源列表

  1. hannuota

    0下载:
  2. 算法思路:   1.如果只有一个金片,则把该金片从源移动到目标棒,结束。   2.如果有n个金片,则把前n-1个金片移动到辅助的棒,然后把自己移动到目标棒,最后再把前n-1个移动到目标棒.   3.单纯对于有N个金片要挪动的步数求出, 可以使用递推方法,满足递推方程f(i) = f(i - 1) * 2 + 1-Algorithm idea: 1. If there is only a gold film, while the gold from the source to the
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:7504
    • 提供者:huaying
  1. banker

    0下载:
  2. 银行家算法的基本思想是分配资源之前,判断系统是否是安全的 若是,才分配。它是最具有代表性的避免死锁的算法-Banker' s Algorithm The basic idea is the allocation of resources, are to determine whether the system is safe If so, before the distribution. It is the most representative of the algorithm to
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1616
    • 提供者:wulan
  1. vector

    0下载:
  2. 本文介绍了一种工程图扫描识别的算法,这种算法是基于分块思想的。-In this paper, a recognition of engineering drawings scan algorithm is based on the sub-block the idea.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-25
    • 文件大小:62313
    • 提供者:liunian
  1. genetic

    0下载:
  2. 理解普通的遗传算法和佳点集遗传算法的基本思想和不同点,用遗传算法测试一标准函数。佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点-Understanding of the general genetic algorithm and good point set genetic algorithm' s basic idea and the different points, by using genetic algorithms to test a stand
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:5766
    • 提供者:黄永聪
  1. gui

    0下载:
  2. 理解递归算法的思想和递归程序的执行过程,并能熟练编写递归程序。 合并排序-Recursive algorithm to understand the idea and the implementation of recursive procedures, and proficiency in the preparation of recursive procedures. Merge sort
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:154912
    • 提供者:松柏长青
  1. Ho_Kashyap

    0下载:
  2. Ho—Kashyap线性分类算法(MHKS)采用了支持向量机最大化间隔的思想,利用面向矩阵模式的双边正则化实现线性分类。-Ho-Kashyap linear classification algorithm (MHKS) using support vector machine to maximize the spacing of the idea, using matrix model for bilateral Regularization achieve linear classifica
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:877
    • 提供者:肖箫
  1. guangdusousuo

    0下载:
  2. 宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, this algorithm is also a lot of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:168342
    • 提供者:光远
  1. RepeatFCM

    0下载:
  2. FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分-FCM algorithm is a clustering algorithm based on the division, which makes the idea is to be divided into clusters with the greatest simila
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1312334
    • 提供者:colin
  1. cannythreshold

    0下载:
  2. 其基本思想是:首先,用微分算子检测图象的边缘;然后,在这些边缘象素点上进行二值化阈值的自动选择;最后,对于其它非边缘象素点则采取常规方法进行二值化处理。实验结果表明,这个基于边缘特征检测算子的算法能很好地保留原图的边缘特征,并能处理低质量的图象-The basic idea is: First of all, the differential operator with the edge detection image And, at these points on the edge pixe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:10493
    • 提供者:wangdi
  1. real_time

    0下载:
  2. A paper that I presented on Supervisory Control and Data Acquisition (SCADA) won the second prize at the symposium conducted by the Electrical and Electronics Engineering department of the SRM University. Other topics on which I presented papers were
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:161556
    • 提供者:ajeeth
  1. bicd

    0下载:
  2. 一个关于最小公倍数的算法,是本人自己编的,不会与别的雷同,同样的算法,但是个人的思路不同。-A least common multiple of the algorithm, are my own, and will not be identical with the other, the same algorithm, but the idea of different individuals.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:359797
    • 提供者:陈奭
  1. fenzhi

    0下载:
  2. 算法分析中的实例,利用分治思想解决此类问题-Examples of algorithm analysis, the use of sub-rule idea to solve such problems
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2073
    • 提供者:查春晨
  1. huisu

    0下载:
  2. 算法分析中的实例,利用回溯的思想解决八皇后问题-Examples of algorithm analysis, the use of eight back of the Queen' s idea to solve problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1970
    • 提供者:chunchen
  1. BreEllipse

    0下载:
  2. 目前一般只能画标准的椭圆,本代码实现了画斜椭圆,这个程序主要的思想来自Breseham算法!-Can only draw the current standard ellipse, the implementation of the code draw oblique oval, the main idea of this process from Breseham algorithm!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-11
    • 文件大小:847
    • 提供者:yanguang
  1. 1

    0下载:
  2. 1、 实验要求:用高级语言实现IDEA算法的加密-1, the experimental requirements: use of high-level language implementation of the IDEA encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1380
    • 提供者:sunxiaoyan
  1. 2222

    0下载:
  2. 能够找到逆序对。主要思想是通过先对一个数组进行归并排序,然后在加入求逆算法-Able to find a reverse right. The main idea is to first merge sort an array, and then joining the inverse algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:569
    • 提供者:zhangyong
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3186
    • 提供者:hunter
  1. devec3

    0下载:
  2. 微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven tha
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:9423
    • 提供者:ashsun
  1. GAclassify

    0下载:
  2. 利用遗传算法对图像进行分类处理,包括遗传的思想和实现,以及在图像方面的应用。-The use of genetic algorithm to classify the image processing, including genetic and realization of the idea, as well as the application of the image.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2304262
    • 提供者:fanyanwei
  1. moyituhuo

    0下载:
  2. 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才能使固体在每一温度下都达到热平衡,最终趋于平衡状态,因此控制
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:791
    • 提供者:hujiang
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 44 »
搜珍网 www.dssz.com