CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - chinese remainder

搜索资源列表

  1. main

    0下载:
  2. 实现中国剩余定理的C++程序,希望对大家有帮组,我也是刚学,写的不好不要见怪-Chinese Remainder Theorem to achieve the C++ program, I hope all of you have help group, I was just learning, excuse me for bad writing
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:540
    • 提供者:hange
  1. Euclidean

    0下载:
  2. 扩展欧几里德定理和中国剩余定理,ACM算法课件,比较简洁-Extended Euclidean theorems and Chinese Remainder Theorem, ACM algorithm courseware, simple comparison
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:16696
    • 提供者:liudiao
  1. code

    1下载:
  2. 一种基于中国剩余定理加密的加密系统,用VC++实现,其中还应用到离散度数进行了二次加密!-Based on Chinese Remainder Theorem encrypted encryption system, using VC++ implementation, which also applied to the discrete degrees for a secondary encryption!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-15
    • 文件大小:3709697
    • 提供者:俞文静
  1. CRT

    0下载:
  2. 实现中国剩余定理的c代码,可以直接拿来用,希望对你有帮助。-To achieve the Chinese remainder theorem c code can be directly used with the hope to help you。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:627
    • 提供者:
  1. --

    0下载:
  2. Type in a number and then enter 2 numbers at a time. Your numbers will be stored as a(mod b). Repeat this step the number of times you have entered earlier. The program will calculate x by Chinese Remainder theorem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:112294
    • 提供者:nichtey
  1. chazhao

    0下载:
  2. 1.基本训练 (1)先建立有序表,采用折半查找实现对某一已知的关键字的查找。 (2)输入一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 2.综合训练 哈希表设计: 【问题描述】 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法(H
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8044
    • 提供者:肖芬
  1. crt(matlab)

    0下载:
  2. 中国剩余定理在MATLAB中完整实现,乘数是通过大衍求一术求解的-the entire realization of Chinese Remainder Theorem(CRT) in MATLAB
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:722
    • 提供者:殊放
  1. zhongguo

    0下载:
  2. 中国剩余定理(不互质的情况) 对互质的情况,处理起来比较方便,可以直接套模板 本题给出不互质的模线性方程组,求出满足方程的最小正整数解 方案:对于不互质的模线性方程组,可以进行方程组合并,求出合并后的方程的解,这样就可以很快地推出方程的最终解。-Chinese remainder theorem (not prime case) to prime, the process more convenient, you can directly set the template of th
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:912
    • 提供者:yourunze
  1. Using-Gauss-Algo-for-CRT

    0下载:
  2. 主要执行参考用量:usage_GaussAlgoForCRT.m 该演示提供了一个了解使用高斯算法求解中国剩余定理(CRT)同步线性同余。 警告:为便于参考。-main executing reference usage: usage_GaussAlgoForCRT.m This demo gives an insight to using the Gauss Algorithm to solve simultaneous linear congruences for Chine
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:62979
    • 提供者:木子
  1. k_thrsh_secret

    0下载:
  2. 这个程序是中国剩余定理整数的应用 - 获得解决的“K-门槛系统共享秘密”。这个概念在著作“数论课程,并通过加密尼尔Koblitz”1章解释,习题24/ P27,它是在P205的解决方案。-This programme is an application of the Chinese Remainder Theorem for Integers- for obtaining a solution to the k-threshold system for sharing a secret . T
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:14647
    • 提供者:木子
  1. Ch_Rem_Poly

    0下载:
  2. (程序Poly_GCD.m和Poly_GCD_Main.m) 多项式的中国剩余定理定义在在文学更数学符号如下(对于如在书中理查德Blahut/ P77):对于任何一组两两互素多项式[M1(X),2(X),... MK(X)],一组同余:C(X)= eqvt模(CK(x)中,MK(X))中,k=1,2,...,K具有一定程度的小于度的独特的解决方案。-The Chinese Remainder Theorem for Polynomials is defined in still mor
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:116112
    • 提供者:木子
  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. 中国剩余定理

    0下载:
  2. 中国剩余定理是中国古代算数智慧的结晶,本程序将中国剩余定理用密码学数学的方法实现。实质为一次同余方程组的求解过程。(The Chinese remainder theorem is the crystallization of the Chinese ancient arithmetical wisdom. This program uses the method of cryptology to realize the Chinese remainder theorem. In essence
  3. 所属分类:其他

  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
    • 提供者:我是神经病
搜珍网 www.dssz.com