CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - matrix a

搜索资源列表

  1. OperationsofMatrix

    0下载:
  2. performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix-performs one of the matrix-vector operati ons y : = alpha * A * x * y
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2318
    • 提供者:刘俊
  1. gsl-1.0.tar

    0下载:
  2. 开放gsl矩阵运算,功能强大啊。适合各种平台,-open gsl matrix, a powerful ah. For a wide range of platforms,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2016707
    • 提供者:王潇
  1. firstGTK

    0下载:
  2. 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1804
    • 提供者:
  1. ccost_up.cpp

    0下载:
  2. spoj CCOST . Usage of a 2 dimensional fenwick tree.Querying (log(n)^2) a 2 dimensional matrix for sub sum and updating a cell in O(logn)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:788
    • 提供者:trajir
  1. radix

    0下载:
  2. 实现了在多处理器上可运行的矩阵相乘的程序-Achieved in a multi-processor run of the matrix multiplication program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:38107
    • 提供者:derek
  1. kbd

    0下载:
  2. 使用四个中断的方式实现了4*4的键盘,是矩阵是键盘-Be achieved using the four interrupt 4* 4 keyboard, a keyboard matrix is
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5990
    • 提供者:haifemg
  1. 39709555robocup2d_from_UVA

    0下载:
  2. LED智能显示屏是由微型计算机控制,以LED矩阵板作显示的系统,可用来显示各种文字及图案。该系统中的行驱动器和列驱动器均可采用高β、高速低压降的达林顿管-Intelligent LED display is controlled by a micro-computer to plate for LED matrix display systems, can be used to display various characters and designs. Line in the system
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:570891
    • 提供者:liu
  1. juzhensyanbfa

    0下载:
  2. 给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种 并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI (message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验, 结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移 植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:126048
    • 提供者:澄海
  1. linuxkeyboard

    0下载:
  2. 基于s3c2440和linux,实现了3*4的矩阵键盘驱动。 功能:延时消抖,重复按键,多键齐按-S3c2440 and based on linux, a 3* 4 matrix keyboard driver. Function: debounce delay, repeat button, multi-key together by
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5104
    • 提供者:康纳
  1. Transitions

    0下载:
  2. 基于Qt的一个过渡矩阵计算程序,能够将数据通过GUI显示。-Based on the Qt a transition matrix calculation program that will data through the GUI shows
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:19966
    • 提供者:宋江
  1. Row_Column_Reduction

    0下载:
  2. 无损图像压缩技术,具有高冗余的块。 说明:减少行的列: 输入:8x8块 输出:行参考矢量(逻辑)8x1双向 列参考矢量(逻辑)的1x8 减少矩阵 行的列扩展: 输入:行参考向量,列参考矢量和减少矩阵 输出:8x8块 参考:赛义夫Alzahir,“彩色地图和图形压缩,图像处理国际会议,香港2010年9月-A lossless image compression technique for blocks having high redundancy. De
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2184
    • 提供者:崔花婷
  1. mask

    0下载:
  2. 本文主要讲讲怎样对Mat矩阵进行mask操作,其实也就是对Mat矩阵的滤波操作,俗称卷积,参考文献为opencv自带的tutiol及其code.   开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5.   实验功能:   单击Open image按钮,手动选择所需滤波的原图片。   单击Setting按钮,弹出对话框,选择滤波所用的模式,这里有2种模式,分别为自己实现滤波功能和采用opencv自带的滤波函数filter2D实现。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:163840
    • 提供者:wuwei
  1. matrix_operations

    0下载:
  2. Program to make mathematical operations with a square matrix.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:1407
    • 提供者:David
  1. qgenericmatrix

    0下载:
  2. he QGenericMatrix class is a template class that represents a NxM transformation matrix with N columns and M rows for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-16
    • 文件大小:1718
    • 提供者:singnerpan
  1. AudioResamplerSinc

    0下载:
  2. A good optimization would be to transpose this matrix, to take better advantage of the data-cache.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:4389
    • 提供者:muekiben
  1. TransformationMatrixWin

    0下载:
  2. This is a set of function from various places (attributed inline) to do things like inversion and decomposition of a 4x4 matrix. They are used throughout the code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:11000
    • 提供者:sersuige
  1. qmatrix4x4

    0下载:
  2. The QMatrix4x4 class represents a 4x4 transformation matrix in 3D space for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9627
    • 提供者:baomuiga
  1. MatrixStack

    0下载:
  2. A matrix stack, similar to OpenGL ES s internal matrix stack.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1168
    • 提供者:wohuking
  1. crypto_math

    0下载:
  2. the matrix A[] is stored in column format, i.e., A[i] is the ith column of the matrix.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1972
    • 提供者:zuncpri
  1. db_utilities_linalg

    0下载:
  2. Cholesky-factorize symmetric positive definite 6 x 6 matrix A.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5934
    • 提供者:singyengxg
« 12 »
搜珍网 www.dssz.com