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

搜索资源列表

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

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

    • 发布日期:2008-10-13
    • 文件大小:2877
    • 提供者:刘亮
  1. 托盘程序设计

    0下载:
  2. 系统托盘程序设计截至本文,最新的antlr版本是2.7.4,可从www.antlr.org/download.html下载。下面简单介绍一下怎样用antlr生成一个C++或者C#的简单的计算器程序(仅支持加法乘法)。由于用antlr生成java代码的介绍网上已经很多了,这里就不描述了... www.blog.edu.cn/user1/2449/ ... /4688.shtml 25K 2005-10-24 - 百度快照 www.blog.edu.cn 上的更多结果 -system t
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9838
    • 提供者:陈城
  1. bigint_zxf

    1下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the biggest 9999990 to support th
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:185001
    • 提供者:张晓峰
  1. modmule_verilog

    0下载:
  2. 实现乘法后取模运算,已调试好的。可以应用在通信加解密算法中-after realizing multiplication of modular, a good debugger. Can be used in communications encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1101
    • 提供者:fa339
  1. hl_strsn

    0下载:
  2. C++编写的高性能矩阵乘法的Stranssen算法,能够有效提高矩阵乘法的效率。-C preparation of high-performance Stranssen matrix multiplication algorithm, can effectively improve the efficiency of matrix multiplication.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:120940
    • 提供者:youliang
  1. PthreadMulti

    0下载:
  2. 用Pthread线程库编写多线程矩阵乘法-With Pthread thread library to write multi-threaded matrix multiplication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:744
    • 提供者:Alex Yan
  1. biginteger

    0下载:
  2. 用c语言实现大整数加减乘除, 求余, 最小公倍数等计算-C language implementation with large integer addition and subtraction multiplication and division, remainder, least common multiple and other computing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:8445
    • 提供者:chen
  1. Methods

    0下载:
  2. 采用C#语言在VS2010环境中软件实现编写计算器功能,加减乘除和取余功能。-VS2010 environment software writing calculator function, addition, subtraction, multiplication and division, and modulo functions using C# language.
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:60614
    • 提供者:窦刚
  1. large_integer

    0下载:
  2. VC++ 分治法大整数乘法-VC++ divide and conquer large integer multiplication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:10324
    • 提供者:dnybz
  1. Desktop

    0下载:
  2. 在一些应用中,特别是现在的密码学中,常常需要用超过100位的整数来做乘法,以此来对数据加密。现在有两个小于等于100位的大整数a和b(位数相同),请写程序计算出这两个大整数乘积的结果。-In some applications, in particular, cryptography is now often need to do more than 100 integer multiplication as a way to encrypt the data. There are two le
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4423
    • 提供者:胡鹏
  1. cannon

    1下载:
  2. 并行程序设计,使用mpi,实现矩阵相乘的cannon算法,包括阻塞式和非阻塞式-Parallel programming, the use of mpi, cannon to achieve matrix multiplication algorithms, including blocking and non-blocking
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4512
    • 提供者:chenkai
  1. giantnumber

    0下载:
  2. 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:1644
    • 提供者:傅煜
  1. cminus

    2下载:
  2. 编译原理大作业实现C编译器,实现加减乘除移位运算实现函数-Compiler Construction Principles great job to achieve C compiler, to achieve realization of the function addition and subtraction multiplication and division shift operator
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:73005
    • 提供者:
  1. Multiplicative Cipher

    0下载:
  2. 这是我在学习《计算机安全》时写的一个乘法加密算法,跟大家交流一下!-This is my learning "computer security," wrote a multiplication encryption algorithm, with the exchange about!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:30300
    • 提供者:叶海鹏
  1. jisuan

    0下载:
  2. 通过键盘计算输入的代数式,完成加减乘除运算。-Calculated through the keyboard input代数式to complete the addition and subtraction multiplication and division calculations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1683
    • 提供者:xuni
  1. multiplication

    0下载:
  2. 实现天文数字的乘法操作 以控制台方式运行 可以在加密解密算法中作为函数块运用-big number multiplication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:546493
    • 提供者:柯贤良
  1. montright29032004.tar

    0下载:
  2. Montgomery modular multiplication in C. Very important to perform modular exponentiation as needed in RSA cryptosystems.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:63450
    • 提供者:mesquita
  1. Multiplication

    2下载:
  2. 用汇编指令LC2K实现乘法,属于计算机组成原理内容-The assembly instruction LC2K to achieve multiplication, belongs computer composition principle content
  3. 所属分类:系统编程

    • 发布日期:2014-01-31
    • 文件大小:69672
    • 提供者:zqx
  1. matrix-multiplication

    0下载:
  2. 集群中,在mpi环境下采用c++语言编写的程序,解决了矩阵乘法-the application of clusters solving matrix multiplication inmpi,using C++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:824826
    • 提供者:xiaohan
  1. multiplication-module

    1下载:
  2. Verilog语言通过并行相加的方式实现乘法模块-Verilog language multiplication module by adding a parallel way.
  3. 所属分类:Windows Kernel

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