搜索资源列表
2060
- 判断另一种斐波那契系列是否是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
Aexp2
- 模数转换程序 请下载后多多上传 相互交流相互学习 共同进步 相互交流相互学习 共同进步-modulus conversion module conversion download upload after many exchanges to learn from each other to exchange common progress learning common progre
xianxinghuiguiyutanxingmoliang
- 线性回归用于弹性模量的计算,是一个实习程序-linear regression for the modulus of elasticity, is a practical procedure
WVD_STFT
- matlab求小波变换模极大值的代码,是从别人那找来的-Matlab for wavelet transform modulus maxima code, it is found from the others
waveletmodalmax
- 小波模极大源代码,可用来进行小波降噪或小波模态参数识别,该代码为斯坦福大学源码。-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.
jingdianxiaobo
- 经典的利用小波模极大值的方法实现信号去噪的程序 保存格式为TXT.开发环境是MATLAB-classic wavelet modulus maxima of the signal denoising procedures for the preservation TXT format. Development Environment MATLAB is
Uniform Generator
- 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 (
zuoyeCMA CMA恒模算法的盲均衡的Matlab仿真
- CMA恒模算法的盲均衡的Matlab仿真。包含主程序和调用程序,SISO-CMA constant modulus algorithm for blind equalization Matlab simulation. Including the main program and the calling program, SISO
192*64ASM用51系列单片机
- 192*64ASM用51系列单片机 显示一幅图像或字体(修改要用取模软件),192* 64ASM with 51 series single-chip display an image or font (modified to use modulus software)
Variable_modulus_counter
- (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
ZHUANHUAN
- 用vb编写的asc16字符点阵取模程序和源代码。应用于图形点阵字符显示。-Prepared using vb character dot-matrix modulus asc16 procedures and source code. Character dot matrix display used in graphics.
7279andTLC549digitalvoltage
- 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
6
- (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
SGD-CMA
- 智能天线SGD一CMA随机梯度下降恒模算法matlab仿真-Smart antenna SGD-CMA stochastic gradient descent constant modulus algorithm matlab simulation
vumat_for_changing_Young
- 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.
wavelet-rebult
- 根据小波变换后的模极大值 重建原始信号-To reconstruct the original signal based on wavelet transform modulus maxima
mse2ctcma
- 基于坐标变化的常数模盲均衡算法,非常好用-Based on constant modulus algorithm coordinate transformation , the good
egg_calc
- 对于给定的椭圆曲线,以及一个生成元和模数,此程序能够自动计算出椭圆群-For a given elliptic curve, and a modulus and generator, this program can automatically calculate the ellipse group
reconstruction-of-source-signals
- 利用小波变换极大值,重建源信号。包含主程序和三段子功能函数,使用小波变换进行六级分解,求出模极大值,并利用这些极大值重建源信号。-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
Basic-Modulus
- Labview Basic Modulus example
