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

搜索资源列表

  1. 2060

    0下载:
  2. 判断另一种斐波那契系列是否是3 的倍数问题 该题如果用递归求出F(n),然后判 断将会超时。 注意到F(n) = F(n-1) + F(n-2)根据和的模等于模的和。 即有F(n)%3=(F(n-1)%3+F(n-2)%3)%3 F(0)%3=1,F(1)%3=2 计算F(n)%3 : 1,2,0,2,2,1,0,1,1,2,0,2,2,1…………… 可以看出F(n)%3 以1,2,0,2,2,1,0,1, 重复出现 F(n)%3=0 即F(n)是3 的倍数此时的n
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:482767
    • 提供者:rcponder
  1. Aexp2

    0下载:
  2. 模数转换程序 请下载后多多上传 相互交流相互学习 共同进步 相互交流相互学习 共同进步-modulus conversion module conversion download upload after many exchanges to learn from each other to exchange common progress learning common progre
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1449
    • 提供者:linjuan
  1. xianxinghuiguiyutanxingmoliang

    0下载:
  2. 线性回归用于弹性模量的计算,是一个实习程序-linear regression for the modulus of elasticity, is a practical procedure
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1362
    • 提供者:石头
  1. WVD_STFT

    1下载:
  2. matlab求小波变换模极大值的代码,是从别人那找来的-Matlab for wavelet transform modulus maxima code, it is found from the others
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3005
    • 提供者:易玟琳
  1. waveletmodalmax

    1下载:
  2. 小波模极大源代码,可用来进行小波降噪或小波模态参数识别,该代码为斯坦福大学源码。-wavelet modulus maxima source code, which can be used for wavelet denoising or wavelet modal parameter identification, The code for the source of Stanford University.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:3938
    • 提供者:zhuyh
  1. jingdianxiaobo

    1下载:
  2. 经典的利用小波模极大值的方法实现信号去噪的程序 保存格式为TXT.开发环境是MATLAB-classic wavelet modulus maxima of the signal denoising procedures for the preservation TXT format. Development Environment MATLAB is
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:1751
    • 提供者:程成
  1. Uniform Generator

    0下载:
  2. Uniform Generator Computer simulations often require random numbers. One way to generate pseudo-random numbers is via a function of the form where `` " is the modulus operator. Such a function will generate pseudo-random numbers (
  3. 所属分类:其它

  1. zuoyeCMA CMA恒模算法的盲均衡的Matlab仿真

    5下载:
  2. CMA恒模算法的盲均衡的Matlab仿真。包含主程序和调用程序,SISO-CMA constant modulus algorithm for blind equalization Matlab simulation. Including the main program and the calling program, SISO
  3. 所属分类:汇编语言

    • 发布日期:2017-03-22
    • 文件大小:1786
    • 提供者:shangpudn
  1. 192*64ASM用51系列单片机

    0下载:
  2. 192*64ASM用51系列单片机 显示一幅图像或字体(修改要用取模软件),192* 64ASM with 51 series single-chip display an image or font (modified to use modulus software)
  3. 所属分类:汇编语言

    • 发布日期:2017-03-22
    • 文件大小:24521
    • 提供者:man he
  1. Variable_modulus_counter

    0下载:
  2. (1)S2S1=00时,实现模3计数,触发器的状态一次0→1→2→0; (2)S2S1=01时,实现模5计数,触发器的状态一次0→1→2→3→4→0; (3) S2S1=10时,实现模7计数,触发器的状态一次0→1→2→3→4→5→6→0; (4) S2S1=11时,实现模7计数,触发器的状态一次0→1→2→3→4→5→6→7→0 -Variable modulus counter
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-23
    • 文件大小:24050
    • 提供者:张杨
  1. ZHUANHUAN

    0下载:
  2. 用vb编写的asc16字符点阵取模程序和源代码。应用于图形点阵字符显示。-Prepared using vb character dot-matrix modulus asc16 procedures and source code. Character dot matrix display used in graphics.
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-22
    • 文件大小:9632
    • 提供者:肖东生
  1. 7279andTLC549digitalvoltage

    0下载:
  2. 7279和TLC549数字电压表,由51单片机控制的,通过模数TL549采样制作的电压表,同时由7279控制的数码管显示-7279, and TLC549 digital voltage meter, controlled by the microcontroller 51 through the production of modulus TL549 sampling voltmeter, accompanied by a 7279-controlled LED display
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-15
    • 文件大小:24972
    • 提供者:wenda
  1. 6

    0下载:
  2. (1)了解点阵式液晶显示器工作原理和显示方法。 (2)掌握8088微机系统与液晶显示器之间接口设计与编程。 利用取模软件建立标准字库,编制程序,在液晶显示器上显示汉字。-(1) to understand the principle of dot-matrix liquid crystal displays and display methods. (2) 8088 control system and liquid crystal display computer i
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2616
    • 提供者:李丽
  1. SGD-CMA

    3下载:
  2. 智能天线SGD一CMA随机梯度下降恒模算法matlab仿真-Smart antenna SGD-CMA stochastic gradient descent constant modulus algorithm matlab simulation
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:951
    • 提供者:ru
  1. vumat_for_changing_Young

    2下载:
  2. This another subroutine for Abaqus/Explicit, which is used for changing Young modulus.-This is another subroutine for Abaqus/Explicit, which is used for changing Young modulus.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-29
    • 文件大小:50325
    • 提供者:gna
  1. wavelet-rebult

    0下载:
  2. 根据小波变换后的模极大值 重建原始信号-To reconstruct the original signal based on wavelet transform modulus maxima
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:8571
    • 提供者:BuDingYu
  1. mse2ctcma

    0下载:
  2. 基于坐标变化的常数模盲均衡算法,非常好用-Based on constant modulus algorithm coordinate transformation , the good
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:163480
    • 提供者:季丹宁
  1. egg_calc

    0下载:
  2. 对于给定的椭圆曲线,以及一个生成元和模数,此程序能够自动计算出椭圆群-For a given elliptic curve, and a modulus and generator, this program can automatically calculate the ellipse group
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:583
    • 提供者:duo
  1. reconstruction-of-source-signals

    0下载:
  2. 利用小波变换极大值,重建源信号。包含主程序和三段子功能函数,使用小波变换进行六级分解,求出模极大值,并利用这些极大值重建源信号。-Using the wavelet transform maximum and reconstruction of source signals.Contains the main program and three jokes functions, six levels of decomposition using the wavelet transform and
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:2620
    • 提供者:朱贝贝
  1. Basic-Modulus

    0下载:
  2. Labview Basic Modulus example
  3. 所属分类:LabView

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