CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 矩阵函数库

搜索资源列表

  1. 位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

    0下载:
  2. 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-04-09
    • 文件大小:15714
    • 提供者:tr0217
  1. CLAPACK3.1.1-VS

    1下载:
  2. lapack的3.1版本,性能稳定,提供了面向VS的函数接口,可方便的应用于Windows操作系统下的Visual Studio开发环境。提供有关矩阵操作的函数库,包含各种常用复杂的矩阵运算。-LAPACK version 3.1, stable performance, provides a function of VS-oriented interface, can be easily used in Windows operating system under the Visual Stu
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-20
    • 文件大小:31245758
    • 提供者:张斌
  1. CLapack_3_0

    1下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25376682
    • 提供者:张斌
  1. Extreme.Mathematics.QuickStartCS

    1下载:
  2. 用C#写的数学函数库源码。里面包括复数运算,矩阵运算,解方程,积分微分等。非常有用。-Using C# to write the math library source. Includes the plural computing, matrix operations, solution of equations, such as integro-differential. Very useful.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:121826
    • 提供者:李峰
  1. lapack_2.5.2

    1下载:
  2. lapack++的2.5.2版本,是v1.0的再升级版,性能更加的稳定,应用更加灵活,可应用于Windows和Linux等操作系统下的开发环境。提供矩阵类的函数库,包含各种矩阵运算。-lapack++ The 2.5.2 version is the upgrade version v1.0, performance more stable, more flexible applications can be used, such as Windows and Linux operating s
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:620583
    • 提供者:张斌
  1. header

    0下载:
  2. 提供了Lapack的头文件及相关信息,可以方便直接在VC中包含。Lapack是矩阵操作函数库,功能强大-LAPACK provides the header files and related information, can be easily included directly in the VC. LAPACK library are matrix operations, powerful! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:302969
    • 提供者:张斌
  1. scipy-0.9.0b1

    1下载:
  2. SciPy函数库在NumPy库的基础上增加了众多的数学、科学以及工程计算中常用的库函数。例如线性代数、常微分方程数值求解、信号处理、图像处理、稀疏矩阵等等。-SciPy is package of tools for science and engineering for Python. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal
  3. 所属分类:Other systems

    • 发布日期:2016-04-26
    • 文件大小:7217152
    • 提供者:沈觅仁
  1. tide

    1下载:
  2. 一个简单的调和分析程序。程序思路很简单:将方程系数矩阵中各个参数输入后通过IMSL函数库中lin_sol_gen函数解得;通过求每分钟一次数据中的极值求得每天高低潮潮时和潮高。细节部分程序内有详细说明。 -The program idea is simple: the various parameters in the matrix of the equation coefficients entered by the IMSL library lin_sol_gen function so
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:61126
    • 提供者:JSDRV
  1. Original_part1

    0下载:
  2. 用OpenMP并行运算 求矩阵向量乘机 内部调用C语言函数库 omp.h-OpenMP parallel computing matrix vector opportunity internally calls the C language library omp.h
  3. 所属分类:File Operate

    • 发布日期:2017-11-14
    • 文件大小:987
    • 提供者:蒋英羽
  1. matxire1

    0下载:
  2. 矩阵的运算,通过调用静态的库函数,进行矩阵运算。-Matrix operations, through the library function calls the static, matrix operation.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:2084
    • 提供者:刘晨
  1. SOFA

    5下载:
  2. IAU 的标准基本天文程序库SOFA 给出Fortran 版和C 版两个基本天文运算的库函数,最新版SOFA 补充了IAU 在2006 年公布的岁差模型。SOFA 由两部分组成:天文库和矢量、矩阵运算库。其中前者有109 个子程序,可以进行天文历法计算、时间计算、星历表计算、岁差章动计算、恒星空间运动计算和主要星表系统的转换,后者有52 个子程序,功能则是矢量和矩阵的各种操作,当然其中包括了球面坐标系统的变换-IAU standard basic astronomical library SOF
  3. 所属分类:Other systems

    • 发布日期:2015-11-15
    • 文件大小:11551744
    • 提供者:抄书
  1. MatrixMath

    0下载:
  2. 矩阵函数库,包括矩阵相乘、求逆、QR分解等-Matrix Function library
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4448
    • 提供者:jy
  1. Matcom

    0下载:
  2. Visual_C++下强大的科学运算函数库Matrix_LIB,Matrix<lib>是一个专业的工程科学计算矩阵库-Under Visual_C++ powerful scientific computing libraries Matrix_LIB, Matrix <lib> Is a professional engineering and scientific computing matrix library
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1977879
    • 提供者:帅农民
  1. eigenvalue-decomposition_GSL

    1下载:
  2. 复数矩阵的特征值分解,使用了GSL科学计算函数库,使得特征值分解时间大大减少。-The plural matrix eigenvalue decomposition, USES the GSL scientific computing function library, makes the eigenvalue decomposition time greatly reduced.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:11143620
    • 提供者:郭利凯
  1. yyyMatrix

    0下载:
  2. 矩阵运算库函数,最简单的c写的运算,用于各种调用。-Matrix arithmetic library functions, the simplest c write operation, for a variety of calls.
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:7168
    • 提供者:杨雁宇
  1. Stm32矩阵键盘程序(库函数)

    0下载:
  2. Stm32矩阵键盘程序(库函数)矩阵键盘是单片机外部设备中所使用的排布类似于矩阵的键盘组(Matrix keyboard is MCU peripheral equipment used in the configuration is similar to the matrix keyboard group)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:7983104
    • 提供者:联合国
  1. eigen3

    1下载:
  2. 包含矩阵运算的各种函数,以此来简化C++代码的复杂度(A variety of functions that contain matrix operations to simplify the complexity of C++ code)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1883136
    • 提供者:quechaoniu
  1. 矩阵

    0下载:
  2. 这是几个关于矩阵计算的matlab程序,它有一套程序扩展系统和一组称之为工具箱(toolbox)的特殊应用子程序。工具箱是MATLAB函数的子程序库,每一个工具箱都是为某一类学科专业和应用而定制的,主要包括信号处理、控制系统、神经网络、模糊逻辑、小波分析和系统仿真等方面的应用。(Here are some matlab programs for matrix calculations, which have a program extension system and a set of spec
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:muqingyang
  1. glcm

    1下载:
  2. 基于SKimage的库函数,实现了求解灰度共生矩阵并计算想应特征统计量(Gray-level Co-occurrence Matrix)
  3. 所属分类:其他

    • 发布日期:2020-03-17
    • 文件大小:1024
    • 提供者:lgt0617
搜珍网 www.dssz.com