CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 ActiveX/DCOM 搜索资源 - algorithm,

搜索资源列表

  1. “八皇后”动态图形的VC实现

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-eight Queen's problem is an ancient and well-known problems, backtracking algorithm is a typical example.18508X8
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:yang
  1. 五子棋核心算法

    2下载:
  2. 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2.9kb
    • 提供者:yang
  1. packing5

    3下载:
  2. 矩形件排样,用bl算法实现。具有一定的参考价值,-Rectangular Nesting with bl algorithm. With some reference value,
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:68.08kb
    • 提供者:王贵宾
  1. mp3edit

    0下载:
  2. 实现MP3算法的源码,可以对MP3进行编辑、修改-MP3 algorithm source code, the right MP3 can edit, modify
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:37.2kb
    • 提供者:李莉莉
  1. sortcom

    0下载:
  2. 这是一个用COM实现的二叉树排序的算法实现,以VC++6.0实现-using COM, the binary ranking algorithm to VC 6.0
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:457.69kb
    • 提供者:张华
  1. ClassAstardemo

    0下载:
  2. 这是一个关于的路径算法,采用A*算法进行编程的源代码及执行文件,-This is a path of the algorithm, A * algorithm used to program the source code and the implementation document,
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:18.06kb
    • 提供者:小鱼儿
  1. Fragment-basedImageCompletion

    0下载:
  2. 此代码实现图像修复领域的经典算法-IDORI在2003年发表于SIG的论文:fragment based image completion.修复效果很好,修复时间有待改进。-This code implementation of the classical field of image restoration algorithm-IDORI in 2003, published in the SIG' s thesis: fragment based image completion. Very
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2014-03-06
    • 文件大小:1.09mb
    • 提供者:gffgffgf
  1. tracker

    0下载:
  2. df计算光流得算法,采用Accurate optical flow computation under non-uniform brightness variations 文章中得算法 -optical flow in the calculation algorithm, Accurate use of optical flow computation under non - uniform brightness variations article in the algorithm -df c
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-10
    • 文件大小:1.11mb
    • 提供者:meoscar
  1. computer.skill

    0下载:
  2. 高级算法分析,各种插入算法等等。高手请进-Advanced algorithm analysis, and so a variety of insertion algorithm. Invited experts
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-29
    • 文件大小:11.56mb
    • 提供者:cp
  1. Common_algorithm_Template_library_(C++)

    0下载:
  2. 这是一个常用算法模板库(C++),包括有排序算法、数学问题、查找、栈、队列、串、 树、图、高精度计算等九个部分的常用算法。非常实用!-This is a commonly used algorithm for template library (C++), Including the sorting algorithm, a mathematical problem to find, stacks, queues, strings, trees, maps, high-precision cal
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:39.55kb
    • 提供者:任艳光
  1. A_compensate_method_of_infrared_temperature_measur

    0下载:
  2. 一个实用的红外线测温补偿算法,可以用作红外线测温的环境温度补偿,从而减少红外线测温的误差。-A practical infrared temperature compensation algorithm, can be used as infrared temperature measurement of the ambient temperature compensation, thereby reducing the infrared temperature measurement erro
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-29
    • 文件大小:125.33kb
    • 提供者:白磊
  1. theartofcomputerprogrammingvolume1

    0下载:
  2. 第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。新版本增加了数十项简单但重要的算法和技术,并根据当前研究发展趋势在数学预备知识方面做了大量修改。-Volume 1 introduces the basic concepts of programming and technology, and then explain
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-01
    • 文件大小:13.1mb
    • 提供者:xingyunliushui
  1. AnEfficientMethodforPrefilterComputationforReduced

    0下载:
  2. EDGE 解调算法文章,详细介绍预滤波的一种实现方法,很经典。-EDGE demodulation algorithm article, detailing a prefilter implementation methods, it is classic.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-26
    • 文件大小:115.44kb
    • 提供者:james wang
  1. AcommonbasefourVITERBIalgorithmimplementation

    0下载:
  2. 一种通用的基四VITERBI算法的实现,由于viterbi译码在现代通讯中被广泛要用因此我们提出了一种实现方案-A common base four VITERBI algorithm implementation, because of modern communications at viterbi decoding is widely used, therefore we have put forward a program of implementation
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-26
    • 文件大小:182.58kb
    • 提供者:wulinbo
  1. DesignandAnalysisofComputerAlgorithms

    0下载:
  2. 计算机算法设计与分析,针对于计算机的算法书籍,里面介绍了很多经典算法。有意者可以看看。-Design and analysis of computer algorithms, the algorithm for computer books, which introduced a lot of the classic algorithm. Interested parties can look at.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-23
    • 文件大小:6.85mb
    • 提供者:123
  1. complex_method_wiens_0_03

    0下载:
  2. 复形调优算法,,本算法是改进型算法,它在全局范围内寻找最优点,收敛效果好且快-Complex tuning algorithms, the algorithm is modified algorithm, the scope of its global search for the most advantage of faster convergence and better
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-07
    • 文件大小:15.83kb
    • 提供者:mfkscpy
  1. Multimedia-communication-system-of-mute-detection.

    0下载:
  2. 讲述了一种在多媒体通讯环境下的静音检测及去除算法的设计与实现。该算法与传统的算法相比,具有快速且稳定的特点,且具体实现较简单。-This paper describes the design and implement of a mute detection and remove algorithm in the multimedia communication environment Compared with the traditional algorithm, this algorithm
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-27
    • 文件大小:128.07kb
    • 提供者:
  1. AlgorithmArtandInformaticCompetition

    0下载:
  2. 《算法艺术与信息学竞赛》,传说中的黑书,OIer没有不知道的吧-Algorithm Art and Informatics Competition, the so called BlackBook.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-26
    • 文件大小:8.88mb
    • 提供者:文舜
  1. thecomplexityoftheGoldenSequencedecoder

    0下载:
  2. 详细描述了Golden串行译码的复杂度,证明了其是一个复杂度非指数型的好算法。-A detailed descr iption of the Golden serial decoding complexity, and prove that its complexity is a good algorithm for non-exponential.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:31kb
    • 提供者:yangyang
  1. computer-str

    0下载:
  2. 计算字符串的相似度,许多程序会大量使用字符串,对于任意两个字符串,能否写一个算法计算他们的相似度。-Computing string similarity, many programs will be extensive use of strings, for any two strings, can write an algorithm for calculating their similarity.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-09
    • 文件大小:218.06kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com