CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - COMPONENT

搜索资源列表

  1. code

    0下载:
  2. 贴片元件代码查询 可根据元件表面丝印查到元件型号-SMD component code queries can be found in component type component surface printing
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1194780
    • 提供者:何凤涛
  1. Fault1_PCA

    0下载:
  2. 利用主成分分析方法,对TE模型产生的故障数据故障1进行故障检测-Using principal component analysis, on the TE model failure data generated by a fault detection fault
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:567
    • 提供者:viola
  1. fdgd

    0下载:
  2. 强连通分量的实现 强连通分量的实现 -Strongly connected component strongly connected component to achieve the realization of strongly connected components to achieve the realization of strongly connected components
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:921
    • 提供者:cjl
  1. ccl

    0下载:
  2. python code to do connected component labeling of the thresholded image
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1347
    • 提供者:formjk
  1. PCA

    0下载:
  2. Principal Component Analysis. Very important for pattern recognition(ie. optical character recognition) A great fundamental file for the beginner. Even those who doesn t know what is variance can start learning about OCR basics from this pdf.-Princip
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:90990
    • 提供者:Adil
  1. weather-report-component

    0下载:
  2. 这是一个天气预报组件,使用该组件可以实时获取任何一个地方的天气情况。里面有详细的教程。-This is a weather component, the component can be used to obtain real-time weather anywhere. There are detailed tutorial.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:40458
    • 提供者:couberlee
  1. component

    0下载:
  2. 图论中的连通分支c++代码 用于学习图论使用的-Graph theory in the component c++ code for the study using graph theory
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1603
    • 提供者:陈名家
  1. The-component-of-computer

    0下载:
  2. 这是关于计算机组成介绍的学习资料(绝对详细,绝对有用)-This is the document about the component of computer
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:782583
    • 提供者:鑫哥
  1. The-principal-component-analysis-

    0下载:
  2. 主成分分析进行风险管理,非常的实用,是现在比较的好的方法之一。-Principal component analysis, risk management, very practical, is now one of the more good method.
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:193195
    • 提供者:复古
  1. component-technology

    0下载:
  2. 组件技术课程设计攻略,pdf演示,安装步骤+小程序测试-Component technology curriculum design Raiders install the+ small program test
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:3178684
    • 提供者:
  1. component

    0下载:
  2. c++通用技能编码能力提升:组件安装管理程序,已测试。-c++ generic skills coding capacity building: Component Installation Manager has been tested.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:91127
    • 提供者:HEJIE
  1. Computer-component-experiments

    0下载:
  2. MFC设计的。计算机组成原理实验,计算机指令流程仿真类封装,可以实现add命令的微命令序列的生成。-MFC design. Computer component experiments, computer instruction process simulation class package, you can add commands to achieve micro command to generate sequences.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:161790
    • 提供者:王晓刚
  1. component-analysis

    0下载:
  2. 本程序是主成分分析,可以解决几个几个输入之间的相关性,能够提取出多输入的主成分-This program is the principal component analysis can solve several several input correlation between the principal components can be extracted multiple input
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2669
    • 提供者:misayozi
  1. Principal-Component-Analysis

    0下载:
  2. principle component analysis using matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:46205
    • 提供者:Dipjyoti Metia
  1. Gis-component-development

    0下载:
  2. GIS组件开发 电线面的数据集及数据源在地图中的使用-GIS component development wire surface data sets and data sources to use in the map
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:928910
    • 提供者:杨庆
  1. Component-package-specification

    0下载:
  2. 关于ALLEGRO创建PCB元器件封装库的规范,实例介绍如何创建元件封装。-About ALLEGRO PCB components to create a library package specification, examples of how to create a component package.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:736417
    • 提供者:MR.LIU
  1. principle-component-analysis--matlab

    0下载:
  2. 利用Matlab编程实现主成分分析, Cwstd.m——用总和标准化法标准化矩阵 Cwfac.m——计算相关系数矩阵;计算特征值和特征向量;对主成分进行排序;计算各特征值贡献率;挑选主成分(累计贡献率大于85 ),输出主成分个数;计算主成分载荷 Cwscore.m——计算各主成分得分、综合得分并排序 Cwprint.m——读入数据文件;调用以上三个函数并输出结果 -The use of principal component analysis Matlab programmi
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:35092
    • 提供者:吴耕泓
  1. hharners-very-component

    0下载:
  2. 一款组件管理系统原代码,很适合中高级学习者,我从中学到不少,-A component management system source code, very suitable for intermediate to advanced learners, I learned a lot,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-15
    • 文件大小:707584
    • 提供者:AMLR$200
  1. MX Component 4

    0下载:
  2. MX Component Version 4 Operating Manual
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:12421120
    • 提供者:carga2
  1. MX component

    1下载:
  2. Labview 与三菱PLC通讯 使用 MX component(communicate with MITSUBISHI plc)
  3. 所属分类:其他

    • 发布日期:2020-06-04
    • 文件大小:17408
    • 提供者:JoseLu
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com