CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - pattern

搜索资源列表

  1. kmeans

    0下载:
  2. 这是基本的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.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:3kb
    • 提供者:夜水晶
  1. fibo

    0下载:
  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.-The Fibonacci sequence is formed by adding S to a pattern of length n − 1, or L to a pattern of length n − 2.
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:331.5kb
    • 提供者:lee eun ji
  1. Bayesian

    0下载:
  2. 使用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.
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:6.8kb
    • 提供者:zhaoyongquan
  1. WindowsApplication1

    0下载:
  2. It´ s a associative memory, They are a method pattern recognition
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:98.58kb
    • 提供者:robotbailarin
  1. ISODATA

    0下载:
  2. ISODAT Algorithm is a dynamic cluster algorithm in the pattern recongnise.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:302.9kb
    • 提供者:xiaoming
  1. Pyramid

    0下载:
  2. 输出金字塔图案的Win32控制台应用小程序,cpp代码。-Pattern of the pyramid, Win32 console application program, cpp code.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-06
    • 文件大小:21.94kb
    • 提供者:邱焕能
  1. pattern-design

    0下载:
  2. 一些常用的设计模式C++代码,主要参考《大话设计模式》-Some common the design design C++ code, refer to the the " bigtalk design design
  3. 所属分类:Console

    • 发布日期:2017-11-10
    • 文件大小:73.91kb
    • 提供者:陈枫
  1. Design

    0下载:
  2. 几个简单设计模式的应用包括工厂模式、策略模式等-The application of a few simple design patterns including factory pattern, strategy pattern
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:7.61kb
    • 提供者:tttt
  1. Design_pattern

    0下载:
  2. 这里提供了几种常见设计模式的实例源代码。设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设计模式使代码编制真正工程化,设计模式是软件工程的基石,如同大厦的一块块砖石一样。-Design pattern
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:7.88kb
    • 提供者:王君雷
  1. DesignPatternCPP

    0下载:
  2. C++设计模式的实现:命令模式、代理模式、单件模式等;-the implementation of C++ Design Pattern:Command ,fork,Proxy Singleton
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:7.64mb
    • 提供者:zengguodong
  1. StratetyPattern

    0下载:
  2. 使用VS2010编写的设计模式中的策略模式-Strategy Pattern with Visual Studio 2010
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:7.52kb
    • 提供者:侯志辉
  1. observer

    0下载:
  2. 观察者模式的简单代码实现。有助于对初学设计模式这对观察者模式的理解。-Simple observer pattern code. This design pattern helps the beginner understand the observer pattern.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:207.75kb
    • 提供者:
  1. MarryMatch

    0下载:
  2. 2013中兴捧月-数字婚姻配对:采用vs2008编写,能够实现多种模式匹配-2013 ZTE holding on- Digital marriage pairing: the use vs2008 to write, can achieve a variety of pattern matching
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2.53mb
    • 提供者:www
  1. basy_clasifly

    0下载:
  2. 这是一个贝叶斯分类器程序,可以使用设计的分类器进行文档分类,非常有利于进行模式识别研究学习-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
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2.36mb
    • 提供者:刘恋
  1. 2008

    0下载:
  2. 北航2008复试上机。 1.素数 输入一个整数,要求输出所有从1到这个整数之间个位为1的素数,如果没有则输出-1(30分) 2.旋转矩阵 任意输入两个9阶以下矩阵,要求判断第二个是否是第一个的旋转矩阵,如果是,输出旋转角度(0、90、180、270),如果不是,输出-1。 要求先输入矩阵阶数,然后输入两个矩阵,每行两个数之间可以用任意个空格分隔。行之间用回车分隔,两个矩阵间用任意的回车分隔。(60分) 3.字符串匹配 从string.in
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.49kb
    • 提供者:王亚平
  1. IFactory

    0下载:
  2. 工厂模式的简单模拟,希望对学习设计模式的童鞋可以用得上,只是一个简单的测试,没有多少具体功能。亲测能用。-a demo of factory pattern.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:7.62kb
    • 提供者:搁浅地盘
  1. The-cube-texture-mapping-algorithm

    0下载:
  2. 运用OpenGL,生成一个正方体的纹理映射,映射的图形为棋盘形式,并且包含有动画功能-Use OpenGL, generate a cube texture mapping, mapping form a checkerboard pattern, and contains animated feature
  3. 所属分类:Console

    • 发布日期:2017-05-19
    • 文件大小:4.96mb
    • 提供者:Taylor
  1. ClusterAnalysis_2014.11.4

    0下载:
  2. 模式识别的聚类分析。K均值聚类算法是先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是没有(或最小数目)对象被重新分配给不同的聚类,没有(或最小数目)聚类中心再发生变化,误差平方和局部最小。-Pattern recognition clustering
  3. 所属分类:Console

    • 发布日期:2017-06-20
    • 文件大小:32.02mb
    • 提供者:周思洁
  1. AprioriAll

    0下载:
  2. 一个数据挖掘基础算法,AprioriAll算法的C++实现,用来实现序列模式挖掘的-A data mining based algorithm, AprioriAll algorithm C++ implementation, used to achieve sequential pattern mining
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:2.91mb
    • 提供者:倪武
  1. pattern-cluster

    0下载:
  2. 基于近点距离的等级集群算法是模式识别中的一种重要算法,该代码给出了一个简单的例子。-Hierarchical clustering algorithm based on the near point distance is an important algorithm in pattern recognition, which gives a simple example.
  3. 所属分类:Console

    • 发布日期:2017-05-20
    • 文件大小:4.92mb
    • 提供者:赵欢
« 12 »
搜珍网 www.dssz.com