CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 因子分析

搜索资源列表

  1. 编译原理及实践

    1下载:
  2. 目      录 译者序 前言 第1章   概论 1 1.1   为什么要用编译器 2 1.2   与编译器相关的程序 3 1.3   翻译步骤 5 1.4   编译器中的主要数据结构 8 1.5   编译器结构中的其他问题 10 1.6 &
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-04-25
    • 文件大小:7612048
    • 提供者:wesong
  1. 完全数

    0下载:
  2. 如果一个数恰好等于它的因子之和,则称该数为“完全数”。 *题目分析与算法设计 根据完全数的定义,先计算所选取的整数a(a的取值1~1000)的因子,将各因子累加于m,若m等于a,则可确认a为完全数。 *-if it is equal to the sum of the factor, says the number of "totally few." * Topic analysis and algorithm design based on the defin
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:853
    • 提供者:姚紫欣
  1. LL1ForXp

    0下载:
  2. LL(1)文法,消除隐藏左递归,提取共因子,然后求First,Follow,Select集,以及预测分析表,最后进行预测分析-LL (1) grammar, the elimination of hidden left recursive, extracting a total factor, and then seek First, Follow, Select set, and the forecast analysis table, the final analysis of foreca
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52570
    • 提供者:swb
  1. ll1Analysis

    0下载:
  2. LL(1)分析法 1、LL(1)分析法的功能 LL(1)分析法的功能是利用LL(1)控制程序根据显示栈栈顶内容、向前看符号以及LL(1)分析表,对输入符号串自上而下的分析过程。 2、LL(1)分析法的前提 改造文法:消除二义性、消除左递归、提取左因子,判断是否为LL(1)文法, 3、LL(1)分析法实验设计思想及算法-LL (1) an analysis, LL (1) Analysis of the functional LL (1) Analysis of the fun
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1593
    • 提供者:吴伟
  1. 左递归文法分析源代码

    0下载:
  2. 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出\"acc\",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。-importation has been eliminated and left recursive public from the left-LL (1) grammar, further impo
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-15
    • 文件大小:33947
    • 提供者:赵旋
  1. LL(1)yufafenxi

    0下载:
  2. *--- --- --声明--- --- -----*/ /* VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 补充: 程序存在问题: (1) follow集不能处理
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5280
    • 提供者:林月忠
  1. diguixiajiang

    0下载:
  2. 递归下降的基本思想: 为每一个非终结符构造一个子程序,每一个子程序的过程体中按该产生式的候选项分情况展开,遇到终结符直接匹配,而遇到非终结符就调用相应非终结符的子程序。该分析从调用文法开始符号的子程序开始,直到所有非终结符都展开为终结符并得到匹配为止。若分析过程中达到这一步则表明分析成功,否则表明输入中有语法错误。递归下降分析对文法的限制是不能有公共左因子和左递归。由于文法是递归定义的,因此子程序也是递归的,被称为递归下降子程序。 -The basic idea of recursiv
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:1456
    • 提供者:WM
  1. Factor-analysis-in-chapter-12

    0下载:
  2. matlab中的第12章 因子分析 (含有例子和源码)-Factor analysis in chapter 12
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:6019
    • 提供者:李治宇
  1. 12

    0下载:
  2. 第12章 因子分析(此程序是用matlab编写的,此代码已经通过本人测试)-Chapter 12 Factor Analysis (This procedure is used matlab, this code has passed my test)
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-15
    • 文件大小:6603
    • 提供者:zjf
  1. Factor-analysis

    0下载:
  2. Factor analysis 因子分析-Factor analysis
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:6014
    • 提供者:李志
  1. Factor-Structure-Model

    0下载:
  2. 该源代码适合于因子分析的初学者,文中有详细注释,介绍了因子模型的构建过程。-The source code suitable for beginners factor analysis, the paper detailed notes, introduces the factor model of the build process.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:6456
    • 提供者:季雪
  1. nai_v87

    1下载:
  2. 是学习PCA特征提取的很好的学习资料,AHP层次分析法计算判断矩阵的最大特征值,包括AHP,因子分析,回归分析,聚类分析。- Is a good learning materials to learn PCA feature extraction, Calculate the maximum eigenvalue judgment matrix of AHP, Including AHP, factor analysis, regression analysis, cluster analysi
  3. 所属分类:source in ebook

    • 发布日期:
    • 文件大小:4096
    • 提供者:宋永云
  1. pei_af11

    0下载:
  2. 基于kaiser窗的双谱线插值FFT谐波分析,实现六自由度运动学逆解算法,包括AHP,因子分析,回归分析,聚类分析。- Dual-line interpolation FFT harmonic analysis kaiser windows, Six degrees of freedom to achieve inverse kinematics algorithm, Including AHP, factor analysis, regression analysis, cluster ana
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:5120
    • 提供者:何建
  1. eu056

    0下载:
  2. 有CDF三角函数曲线/三维曲线图,最终的权值矩阵就是滤波器的系数,包括主成分分析、因子分析、贝叶斯分析。- There CDF trigonometric curve/3D graphs, The final weight matrix is ??the filter coefficient, Including principal component analysis, factor analysis, Bayesian analysis.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-16
    • 文件大小:5120
    • 提供者:尤元
  1. kai_xf34

    0下载:
  2. 独立成分分析算法降低原始数据噪声,ML法能够很好的估计信号的信噪比,包括AHP,因子分析,回归分析,聚类分析。- Independent component analysis algorithm reduces the raw data noise, ML estimation method can be a good signal to noise ratio, Including AHP, factor analysis, regression analysis, cluster analy
  3. 所属分类:source in ebook

    • 发布日期:2017-12-09
    • 文件大小:9370
    • 提供者:任腾胜
  1. fan-V2.1

    0下载:
  2. 实现了对10个数字音的识别程序包括AHP,因子分析,回归分析,聚类分析,一种基于多文档得图像合并技术。- Realization of 10 digital audio recognition program Including AHP, factor analysis, regression analysis, cluster analysis, Based on multi-document image obtained combining technique.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-14
    • 文件大小:4294
    • 提供者:李继
  1. gx025

    0下载:
  2. 包括AHP,因子分析,回归分析,聚类分析,最小二乘回归分析算法,实现了图像的灰度化并进一步用于视频监视控。- Including AHP, factor analysis, regression analysis, cluster analysis, Least-squares regression analysis algorithm, Achieve a grayscale image and further control for video surveillance.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-14
    • 文件大小:10210
    • 提供者:贾万琴
  1. joutun-V2.3

    0下载:
  2. 利用matlab写成的窄带噪声发生,包括AHP,因子分析,回归分析,聚类分析,含噪脉冲信号进行相关检测。- Using matlab written narrowband noise occurs, Including AHP, factor analysis, regression analysis, cluster analysis, Noisy pulse correlation detection signal.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:张雷书
  1. evcfe

    0下载:
  2. 包括AHP,因子分析,回归分析,聚类分析,pwm整流器的建模仿真,最小均方误差等算法的MSE的计算。- Including AHP, factor analysis, regression analysis, cluster analysis, Modeling and simulation pwm rectifier Minimum mean square error MSE calculation algorithm.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-14
    • 文件大小:6511
    • 提供者:刘永清
  1. jaopaohiu

    0下载:
  2. 匹配追踪和正交匹配追踪,包括AHP,因子分析,回归分析,聚类分析,采用热核构造权重。- Matching Pursuit and orthogonal matching pursuit, Including AHP, factor analysis, regression analysis, cluster analysis, Thermonuclear using weighting factor.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-20
    • 文件大小:9216
    • 提供者:时小
« 12 »
搜珍网 www.dssz.com