登录
首页 » matlab » PCA

PCA

于 2020-12-18 发布 文件大小:13KB
0 117
下载积分: 1 下载次数: 16

代码说明:

  用matlab自带的PCA算法对图像进行降维(Dimensionality reduction for images)

文件列表:

PCA.txt, 703 , 2018-03-22
PCA.docx, 12724 , 2018-03-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 比较了UFMC-OFDM和传统OFDM的不同
    比较了UFMC-OFDM和传统OFDM的不同(The difference between UFMC-OFDM and traditional OFDM is compared)
    2021-04-20 22:08:50下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 这是模拟物理实验――一维势阱的小程序。运行的时候,需要把CCBP文件夹包含在头文件中。...
    命令行下可以解读TCP数据报内容的Sniffer-command line can be interpreted as TCP data reported to the Sniffer
    2022-02-03 06:27:02下载
    积分:1
  • This document is related to the computer network and router information on the c...
    本文档是关于计算机网络和路由器的资料,对计算机网络和路由器的知识有一个详细的介绍和解释-This document is related to the computer network and router information on the computer network and router knowledge a detailed introduction and explanation
    2022-09-10 13:15:03下载
    积分:1
  • 一个用java编的联机坦克游戏,支持直接现卡操作全屏模式
    一个用java编的联机坦克游戏,支持直接现卡操作全屏模式-with a series of the tanks on-line games, in support of direct current card operated in full-screen mode
    2023-05-09 20:45:02下载
    积分:1
  • 俄罗斯方块游戏,无
    俄罗斯方块游戏,无-Tetris games, no
    2023-07-03 17:15:04下载
    积分:1
  • 11-5.5
    汉字屏显示实例,可以学习屏幕的使用,以及汉字的显示,(Chinese screen display examples)
    2013-08-18 18:22:05下载
    积分:1
  • CMAC and PID Concurrent Control
    CMAC小脑神经网络模型,基于matlab,供学习交流(CMAC cerebellar neural network model, based on MATLAB, for learning and communication)
    2017-12-24 20:43:03下载
    积分:1
  • 1565156184338
    说明:  This book introduces the theoretical knowledge of compiler theory, which is suitable for the undergraduate students majoring in computer science.
    2020-06-18 14:00:02下载
    积分:1
  • 第一次提出CurveLab 处理技术的文章,
    第一次提出CurveLab 处理技术的文章,-first raised CurveLab processing technology articles,
    2022-01-28 15:38:08下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 3今日下载