CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - pattern

搜索资源列表

  1. Interior_Point_Optimizer_for_SVM_Pattern_Recogniti

    0下载:
  2. Interior Point Optimizer for SVM Pattern Recognition的原程序-Interior Point Optimizer for Pattern Recognition SVM's original procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.81kb
    • 提供者:dy
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:29.49kb
    • 提供者:陈力
  1. shuibosuanfa

    0下载:
  2. 水波算法是一种经典的模式识别技术,对于研究识别的学生有一点的参考价值!-wave algorithm is a classic pattern recognition technology for research to identify students with the point of reference value!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6.91kb
    • 提供者:阿科
  1. beamforming

    0下载:
  2. With the interference-to-noise ratio reduced to 30 dB, plot the adaptive antenna pattern after 200 iterations of the LMS algorithm-With the interference-to-noise ratio of red uced to 30 dB. plot the adaptive antenna pattern after 200 ite rations of t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.79kb
    • 提供者:游辉章
  1. FORTRAN_WVEGUIDE_CODE

    0下载:
  2. FORTRAN用于计算矩形波导本征模式的小程序-FORTRAN rectangular waveguide used in the calculation of the intrinsic pattern of small procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.03kb
    • 提供者:皮皮
  1. Ante

    0下载:
  2. The program is a general EXECUTABLE ONLY 2-D Rectangular and Polar Pattern Plotter. -The program is a general EXECUTABLE ONLY 2 - D. Rectangular and Polar Pattern Plotter.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:795kb
    • 提供者:黄志祥
  1. Bayesian.Classifier

    0下载:
  2. 贝叶斯分类实验 模式识别课程实验所用的源程序-Bayesian classifier experimental pattern recognition programs used in the experimental program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5.78kb
    • 提供者:王旺
  1. libsvm_java

    0下载:
  2. 模式分类经典算法——支持向量机 java语言版-classic pattern classification algorithm -- Support Vector Machine language version of java
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:77.37kb
    • 提供者:李玉峰
  1. AIRBP

    0下载:
  2. 人工神经网络在模式识别,预测等领域广泛应用,ART和BP是常用的形式。-artificial neural networks in pattern recognition and prediction extensive application of ART and BP is commonly used forms.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:83.37kb
    • 提供者:王海荣
  1. DesignCPP

    0下载:
  2. C++ design pattern in finance. Must know for QF engineers
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:74.14kb
    • 提供者:LL
  1. qfdtd90.rar

    1下载:
  2. 利用fortran语言编写的fdtd程序可以计算微带天线的s参数和方向图,Fortran language use can be calculated fdtd microstrip antenna pattern parameters and s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:595.27kb
    • 提供者:yangjun
  1. Pattern_recognition1

    0下载:
  2. 张学工老师模式识别第一次作业,用贝叶斯方法和正态分布的监督参数估计对身高体重二维数据进行性别分类-Zhang engineering teacher pattern recognition for the first time operations, using Bayesian methods, and the supervision of normal height and weight of two-dimensional parameter estimation of the gende
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:120.27kb
    • 提供者:陈皓
  1. FDTD

    1下载:
  2. 使用fdtd算法计算光子晶体的模式折射率-Fdtd algorithm using photonic crystal pattern of refractive index
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:4.72kb
    • 提供者:Pagani
  1. FP-TREE

    0下载:
  2. FP-TREE算法,非常经典的数据挖掘算法,学习数据挖掘的好例子-FP-TREE algorithm, a very classic data mining algorithms, data mining study a good example of
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:517.04kb
    • 提供者:jack
  1. SVM_toolbox01

    0下载:
  2. 支持向量机作为统计学习理论的实现方法,能很好地解决非线性和高维数问题,克服了神经网络方法收敛慢、解不稳定、推广性差的缺点,近年来得到了广泛地研究,在模式识别、信号处理、控制、通讯等方面得到了广泛地应用。-Support Vector Machine as the implementation of statistical learning theory approach, can be a good solution to the nonlinear and high dimension pro
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2.56mb
    • 提供者:王旭
  1. pattern

    0下载:
  2. 孙即祥,现代模式识别,第2.4.2节关于相似性阈值聚类仿真实验。-modern pattern recognition,2.4.2,sun jixiang
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:zcn
  1. Desktop

    0下载:
  2. n queens problem which can print the chess board pattern
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.96kb
    • 提供者:manoj
  1. 3

    0下载:
  2. 给出一个正方形图案和它的变换图案,称为图案变换对。编写程序,求图案变换对之间的最小变换。图案是由黑白两种小方块构成的。-Give a square design and its transformation patterns, called the design change right. Programming, and changing patterns of change among the smallest. Black and white pattern is composed of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:hjx
  1. moments_used_in_image_processing

    0下载:
  2. 矩是一种在图像处理和模式识别中,广泛应用的方法。这篇文章简单介绍了矩的概念。-Moment is a kind of image processing and pattern recognition, the widely used method. This article briefly introduced the concept of moments.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:808.66kb
    • 提供者:DZ
  1. pattern-recognition

    1下载:
  2. 本文针对几种有代表性的流形学习算法进行了深入的研究,主要探讨了流形学习的框架理论相关研究及其在模式识别中的应用。 -In this paper, a representative of several manifold learning algorithms in-depth study, which focused on the theoretical framework of manifold learning research and its application in pattern
  3. 所属分类:Algorithm

    • 发布日期:2017-05-20
    • 文件大小:5.42mb
    • 提供者:逍遥
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com