搜索资源列表
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法
number_theory_c++
- 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法 -
jiemohu
- 上传了关于解模糊的基本程序,如中国余数定理,余差法-From vague on the solutions of the basic procedures, such as the Chinese remainder theorem, and so on more than bad law
crt
- 关于中国余数定理的matlab实现,给定除数,余数,求出被除数。-On the Chinese Remainder Theorem matlab implementation of the given divisor, remainder, find the dividend.
Phase-unwrapping-algorithm
- 对于InSAR 系统,当波长较长时,干涉图条纹频率较低,相位解缠容易,但反演的高程精度较低 而当波长较短时,干涉图条纹频率较高,相位解缠困难,但反演的高程精度较高. 为了充分利用多波段 InSAR 干涉相位之间的互补信息,设计了利用中国余数定理的多波段InSAR 相位解缠方法,采用由DEM 仿真的多波段干涉图进行了相位解缠实验,得到了理想的解缠结果,成功解决了因地形起伏较大或基线较长而引起的干涉相位欠采样处的相位解缠难题.
Chinese-remainder
- 实现了中国余数定理,用matlab实现,自己写的,请多多指教,有问题欢迎发邮件至grandyang@qq.com-The Chinese remainder theorem, using matlab to write my own codes, Welcome email grandyang@qq.com if you have any questions
yushu
- 余数定理 解模糊 精度高-The remainder scheduled understanding fuzzy high precision
yushu
- 余数定理用于多基线相位干涉仪的解模糊中要求基线关系互质-Remainder theorem for the solution of multi-baseline interferometer fuzzy requirements baseline relations coprime
useful_functions_CRT
- 用于利用中国余数定理进行被除数恢复中几个函数的设计编写。-Using the Chinese remainder theorem is used for several functions dividend restoration design preparation.
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 wher
closed_form_CRT
- 基于闭式鲁棒中国余数定理(CRT)的程序,用于阵列天线信号处理。-signal processing based on CRT
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直
a
- 干涉仪余数定理解模糊,基线长度小于半波长(Ambiguity in the remainder of interferometer)
049060845jiemohu
- 解距离模糊的所有程序,中国余数定理,一维集,余查查表,多目标(Solve all procedures for distance blur, Chinese remainder theorem, one-dimensional set, residual table, multiple goals)