搜索资源列表
kmeans
- 这是基本的k均值算法是模式识别的聚分类问题,这是用C实现其算法以下是程序源代码,希望对大家有所帮助。-This is the basic k-means algorithm is a pattern recognition classification of polyethylene, which is used to achieve its algorithm C Following is the source code, I hope all of you to help.
fibo
- The Fibonacci sequence is formed by adding S to a pattern of length n − 1, or L to a pattern of length n − 2.-The Fibonacci sequence is formed by adding S to a pattern of length n − 1, or L to a pattern of length n − 2.
Bayesian
- 使用VS6.0并用C++编写的贝叶斯控制台应用程序。实现了模式识别中的贝叶斯分类。需手动输入分类的参数。-Use VS6.0 and written with C++ Bayesian console application. Pattern recognition to achieve a Bayesian classification. Require manual input of the classification parameters.
WindowsApplication1
- It´ s a associative memory, They are a method pattern recognition
ISODATA
- ISODAT Algorithm is a dynamic cluster algorithm in the pattern recongnise.
Pyramid
- 输出金字塔图案的Win32控制台应用小程序,cpp代码。-Pattern of the pyramid, Win32 console application program, cpp code.
pattern-design
- 一些常用的设计模式C++代码,主要参考《大话设计模式》-Some common the design design C++ code, refer to the the " bigtalk design design
Design
- 几个简单设计模式的应用包括工厂模式、策略模式等-The application of a few simple design patterns including factory pattern, strategy pattern
Design_pattern
- 这里提供了几种常见设计模式的实例源代码。设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。-Design pattern
DesignPatternCPP
- C++设计模式的实现:命令模式、代理模式、单件模式等;-the implementation of C++ Design Pattern:Command ,fork,Proxy Singleton
StratetyPattern
- 使用VS2010编写的设计模式中的策略模式-Strategy Pattern with Visual Studio 2010
observer
- 观察者模式的简单代码实现。有助于对初学设计模式这对观察者模式的理解。-Simple observer pattern code. This design pattern helps the beginner understand the observer pattern.
MarryMatch
- 2013中兴捧月-数字婚姻配对:采用vs2008编写,能够实现多种模式匹配-2013 ZTE holding on- Digital marriage pairing: the use vs2008 to write, can achieve a variety of pattern matching
basy_clasifly
- 这是一个贝叶斯分类器程序,可以使用设计的分类器进行文档分类,非常有利于进行模式识别研究学习-This is a Bayesian classifier, you can use the design of the classifier for document classification, is very conducive to learning for pattern recognition research
2008
- 北航2008复试上机。 1.素数 输入一个整数,要求输出所有从1到这个整数之间个位为1的素数,如果没有则输出-1(30分) 2.旋转矩阵 任意输入两个9阶以下矩阵,要求判断第二个是否是第一个的旋转矩阵,如果是,输出旋转角度(0、90、180、270),如果不是,输出-1。 要求先输入矩阵阶数,然后输入两个矩阵,每行两个数之间可以用任意个空格分隔。行之间用回车分隔,两个矩阵间用任意的回车分隔。(60分) 3.字符串匹配 从string.in
IFactory
- 工厂模式的简单模拟,希望对学习设计模式的童鞋可以用得上,只是一个简单的测试,没有多少具体功能。亲测能用。-a demo of factory pattern.
The-cube-texture-mapping-algorithm
- 运用OpenGL,生成一个正方体的纹理映射,映射的图形为棋盘形式,并且包含有动画功能-Use OpenGL, generate a cube texture mapping, mapping form a checkerboard pattern, and contains animated feature
ClusterAnalysis_2014.11.4
- 模式识别的聚类分析。K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。-Pattern recognition clustering
AprioriAll
- 一个数据挖掘基础算法,AprioriAll算法的C++实现,用来实现序列模式挖掘的-A data mining based algorithm, AprioriAll algorithm C++ implementation, used to achieve sequential pattern mining
pattern-cluster
- 基于近点距离的等级集群算法是模式识别中的一种重要算法,该代码给出了一个简单的例子。-Hierarchical clustering algorithm based on the near point distance is an important algorithm in pattern recognition, which gives a simple example.
