搜索资源列表
crt
- 关于中国余数定理的matlab实现,给定除数,余数,求出被除数。-On the Chinese Remainder Theorem matlab implementation of the given divisor, remainder, find the dividend.
crt
- Chinese Remainder Theorem matlab
crt(matlab)
- 中国剩余定理在MATLAB中完整实现,乘数是通过大衍求一术求解的-the entire realization of Chinese Remainder Theorem(CRT) in MATLAB
crt(matlab)
- 中国剩余定理仿真代码(matlab),可以用在图像以及信道编码-Chinese remainder theorem simulation code (matlab)
Chinese_Remainder_Theorem
- 中国余数定理及Matlab代码实现,总共包括三个函数,eulerphi(p)函数用于计算the Euler s Totient Function of p,invmodn(x,p)函数计算the inverse modulo of x under p ,CRT(r,p)函数实现结果。-Descr iption eulerphi(p) computes the Euler s Totient Function of p where p is a positive integer and