CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - first 集

搜索资源列表

  1. Arduino系列学习例程(一)

    0下载:
  2. arduino 使用实例 arduino学习笔记1 - 什么是arduino? 要了解arduino就先要了解什么是单片机,arduino平台的基础就是AVR指令集的单片机。(Arduino use case Arduino study Note 1-what is Arduino? In order to understand arduino, we must first understand what is the basis of the single chip microcompu
  3. 所属分类:单片机开发

    • 发布日期:2018-04-21
    • 文件大小:15712256
    • 提供者:xtywb
  1. Arduino系列学习例程(二)

    0下载:
  2. arduino 使用实例二 arduino使用实例二 要了解arduino就先要了解什么是单片机,arduino平台的基础就是AVR指令集的单片机。(arduino uses instance two arduino uses instance two To understand arduino ' s first understanding of what is a single chip computer , the arduino platform is based on a si
  3. 所属分类:单片机开发

    • 发布日期:2018-04-21
    • 文件大小:8093696
    • 提供者:xtywb
  1. PCA

    0下载:
  2. 1、读入图片,根据PGN格式的line 2 确定矩阵的大小为 28*28=784,根据line4 获取. 2、读入图片,根据PGN格式的line 2 确定矩阵的大小为 28*28=784,根据line4 获取。 3、计算平均矩阵。 4、对平均值矩阵进行SVD: 5、平均矩阵进行SVD后的前20个singular vector的输出结果。 6. 将训练集的每一张图片当成一行,形成一个矩阵,然后对矩阵进行PCA分解。 7. 这个矩阵对测试集的每张图片进行降 维,得到的图像。(1, rea
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:6418432
    • 提供者:彦雁
  1. CPU

    0下载:
  2. 基于ARM指令集自主进行CPU设计体验,第一版(Independent CPU design experience based on ARM instruction set, first edition)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:4954112
    • 提供者:yeaouh
  1. FingerTip

    0下载:
  2. 基于深度相机的手势识别,利用深度信息设置包围盒分割手,然后使用SVM分类器对训练数据集进行训练。在静态手势测试时,我们先计算测试图像的HOG特征,然后经SVM分类得到测试结果(Based on the gesture recognition of the depth camera, the depth information is used to set the bounding box to divide the hand, and then the training data set is
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:4458496
    • 提供者:程序员飞宇
  1. 1

    1下载:
  2. Niushop商城是全国首创集 【B2B2C多用户商城】 + 【微信微分销】 + 【电商平台招商运营 + iOS 、Android多平台客户端】 PHP开源电商系统。(Niushop business city is the national first set of [B2B2C multi - user business city] + [WeChat micro distribution] + [e-commerce platform investment operation + iOS,
  3. 所属分类:WEB开发

    • 发布日期:2018-05-03
    • 文件大小:27412480
    • 提供者:2t2rt2
  1. 13

    0下载:
  2. 禅道是国内第一家开源项目管理软件。它集产品管理,项目管理,质量管理,文档管理,组织管理于一体的企业管理,是一家专业研发项目管理软件,项目管理的核心流程的全覆盖(Zen road is the first open source project management software in China. It includes product management, project management, quality management, document management, organ
  3. 所属分类:WEB开发

    • 发布日期:2018-05-04
    • 文件大小:4163584
    • 提供者:3ty45ht
  1. mfcc

    1下载:
  2. 采用MFCC方法提取训练集样本或测试集样本语音特征参数的MATLAB程序,仿真时需先将voicebox语音处理工具箱添加到MATLAB软件中(The MFCC method is used to extract the MATLAB program of the training set sample or the test set sample speech feature parameters. The voicebox voice processing toolbox is added t
  3. 所属分类:语音合成与识别

    • 发布日期:2018-10-28
    • 文件大小:4136960
    • 提供者:梅小笔
  1. 基于PCA的SVM分类

    1下载:
  2. 选择“BreastCancer”数据集,使用支持向量机(SVM)对其进行分类。作为对比,第一次对特征集直接进行支持向量机分类,第二次对特征集进行主成分分析法的特征提取后,再对特征提取后的特征集进行支持向量机分类。并且对比和分析了两次分类的结果。(The BreastCancer data set is selected and classified by Support Vector Machine (SVM). For comparison, the first time the featur
  3. 所属分类:matlab例程

    • 发布日期:2021-03-05
    • 文件大小:78848
    • 提供者:yty1018
  1. 基于粒子群优化算法的特征选择SVM分类

    4下载:
  2. 针对“BreastCancer”数据集,作为对比,第一次对特征集直接进行SVM分类,第二次使用粒子群算法进行特征选择后再进行SVM分类。并且对比和分析了两次分类的结果。(For "BreastCancer" data set, as a comparison, the first time the feature set is directly classified by SVM, and the second time the feature set is selected
  3. 所属分类:matlab例程

    • 发布日期:2020-05-10
    • 文件大小:281600
    • 提供者:yty1018
  1. 股票预测-最小二乘

    2下载:
  2. 采用最小二乘法进行MATLAB编写,开盘为输入,收盘为输出。1-600个数据为训练样本集,601-700为预测样本。先对数据进行标准化处理,再利用最小二乘法对模型进行预测,最后进行反标准化处理后输出。(The least square method is used to compile MATLAB. The opening is input and the closing is output. 1-600 data are training samples and 601-700 predic
  3. 所属分类:其他

    • 发布日期:2021-02-20
    • 文件大小:227328
    • 提供者:nz106
  1. smoke

    1下载:
  2. 用于识别火灾烟雾 , 火灾先有烟雾后有火, 监测烟雾比监测明火重要的多. 本数据集含有图片400多张, 包括标注好的txt文件, 可以直接用于yolo训练.(Used to identify fire smoke, fire smoke first and then fire, monitoring smoke is more important than monitoring open fire. This data set contains more than 400 pictures,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-11-18
    • 文件大小:17207296
    • 提供者:联合开发wang
  1. 2

    1下载:
  2. (a)产生两个都具有200个二维向量的数据集和(注意:在生成数据集之前最好使用命令randn(‘seed’,0)初始化高斯随机生成器为0(或任意给定数值),这对结果的可重复性很重要)。向量的前半部分来自均值向量的正态分布,并且协方差矩阵。向量的后半部分来自均值向量的正态分布,并且协方差矩阵。其中是一个2*2的单位矩阵。 (b)在上述数据集上运用感知器算法,并且使用不同的初始向量初始化参数向量。 (c)测试每一次算法在和上的性能。 (d)画出数据集和,以及分类面。((a) Generate
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-11-30
    • 文件大小:1024
    • 提供者:zilong1999
  1. L4_1

    2下载:
  2. a)产生两个都具有200个二维向量的数据集和(注意:在生成数据集之前最好使用命令randn(‘seed’,0)初始化高斯随机生成器为0(或任意给定数值),这对结果的可重复性很重要)。向量的前半部分来自均值向量的正态分布,并且协方差矩阵。向量的后半部分来自均值向量的正态分布,并且协方差矩阵。其中是一个2*2的单位矩阵。 (b)在上述数据集上和分别属于+1类和-1类,请在上述数据集的两类中各随机抽取150个样本作为训练集,运用Logistic regression算法得到的分类面,然后对余下的各5
  3. 所属分类:其他

    • 发布日期:2020-11-30
    • 文件大小:1024
    • 提供者:zilong1999
  1. EMV MX 2018

    1下载:
  2. 安装需要的C++环境,自行下载微软常用运行库合集,先安装C++环境,重新启动电脑之后在打开软件(To install the required C++ environment, please download the collection of Microsoft common runtime libraries by yourself, install the C++ environment first, restart the computer and open the software)
  3. 所属分类:其他

    • 发布日期:2021-02-16
    • 文件大小:2672640
    • 提供者:DUMPS
  1. EMV Writer Reader Software v8

    1下载:
  2. 需要的C++环境,自行下载微软常用运行库合集,是免费的,而且有很多,先安装C++环境,重新启动电脑之后在打开软件(To install the required C++ environment, please download the collection of Microsoft common runtime libraries by yourself, install the C++ environment first, restart the computer and open the s
  3. 所属分类:其他

    • 发布日期:2021-03-22
    • 文件大小:916480
    • 提供者:DUMPS
  1. emvsetupfull_1016

    1下载:
  2. 安装需要的C++环境,请自行下载微软常用运行库合集,先安装C++环境,重新启动电脑之后在打开软件(To install the required C++ environment, please download the collection of Microsoft common runtime libraries by yourself, install the C++ environment first, restart the computer and open the software)
  3. 所属分类:编辑器/阅读器

    • 发布日期:2021-03-27
    • 文件大小:12717056
    • 提供者:qwer12344321
  1. SDA EMV chip writer by PAWS

    2下载:
  2. 很强大的写卡软件,支持很多读写器,需要安装C++运行库,自行下载微软运行合集(To install the required C++ environment, please download the collection of Microsoft common runtime libraries by yourself, install the C++ environment first, restart the computer and open the software)
  3. 所属分类:编辑器/阅读器

    • 发布日期:2021-02-16
    • 文件大小:3719168
    • 提供者:qwer12344321
  1. X2-Software

    2下载:
  2. 使用最广泛的一款X2软件,同样需要安装微软云像库合集,很容就能下载到,自行下载安装,然后才能打开软件(To install the required C++ environment, please download the collection of Microsoft common runtime libraries by yourself, install the C++ environment first, restart the computer and open the softwar
  3. 所属分类:编辑器/阅读器

    • 发布日期:2021-02-04
    • 文件大小:6608896
    • 提供者:qwer12344321
  1. X2GOLD

    1下载:
  2. X2GOLD版本,安装需要的C++环境,请自行下载微软常用运行库合集,先安装C++环境,重新启动电脑之后在打开软件(To install the required C++ environment, please download the collection of Microsoft common runtime libraries by yourself, install the C++ environment first, restart the computer and open the
  3. 所属分类:编辑器/阅读器

    • 发布日期:2021-03-27
    • 文件大小:8075264
    • 提供者:qwer12344321
« 1 2 ... 15 16 17 18 19 20»
搜珍网 www.dssz.com