搜索资源列表
crt(matlab)
- 中国剩余定理在MATLAB中完整实现,乘数是通过大衍求一术求解的-the entire realization of Chinese Remainder Theorem(CRT) in 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