搜索资源列表
fisher_identify
- 学进一步了解分类器的设计概念,能够根据自己的设计对线性分类器有更深刻地认识,理解Fisher准则方法确定最佳线性分界面方法的原理,以及Lagrande乘子求解的原理。-school with a better understanding of classification of the design concept, According to the design of linear classification for a more profound understanding, Fisher
minimumvar
- 基于最小均方误差准则的LMS算法对淹没在噪声中的信号进行的有效的提取.-based on the minimum mean square error criteria LMS algorithm drowned in the noise signal the effective extraction.
kruskal
- K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的 边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选 取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中 边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其 加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
viterbimatlab
- 一个对(2,1,2)卷积码进行译码的维特比译码程序,它以最大似然译码为思想,根据译码网格,遍寻网格上所有可能的路径,选择最大可能的路径作为幸存路径进行译码。在本程序中,它依次在不同时刻,对网格中的相应列的点按照最大似然准则比较所有以它为终点的路径,即为幸存路径,而把其他路径堵死,弃之不用。故到下一时刻只要对幸存路径延伸出来的路径继续比较即可。由于假设了已知输入,且为有限短序列,所以没有考虑长序列译码时的截短。如果考虑长序列译码,则需要用截短译码器,考虑译码深度。-viterbi
matlab
- 区域填色 用以颜色差别来作为判定区域内外部的准则-Regional differences in coloring to color outside the region as the criteria for determining
McAfeeVirusScanEnterprise
- 本文重要介绍杀毒软件McAfee的的使用方法,同是详细介绍了软件的杀毒准则的编写,适用于新手的使用,但是对于研究杀毒软件的开发者也有一定的借鉴意义。-This important introduction of the McAfee anti-virus software to use, the same anti-virus software is described in detail the preparation of guidelines for the use of beginner
CPP
- C++ 编程规范:101 条规则、准则与最佳实践 By Herb Sutter, Andrei Alexandrescu -C++ Coding Standards: 101 Rules, Guidelines, and Best Practices By Herb Sutter, Andrei Alexandrescu
DelphiGaoShouTuPo
- 本书以理论结合实践的方式,论述“如何在Delphi中使用面向对象编程方法,构建良好设计的程序” 的主题。本书第1、2、3章以不同于一般书籍的方式,介绍面向对象编程的基础知识及其在Object Pascal 中的语言实现。第 4、5 章介绍 VCL 库的相关知识,其中第 4 章为您剖析部分 VCL 的核心组件源码,第 5章介绍定制、设计组件的方法。第6、7章介绍程序构架设计,其中第6章介绍一般性的代码设计准则, 其内容可以完全脱离Delphi,因为这些准则是跨语言的;第7章是一个完
tuxiangfenge
- 几种图像分割的源码。基于最大类间最大距离比准则的图像分割,基于最大类间最大距离准则的图像分割,最大熵准则的图像分割-Source of several image segmentation. Based on the maximum distance between the maximum class guidelines image segmentation, image segmentation based on the maximum distance between the maximu
Dixon-rule
- 剔除粗大误差 -利用狄克松准则剔除粗大误差-Eliminate the careless error
Grubbs
- 利用 格拉布斯准则 剔除粗大误差的labview程序-Grubbs labview program guidelines eliminate the careless error
akaike
- RATS 信息准则,计量经济学中用于确定最优参数个数的关键准则-Akake information criterion
kalman
- 卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法,它适合于实时处理和计算机运算。 -Kalman filter based on minimum mean square error for the estimation of the best criteria to seek a recursive estimation algorithm, which is suitable for real-time processing and computing.
wolfe
- 利用wolfe算法,编写了wolfe程序模块。测试数据引用《最优化方法及其Matlab程序设计》(马昌凤编)的Armijo准则搜索例题-Use wolfe algorithm, written wolfe program modules. Test data reference " optimization methods and Matlab programming" (Ma Changfeng ed.) The search criteria examples Armijo
analytic-hierarchy-process
- 利用层次分析法解决方案层对准则层和目标层的权重并相应的做出决策。-Using the analytic hierarchy process (ahp) solution on criterion layer and target layer and the corresponding weights of decision-making.
MSE
- 稳健的自适应波束形成算法,常用mse准则算法-Robust adaptive beamforming algorithm, commonly used criterion algorithm mse
mine-fisher-pca
- PCA分类,用于较好的去噪降维,matlab的各种自适应仿真分析。。自适应信息处理的算法、方案繁多,究其实质可归纳为遵循最小均方误差(Least Mean Square,LMS)准则及最小二乘-PCA classification for better denoising dimensionality reduction, a variety of adaptive matlab simulation analysis. . Adaptive information processing alg
userfc
- ANSYS二次开发自定义破坏准则子程序 -ANSYS subroutine
chow算法
- OFDM系统的功率分配chow算法,,其优化准则:在维持目标误比特率的情况下,使系统的余量最大。
LabView拉伊达准则剔除粗大误差
- LabView拉伊达准则剔除粗大误差的程序