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

搜索资源列表

  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2877
    • 提供者:刘亮
  1. 矩阵加密

    0下载:
  2. 这是个基于WEB的矩阵加密算法,发送方通过附加矩阵对消息加密,接受方通过其你矩阵恢复消息-This is a Web-based matrix encryption algorithm, the sender through the matrix Additional information on encryption, the receiving party through its Matrix resume your news
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:4053
    • 提供者:肖萧
  1. tezhenzhi

    0下载:
  2. 这是求矩阵特征值的一中方法,如果大家有更好的方法可以和我联系哦-This is the matrix eigenvalue for the one which, if we have a better way to contact me and oh
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:917
    • 提供者:谈红鱼
  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. 希尔

    0下载:
  2. 不错的希尔代码,希尔是一种经典的加密算法,加密可以通过一线形变换,脱密再做依次逆变换。密钥就是变换矩阵本身。-good code Hill, Hill is a classic encryption algorithms, encryption can transform line shape, followed again from close inverse transform. Key is the transformation matrix itself.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2514
    • 提供者:李军
  1. mega16做的4*5矩阵按键程序

    0下载:
  2. mega16做的4*5矩阵按键程序,键值送至1602液晶显示,同时更新了proteus仿真,可在不搭建硬件平台的基础上实现调试及仿真,-mega16 do 4* 5 matrix key program, key sent to the LCD 1602, and updated the proteus simulation, you can not build a hardware platform based on the debugging and simulation,
  3. 所属分类:扫描程序

    • 发布日期:2017-03-23
    • 文件大小:62173
    • 提供者:邓杰
  1. ziku1218

    0下载:
  2. 汉字字库分析:根据16*16的字库生成12*18的特殊字库,还可以自己造字保存点阵,方便特殊芯片使用-Chinese character analysis: based on 16* 16 12* 18 character generated a special font, you can save your created characters dot matrix, easy to use special chips
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:291273
    • 提供者:mxb
  1. 易支持库创建--移位扩展库

    0下载:
  2. 本程序旨在讲解如何用Delphi创建一个可以在易语言中执行的支持库,并给出了一个实用的汉字取模的易程序, 1.支持库为标准DLL格式,扩展名为fne. 在其中实现了移位操作(Delphi7+WinXp通过) 2.在易语言中导入此支持库(复制TaoLibShift.fne)到易语言的LIB目录下,然后才可以执行 [诺亚点阵汉字提取器.e] 3.输出的格式有 ASM和C两种格式,可以直接应用于8x8点阵LED,-This procedure aims to explain how to use De
  3. 所属分类:系统编程

    • 发布日期:2017-11-09
    • 文件大小:970822
    • 提供者:江涛
  1. tujuzhen

    0下载:
  2. 介绍矩阵的一些应用,可以用于 一些矩阵的加减乘除的运算等。-Matrix introduced a number of applications, can be used in a number of matrix calculation, such as computing.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7330
    • 提供者:品洋
  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. matrix

    0下载:
  2. 点阵和矩阵键盘的总汇,详细明了的源程序使读者一目了了然!-Dot matrix and matrix keyboard Center, detailed understanding of the source code so that the reader has a clear understanding of purpose!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:39155
    • 提供者:红光
  1. AES

    0下载:
  2. AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:18483
    • 提供者:zhangyi
  1. a-code-and-a-question

    0下载:
  2. 找一个树中最远的两个点的距离。还有一个矩阵最优化的解法-To find the distance of the two farthest points in a tree. There is also a matrix optimization Solution
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:9745766
    • 提供者:张三
  1. Matrix

    0下载:
  2. C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:235324
    • 提供者:黄小伟
  1. back

    0下载:
  2. 一个类似黑客帝国的程序,可以作为屏幕保护-Matrix A similar procedure can be used as a screen saver
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2828388
    • 提供者:DAYA
  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
  1. Matrix

    0下载:
  2. 话就赶快赶快决定今后的股份分给大家都有好的规范化规范化规划就会开花陆毅老婆-a the grret green grey hi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-16
    • 文件大小:18366464
    • 提供者:str
« 12 3 4 5 »
搜珍网 www.dssz.com