CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - logarithm

搜索资源列表

  1. eclassic

    0下载:
  2. 一个非常简单的计算高精度自然对数的源码,速度快-a very simple calculation of high-precision natural logarithm of the source, fast
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1434
    • 提供者:王润清
  1. mpcc

    1下载:
  2. MFCC,即倒谱系数,也是语音的一个特征之一,能够充分利用人耳的特性 % 具体的求法就是预处理,然后加窗,进行傅立叶变换,再求出功率普 % 然后得出其自然对数,最后进行dct变换 % 代码是用matlab写的,用到的一个语音工具箱,可以从网络上下载。-MFCC, that is, just a few pedigree, as well as a voice of one, to take full advantage of people's ears% of the spe
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1040
    • 提供者:杨海
  1. if

    0下载:
  2.   该数据他完成各种数据的采集;软件是该系统的核心,他主要完成对各个硬件模块的控制和调度,实现对数据的存储,并提供人机操作界面。 1 系统软件结构 - this data he completes each kind of data gathering; Software is this system core, he mainly completes to each hardware module control and the dispatch, the realiz
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:3201
    • 提供者:dfdfdf
  1. ECC_1

    0下载:
  2. 椭圆曲线对数问题解决算法源代码,如何生成一个可用的椭圆曲线-elliptic curve logarithm problem solving algorithm source code, how can a generation of Elliptic Curve
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3710
    • 提供者:kanyu
  1. pallard_p

    0下载:
  2. 用vc编写的实现密码学中Pollard p离散对数算法的小程序。-vc prepared with the realization of cryptography which Pollard p discrete logarithm algorithm for small procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1496
    • 提供者:mimi
  1. Macro

    0下载:
  2. 椭圆曲线离散对数问题C源代码-elliptic curve discrete logarithm problem C source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3809
    • 提供者:陈晓思
  1. logarithm

    0下载:
  2. Using the method of logarithm in the process of picture oflena, I provide the picture of Lena.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:130221
    • 提供者:王云
  1. A Very Complete and in depth Rational Number Class

    0下载:
  2. with this class you ll be able to perform the most usual operations on rational numbers( +, -, *, /.. ),but also there are some suplementary features like the \"exponential function\", \"logarithm function\" etc. So,check it out!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:19539
    • 提供者:王斌
  1. ImageProcess.rar

    1下载:
  2. 实现对图像的打开、另存、RGB直方图和灰度直方图的绘制、图像的指数、对数、GAMMA校正,The realization of the image open, save, RGB histogram and histogram drawing, image index, logarithm, GAMMA correction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:25333
    • 提供者:诸姣
  1. byy

    0下载:
  2. 编程验证[x+1]是GF(28)=GF(2)[x]/(x8+x4+x3+x+1)的本原元,并给出GF(28)=GF(2)[x]/(x8+x4+x3+x+1)中以[x+1]为底的对数表和反对数表-Program verification [x+1] is the GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) of the primitive element, and gives GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) in or
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1002
    • 提供者:Yang
  1. elgamal

    0下载:
  2. ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 -ElGamal algorithm is used for both data encryption can also be used for digital signatures, their safety depends on the calculation of the discrete logarithm over finite fields this problem.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:93237
    • 提供者:steve
  1. logarithm

    0下载:
  2. - logarithm matlab code, verilog code, test bench - document
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-09
    • 文件大小:1921431
    • 提供者:seungyerl Lee
  1. shanks

    0下载:
  2. 求离散对数的shanks算法,要求如下: 实现计算 Zp 中计算离散对数的 Shanks 算法,基本要求如下: 1)p 是一个小素数( 小于 32 bit ),a 是一个本原元。程序的输入为(p, a, b), 输出为 logab ( mod p) (可以用 log3525 (mod 809)等作为测试); 2)采用快速模指数算法求幂(如am),采用扩展欧几里得算法求逆( 如a-i (mod p) ); 3)采用一种好的排序算法对 L1、L2 排序; 4)采用概率算
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-23
    • 文件大小:7558685
    • 提供者:vince
  1. log32

    0下载:
  2. Logarithm 32 bit written in VHDL and implemented in Xilinx
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:223993
    • 提供者:kk
  1. logmultiplier

    0下载:
  2. Multiplier based on Logarithm. Completely synthesizable. Tested in spartan 3A DSP series
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1575088
    • 提供者:kk
  1. fast_antilog_latest.tar

    0下载:
  2. Anti-Logarithm (square-root), base-2, single-cycle
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1360
    • 提供者:aliakbar
  1. Taking-the-logarithm

    0下载:
  2. 在vc环境中,对图像取对数,是图像处理的基本处理之一,经常使用-In the VC environment, the logarithm of image, image processing is the basic treatment.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:137538
    • 提供者:宁宁
  1. Logarithm

    0下载:
  2. Logarithm calculating code in VHDL
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:937
    • 提供者:abeymohammed
  1. logarithm-freqency-point

    0下载:
  2. 扫频信号的频率点对数采点的算法,可设置开始点及结束点-Sweep Frequency Logarithm Point Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:8709
    • 提供者:刘云
  1. Logarithm

    0下载:
  2. LDPC码在MATLAB中的对数域最优算法。值得学习一下-Logarithm Domain Optimal Algorithm for LDPC Codes in. Worth learning
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:249068
    • 提供者:武二郎
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com