搜索资源列表
“八皇后”动态图形的VC实现
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法-eight Queen's problem is an ancient and well-known problems, backtracking algorithm is a typical example.18508X8
五子棋核心算法
- 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 is a widely loved by the public of the game, its rules simple and changeable, very rich and interesting recreational
packing5
- 矩形件排样,用bl算法实现。具有一定的参考价值,-Rectangular Nesting with bl algorithm. With some reference value,
mp3edit
- 实现MP3算法的源码,可以对MP3进行编辑、修改-MP3 algorithm source code, the right MP3 can edit, modify
sortcom
- 这是一个用COM实现的二叉树排序的算法实现,以VC++6.0实现-using COM, the binary ranking algorithm to VC 6.0
ClassAstardemo
- 这是一个关于的路径算法,采用A*算法进行编程的源代码及执行文件,-This is a path of the algorithm, A * algorithm used to program the source code and the implementation document,
Fragment-basedImageCompletion
- 此代码实现图像修复领域的经典算法-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
tracker
- 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
computer.skill
- 高级算法分析,各种插入算法等等。高手请进-Advanced algorithm analysis, and so a variety of insertion algorithm. Invited experts
Common_algorithm_Template_library_(C++)
- 这是一个常用算法模板库(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
A_compensate_method_of_infrared_temperature_measur
- 一个实用的红外线测温补偿算法,可以用作红外线测温的环境温度补偿,从而减少红外线测温的误差。-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
theartofcomputerprogrammingvolume1
- 第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。新版本增加了数十项简单但重要的算法和技术,并根据当前研究发展趋势在数学预备知识方面做了大量修改。-Volume 1 introduces the basic concepts of programming and technology, and then explain
AnEfficientMethodforPrefilterComputationforReduced
- EDGE 解调算法文章,详细介绍预滤波的一种实现方法,很经典。-EDGE demodulation algorithm article, detailing a prefilter implementation methods, it is classic.
AcommonbasefourVITERBIalgorithmimplementation
- 一种通用的基四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
DesignandAnalysisofComputerAlgorithms
- 计算机算法设计与分析,针对于计算机的算法书籍,里面介绍了很多经典算法。有意者可以看看。-Design and analysis of computer algorithms, the algorithm for computer books, which introduced a lot of the classic algorithm. Interested parties can look at.
complex_method_wiens_0_03
- 复形调优算法,,本算法是改进型算法,它在全局范围内寻找最优点,收敛效果好且快-Complex tuning algorithms, the algorithm is modified algorithm, the scope of its global search for the most advantage of faster convergence and better
Multimedia-communication-system-of-mute-detection.
- 讲述了一种在多媒体通讯环境下的静音检测及去除算法的设计与实现。该算法与传统的算法相比,具有快速且稳定的特点,且具体实现较简单。-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
AlgorithmArtandInformaticCompetition
- 《算法艺术与信息学竞赛》,传说中的黑书,OIer没有不知道的吧-Algorithm Art and Informatics Competition, the so called BlackBook.
thecomplexityoftheGoldenSequencedecoder
- 详细描述了Golden串行译码的复杂度,证明了其是一个复杂度非指数型的好算法。-A detailed descr iption of the Golden serial decoding complexity, and prove that its complexity is a good algorithm for non-exponential.
computer-str
- 计算字符串的相似度,许多程序会大量使用字符串,对于任意两个字符串,能否写一个算法计算他们的相似度。-Computing string similarity, many programs will be extensive use of strings, for any two strings, can write an algorithm for calculating their similarity.