登录
首页 » Python » pca

pca

于 2020-06-23 发布
0 220
下载积分: 1 下载次数: 3

代码说明:

说明:  主成分分析图像,分析图像像素组成部分,高维提取低维特征(Principal component analysis image, analysis of image pixel components, high dimensional extraction of low dimensional features)

文件列表:

pca1.py, 1133 , 2018-03-21
PCA2 (1).py, 845 , 2018-06-10
PCA2 (2).py, 2383 , 2018-04-09

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

发表评论

0 个回复

  • wcf 实现大文件上传(有进度条)实例源码
    部分win7/win8用户 运行时报错 可能是 权限问题,所以运行项目的时候 要右键>>以管理员身份运行 部分用户 运行该项目的时候 可能提示:协定需要双工 但是绑定 NetTcpBinding 不支持 这是只需要将host项目app.config中协议部分 改为wsDualHttpBinding 即可,如下代码: 另外使用wcf时,最好不要使用 using 因为使用using会屏蔽掉很多错误,误导用户,参考链接:http://www.codeproject.com/Tips/197531/Do-not-use-using-for-WCF-Clients 相关代码改为:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;using System.ServiceModel;namespace WcfUploadServiceHost{ static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { try { var host = new ServiceHost(typeof (WcfUploadServiceLib.UpLoadService)); host.Open(); Console.WriteLine("Server is opened..."); Console.Read(); //using (var host = new ServiceHost(typeof(WcfUploadServiceLib.UpLoadService))) //{ // host.Open(); // Console.WriteLine("Server is opened..."); // Console.Read(); //} } catch (Exception ex) { Console.WriteLine(ex.ToString()); Console.Read(); } } }}
    2015-01-07下载
    积分:1
  • http协议下的文件传输
    http协议下的文件传输程序-http agreement file transfer procedure
    2022-02-15 16:11:19下载
    积分:1
  • ADBServerNeedRestartException
    Convert integer format IP into xxx.xxx.xxx.xxx format for Andriod.
    2013-10-06 00:42:43下载
    积分:1
  • open_pc_and_port_scan
    网络活动主机和开放端口扫描源程序,含开发文档,基于C#的rawsocket开发,支持 多线程 支持ARP,ICMP协议的活动主机扫描,支持TCP connect syn fin 三种方式的开放端口扫描,支持udp端口扫描(Networking activities, the host and open source port scan, including the development of the document, based on the C# The rawsocket development, support for multi-threaded support for ARP, ICMP scanning hosting agreement to support the TCP connect syn fin three ways of opening up port scanning, support udp port scan)
    2020-11-01 21:50:01下载
    积分:1
  • Hacking-the-whole-solution-process
    讲述黑客基础知识。 1.网络以及相关知识 2.入侵概念和基础知识 3.入侵基本过程和使用工具(Basic knowledge about the hacking. 1 Network and Knowledge 2 invasion concepts and basics 3. Invasion process and the use of basic tools)
    2014-01-11 16:01:27下载
    积分:1
  • msn message protocol stack
    msn message protocol stack
    2022-03-23 18:18:23下载
    积分:1
  • ws
    说明:  GO 语言编写的websocket实例,非常简单实用,很好地说明了websoket在go语言中的应用(An example of websocket written in go language)
    2020-07-08 15:09:50下载
    积分:1
  • HFPVU
    Programming library function query dictionary
    2018-12-26 07:24:23下载
    积分:1
  • 一个HTTPDWeb服务器源
    一个HTTPDWeb服务器源程序-a server source HTTPDWeb
    2023-06-02 05:50:02下载
    积分:1
  • 806062
    winsock登录淘宝源码,例程结合调用socket类的API函数,自定义相关POST登录信息链接淘宝网站。(winsock Login Taobao source, combined with routines class socket API function calls , for custom links POST login Taobao station .)
    2015-07-29 15:13:28下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载