登录
首页 » C# » Covari-coeffici-matrix-

Covari-coeffici-matrix-

于 2020-10-06 发布 文件大小:69KB
0 151
下载积分: 1 下载次数: 15

代码说明:

  利用c#语言实现协方差矩阵、相关系数矩阵及它们的特征值计算,源码,已经调试。(Using c# language covariance matrix, correlation coefficient matrix and their eigenvalue calculation, source code, has been debugged.)

文件列表:

c#协方差矩阵、相关系数矩阵及它们的特征值计算
............................................\主成分分析
............................................\..........\App.config,187,2016-10-23
............................................\..........\bin
............................................\..........\...\Debug
............................................\..........\...\.....\主成分分析.exe,16384,2016-10-25
............................................\..........\...\.....\主成分分析.exe.config,187,2016-10-23
............................................\..........\...\.....\主成分分析.pdb,36352,2016-10-25
............................................\..........\...\.....\主成分分析.vshost.exe,22984,2016-11-08
............................................\..........\...\.....\主成分分析.vshost.exe.config,187,2016-10-23
............................................\..........\...\.....\主成分分析.vshost.exe.manifest,490,2015-10-30
............................................\..........\Form1.cs,12893,2016-10-25
............................................\..........\Form1.Designer.cs,10538,2016-10-25
............................................\..........\Form1.resx,5817,2016-10-25
............................................\..........\obj
............................................\..........\...\Debug
............................................\..........\...\.....\DesignTimeResolveAssemblyReferences.cache,1308,2016-10-25
............................................\..........\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,7307,2016-11-08
............................................\..........\...\.....\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs,0,2016-10-23
............................................\..........\...\.....\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs,0,2016-10-23
............................................\..........\...\.....\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs,0,2016-10-23
............................................\..........\...\.....\TempPE
............................................\..........\...\.....\主成分分析.csproj.FileListAbsolute.txt,1390,2016-11-08
............................................\..........\...\.....\主成分分析.csproj.GenerateResource.Cache,975,2016-10-25
............................................\..........\...\.....\主成分分析.csprojResolveAssemblyReference.cache,2209,2016-10-24
............................................\..........\...\.....\主成分分析.exe,16384,2016-10-25
............................................\..........\...\.....\主成分分析.Form1.resources,180,2016-10-25
............................................\..........\...\.....\主成分分析.pdb,36352,2016-10-25
............................................\..........\...\.....\主成分分析.Properties.Resources.resources,180,2016-10-24
............................................\..........\Program.cs,527,2016-10-23
............................................\..........\Properties
............................................\..........\..........\AssemblyInfo.cs,1350,2016-10-23
............................................\..........\..........\Resources.Designer.cs,2882,2016-10-23
............................................\..........\..........\Resources.resx,5612,2016-10-23
............................................\..........\..........\Settings.Designer.cs,1102,2016-10-23
............................................\..........\..........\Settings.settings,249,2016-10-23
............................................\..........\主成分分析.csproj,3846,2016-10-24
............................................\..........\矩阵.cs,8258,2016-10-23
............................................\主成分分析.sln,1173,2016-10-24

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

发表评论

0 个回复

  • openvpn_id_build
    openvpn客户端key自动生成,自动申请用户名和密码。(OpenVPN client keys are automatically generated and user names and passwords are automatically applied for.)
    2020-06-17 22:20:01下载
    积分:1
  • NDK_TCP
    创龙c6678开发板NDK配置和TCP使用实例,网口通信(NDK Configuration and TCP Application Example of Chuanglong c6678 Development Board, Network Port Communication)
    2018-12-19 21:00:43下载
    积分:1
  • RemoteDesktopControl
    利用桌面驱动实现远程控制,C#语言开发,流量基本控制在10KB左右,没桌面变化时流量基本为0(Remote Desktop Control)
    2010-12-24 14:20:12下载
    积分:1
  • stm32+can
    STM32之can通讯,包含初始化,can中断,发送报文,可以进行报文解析(STM32 can communication, including initialization, can interrupt, send message, you can parse the message)
    2017-09-28 11:09:20下载
    积分:1
  • AV_ST test3
    说明:  基于stm32的vx8812驱动实现,控制AV视频图像的输出(Vx8812 driver implementation based on stm32)
    2020-06-22 16:40:02下载
    积分:1
  • 用flash配置FPGA
    it is ok on windows os(It is ok on windows os.)
    2005-07-15 08:45:30下载
    积分:1
  • Encryption
    本文介绍利用注册码(序列号)软件加密方法,该方法可实现一机一个流册码,解密难度大(this document introduce how to protect your software by encrypt the application)
    2014-02-12 22:51:54下载
    积分:1
  • MATLAB
    接收端采用的算法和程序流程与发送端发送的OFDM符号的帧结构有关系。具体的帧结构,以及定时估计,频偏估计,剩余误差跟踪的算法可参考算法说明文档。这里对程序的流程进行说明。 首先根据短训练字的特性进行相关运算,进行信号到达检测,当检测到相关值大于门限一定次数后,认为有信号到达。然后根据长训练字的特性,进行相关运算,进行OFDM符号FFT窗口起始位置的估计。估计出FFT窗口的位置后,先在时域进行小频偏的估计,将两个长训练字进行小频偏补偿后,进行FFT运算,根据FFT运算的结果进行整数倍频偏的估计。这些参数估计完成后,就可以进行数据解调了。先对数据部分进行完整的频偏补偿,然后根据估计的FFT窗口位置进行FFT运算得到频域的数据,进行解调。然后在对应于导频的子载波位置上提取出导频信息,根据导频信息估计出剩余定时误差以及剩余的信道响应误差,将误差量送入环路进行跟踪。当收到所有数据后,重新回到信号到达检测状态,进行下一次信号到达的检测和信号接收。 (good)
    2020-11-04 23:49:52下载
    积分:1
  • HEU_KMS_Activator_v2.4
    合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中; 2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。 3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
    2013-12-02 17:28:34下载
    积分:1
  • gofk
    c语言编的词法分析器,可以学习的源码,不错(C language of lexical analyzer, you can learn the source code, good)
    2018-12-25 21:44:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载