CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - decomposition

搜索资源列表

  1. besovproj

    0下载:
  2. 小波提升框架,用几个滤波器组成,可以用于小波的分解,重构,压缩,分割-Lifting with several filter components, which can be used wavelet decomposition, remodeling, compression, segmentation, etc.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.36kb
    • 提供者:董周
  1. ConsoleJava

    0下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4.22kb
    • 提供者:凃道
  1. DotMatrix

    1下载:
  2. DotNet版的线性方程的解法,包括:高斯消元法,用于n阶非奇异矩阵;SVD分解法,求最小二乘解.目前还很难找到免费的DotNet版的数值计算程序.这里有源码(J#)和dll文件.-Kind version of the linear equation solution, including : Gaussian Elimination Act, for order n nonsingular matrix; SVD decomposition method, least squares sol
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:凃道
  1. y2

    0下载:
  2. y2.c LU分解-y2.c LU decomposition
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:890byte
    • 提供者:王杰
  1. CsharpAlgorithm_Matrix

    0下载:
  2. C#数值计算源码,主要包括矩阵计算,分解,求逆等。-C# Numerical Calculation of source, including matrix, the decomposition, such as inversion.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:250.24kb
    • 提供者:顾佳晨
  1. main

    1下载:
  2. 用C语言实现矩阵的SVD分解算法实例 很有用-Using C language SVD matrix decomposition algorithm is useful examples
  3. 所属分类:C#编程

    • 发布日期:2013-05-22
    • 文件大小:569byte
    • 提供者:zhangping
  1. CSharpcifa

    0下载:
  2. 很不错的词法分析实验报告 编译程序的第一阶段是词法分析,为了能把输入的字符串进行扫描和分解,识别出各种类型的单词符号,我用C++语言设计了一个简单词法分析器,分析C++语言单词的子集(包括常用关键字、标识符、常数、算符、界符等)。-Very good compiler lexical analysis lab report is the first stage of lexical analysis, in order to be able to scan the input string an
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:585.43kb
    • 提供者:flylee
  1. fjzys

    0下载:
  2. 一个很实用的程序,将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A very useful procedure, a positive integer decomposition of the quality factor. For example: enter 90, print out 90 = 2* 3* 3* 5.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:928byte
    • 提供者:海浪
  1. ParseWSDL

    0下载:
  2. 一个简易的WSDL文档分析器,分解结果用树表示出来-A simple WSDL document parser, the result of decomposition expressed by the tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:44.03kb
    • 提供者:李刚锐
  1. er

    0下载:
  2. 程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。 -Process analysis: the use of for the cycle to control the number of 100-999, each decomposition of a single-digit number, 10, 100.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:2.23kb
    • 提供者:海伦
  1. Cyuyanxiaobo

    0下载:
  2. 用C语言实现的小波分解与重构算法,有需要的的参考下-With the C language implementation of the wavelet decomposition and reconstruction algorithms, there is need to refer to the following
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:339.53kb
    • 提供者:张章
  1. Proiect_calcul_numeric

    0下载:
  2. LU algorithm and LU decomposition full CSharp project. Fully functional.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:102.18kb
    • 提供者:Cristi Movila
  1. PF_Team4

    0下载:
  2. PQ分解法潮流计算程序,为了减少不必要的运算,本潮流程序中将严格规定数据的录入格式.-PQ decomposition process flow calculation, in order to reduce unnecessary operations, the trend of the program will strictly require data entry format.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:221.58kb
    • 提供者:wangtao
  1. Power-Flow-Calculation

    1下载:
  2. 本程序采用PQ分解法来计算电力系统潮流分布,欢迎下载-PQ decomposition of the program used to calculate the power flow distribution, are welcome to download
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:6.92kb
    • 提供者:yuxiang
  1. LU

    0下载:
  2. LU分解法 数值分析课程设计 C语言程序-Numerical analysis of LU decomposition C language program curriculum design
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1.38kb
    • 提供者:詹永恒
  1. PCA

    0下载:
  2. c#QR分解,通过读入excel文件,读取其中数据,把其中数据读入程序中,进行运算-c# QR decomposition, by reading into the excel file, which reads the data, to which the data is read into the program, for computing
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:31.34kb
    • 提供者:youjie
  1. Examine

    0下载:
  2. 对求解线性方程组的算法进行测试,包括矩阵LU分解算法-Begin the test of the Algorithms used in solving the liner equation, including the LU decomposition
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:70.98kb
    • 提供者:xiongxi
  1. jiandandianwangchaoliujisuande-PPT

    0下载:
  2. PQ分解法潮流程序-BB方案,允许迭代次数2000次,大家共同学习-PQ decomposition trend of program-BB program, allowing the number of iterations 2000, we learn together
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:86.02kb
    • 提供者:小钱
  1. sauce

    0下载:
  2. 数值分析课程实验--带双步位移的QR分解程序-Numerical analysis course experiment- with the two-step displacement QR decomposition procedures
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:9.93kb
    • 提供者:zhangll
  1. A-positive-integer-decomposition-

    0下载:
  2. 用c语言将一个正整数分解质因数,代码条理非常清晰-Using c language will be a positive integer decomposition of the quality factor, the code is very clear structured
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:6.5kb
    • 提供者:王少杰
« 12 3 »
搜珍网 www.dssz.com