CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 余数定理

搜索资源列表

  1. number_theory_c++

    0下载:
  2. 数论算法库 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随机性素数测试算法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9769
    • 提供者:henry
  1. jiemohu

    2下载:
  2. 上传了关于解模糊的基本程序,如中国余数定理,余差法-From vague on the solutions of the basic procedures, such as the Chinese remainder theorem, and so on more than bad law
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:6715
    • 提供者:刘翔
  1. crt

    1下载:
  2. 关于中国余数定理的matlab实现,给定除数,余数,求出被除数。-On the Chinese Remainder Theorem matlab implementation of the given divisor, remainder, find the dividend.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:6401
    • 提供者:luo miao
  1. Phase-unwrapping-algorithm

    0下载:
  2. 对于InSAR 系统,当波长较长时,干涉图条纹频率较低,相位解缠容易,但反演的高程精度较低 而当波长较短时,干涉图条纹频率较高,相位解缠困难,但反演的高程精度较高. 为了充分利用多波段 InSAR 干涉相位之间的互补信息,设计了利用中国余数定理的多波段InSAR 相位解缠方法,采用由DEM 仿真的多波段干涉图进行了相位解缠实验,得到了理想的解缠结果,成功解决了因地形起伏较大或基线较长而引起的干涉相位欠采样处的相位解缠难题.-For the InSAR System熏when the
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:6781067
    • 提供者:jgw
  1. Chinese-remainder

    2下载:
  2. 实现了中国余数定理,用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
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:695
    • 提供者:yxc
  1. yushu

    0下载:
  2. 余数定理 解模糊 精度高-The remainder scheduled understanding fuzzy high precision
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:525
    • 提供者:huzhifei
  1. yushu

    4下载:
  2. 余数定理用于多基线相位干涉仪的解模糊中要求基线关系互质-Remainder theorem for the solution of multi-baseline interferometer fuzzy requirements baseline relations coprime
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1679
    • 提供者:呼噜噜
  1. useful_functions_CRT

    1下载:
  2. 用于利用中国余数定理进行被除数恢复中几个函数的设计编写。-Using the Chinese remainder theorem is used for several functions dividend restoration design preparation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1061
    • 提供者:Liu cw
  1. Chinese_Remainder_Theorem

    4下载:
  2. 中国余数定理及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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1746
    • 提供者:木子
  1. closed_form_CRT

    1下载:
  2. 基于闭式鲁棒中国余数定理(CRT)的程序,用于阵列天线信号处理。-signal processing based on CRT
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:555
    • 提供者:liumingzhuo
  1. Normal-Algorithm

    0下载:
  2. 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1246987
    • 提供者:刘楠
  1. a

    4下载:
  2. 干涉仪余数定理解模糊,基线长度小于半波长(Ambiguity in the remainder of interferometer)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:Ryxebh
  1. 049060845jiemohu

    2下载:
  2. 解距离模糊的所有程序,中国余数定理,一维集,余查查表,多目标(Solve all procedures for distance blur, Chinese remainder theorem, one-dimensional set, residual table, multiple goals)
  3. 所属分类:其他

    • 发布日期:2020-11-22
    • 文件大小:6144
    • 提供者:我是神经病
  1. 无源感知中频率与DOA的联合估计

    0下载:
  2. 利用时空欠采样技术,在互质阵列中多个sensor上放置两路ADC采样,结合中国余数定理与频谱校正技术,实现频率与波达方向的联合估计。发表在IEEE TSP上2区,很新,很有创新性。
  3. 所属分类:报告论文

搜珍网 www.dssz.com