CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 移位

搜索资源列表

  1. BinDwt97

    0下载:
  2. 此程序为二进制9-7小波提升格式的变换,算法中只有整数加法和移位-this procedure to upgrade binary 9-7 wavelet transform format, the algorithm only integers and translocation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2650
    • 提供者:我时时
  1. ECC

    0下载:
  2. 为samsung Hamming code 的源码,该源码采用移位的方法,比一般的查表占用更少资源,是一种比较贴近硬件的c语言实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:173790
    • 提供者:梅春
  1. Berlekamp_Massey

    1下载:
  2. 移位寄存器中的基础算法,Berlekamp Massey算法-The basis of the shift register algorithm, Berlekamp Massey algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2235115
    • 提供者:李东辉
  1. GetCombin

    0下载:
  2. 这是应用移位算法生成组合的Perl包,包含两套函数,可生成形如 C(m,n)的数字序列组合,和多组的综合组合,具体请研读代码,有简要说明的。-This is the application of displacement algorithm to generate the Perl package combinations, including two sets of functions, such as creating form C (m, n) the number of sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1309
    • 提供者:liutao
  1. LFSR

    0下载:
  2. 线性移位寄存器的源代码,在vc++6.0测试通过,可以当作集成电路BIST测试的计算机模拟仿真-LFSR source code, including the various steps of algorithm, suited to study LFSR of Friend
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:103748
    • 提供者:jigang
  1. Use-a-variety-of-instructions

    0下载:
  2. 主要对数据传输指令,算术逻辑运算和移位指令,串操作指令的使用进行详细介绍。-Mainly on the data transfer instructions, arithmetic and logical operations and shift operations, string manipulation instructions use in detail.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1755
    • 提供者:
  1. face

    0下载:
  2. 使用移位法实现数值的加减乘除基本的数学运算-Shift method to implement the value of add, subtract, multiply and divide
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:904
    • 提供者:sunzhongwen
  1. Square-root

    0下载:
  2. 这是一个简单的,通过移位操作,得到数字平方根的算法。已在vc6.0++上实验成功-This is a simple shift operation, figure the square root algorithm. Successful experiment in vc6.0++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:226810
    • 提供者:蔡杰
  1. DES

    0下载:
  2. DES 加密算法,使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8为作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 轮循环,使用异或,置换,代换,移位操作四种基本运算。-The Data Encryption Standard (DES) is a
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:641090
    • 提供者:baimengying
  1. C_QURENT

    0下载:
  2. 用c做的队列函数的实现,能够比较好的应用在对串行数据需求量大的移位缓存.-The queue C do, and can be used better in the serial data demand of the shift buffer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:956
    • 提供者:lin
  1. Approximating-Eigenvalues

    3下载:
  2. 矩阵特征值与特征向量的计算 幂法与反幂法 原点移位加速法 幂法的艾特肯加速 雅克比方法 QR方法 豪斯霍尔德变换 拟上三角形矩阵的QR分解-Matrix eigenvalue and eigenvector calculation: power method and inverse power method,origin shift power law Aitken acceleration method, Jacobi method,Householder’s Method, QR metho
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:14693
    • 提供者:huangyonghao
  1. data-update

    0下载:
  2. 数组移位更新、Labview基础编程、循环更新数组、移位更新-Array shift updated, Labview based programming, circular array, shift update
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4437
    • 提供者:浦玉学
  1. Cordic

    2下载:
  2. CORDIC(Coordinate Rotation Digital Computer)算法即坐标旋转数字计算方法,是J.D.Volder1于1959年首次提出,主要用于三角函数、双曲线、指数、对数的计算。该算法通过基本的加和移位运算代替乘法运算,使得矢量的旋转和定向的计算不再需要三角函数、乘法、开方、反三角、指数等函数。-CORDIC (Coordinate Rotation Digital Computer) algorithm that coordinate rotation digita
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1114585
    • 提供者:jiale
  1. LDPC

    1下载:
  2. 基于zig-zig移位法构造满秩QC-LDPC码的校验矩阵,编译码后,具有优异的误码性能。-Based zig-zig shift method to construct the full rank of QC-LDPC code check matrix, after codec, with excellent error performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:970
    • 提供者:gao
  1. mxulie

    0下载:
  2. 能实现用移位寄存器的原理产生M序列,序列的周期可改-Can be achieved using the principles of a shift register generating an M-sequence
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:523
    • 提供者:zcf
  1. ccordic

    1下载:
  2. CORDIC(Coordinate Rotation Digital Computer)算法即坐标旋转数字计算方法,是J.D.Volder1于1959年首次提出,主要用于三角函数、双曲线、指数、对数的计算。该算法通过基本的加和移位运算代替乘法运算,使得矢量的旋转和定向的计算不再需要三角函数、乘法、开方、反三角、指数等函数。-CORDIC (Coordinate Rotation Digital Computer) algorithm is the coordinate rotation digi
  3. 所属分类:Algorithm

    • 发布日期:2017-12-22
    • 文件大小:2048
    • 提供者:龙畅游
  1. CRC16

    0下载:
  2. CRC16校验计算小程序,有移位、取反等位操作函数可供参考-CRC16 checkout a small program with shift, the allelic operation function is available for reference
  3. 所属分类:Algorithm

    • 发布日期:2017-12-11
    • 文件大小:1410
    • 提供者:蔡永辉
搜珍网 www.dssz.com