搜索资源列表

  1. 数论

    0下载:
  2. 64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解算法的实现-64 within Rabin-Miller-puppet prime testing and Pollard rho factorization algorithm implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:64512
    • 提供者:喻林
  1. RSAVC

    0下载:
  2. RSA算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文-RSA algorithm VC, including long integer type, in a few test algorithm, large prime number generator and the general theory of numbers algorithm, for example, Ch
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:258048
    • 提供者:陈建湘
  1. extended_euclid

    0下载:
  2. 简单的实现了数论中的乘法逆元 该代码均正确运行!包含运行图 及运行结果!-simple realization of the theory of multiplicative inverse of the code are functioning properly! Includes chart and operating results!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:93184
    • 提供者:杨海亮
  1. GoodPointSetBasedGeneticAlgorithm

    0下载:
  2. 利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法 站长不接受我的代码说明名你对佳点集完全不了解我白传了-use of the theory of good points of the theory and method of genetic algorithm crossover operator of a new design. is a new genetic
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:595968
    • 提供者:lixijuan
  1. internationalacmcom

    0下载:
  2. 国际大学生程序设计竞赛例题解 数论.计算几何.搜索算法专集-International Collegiate Programming Contest On the utmost excellence. Computational geometry. Search Algorithm for Nomination
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:8381440
    • 提供者:wu
  1. 4

    0下载:
  2. 数论算法 求两数的最大公约数 等程序 !欢迎下载
  3. 所属分类:文件格式

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:housen
  1. RSA

    0下载:
  2. rsa算法演示,运用数论知识和经典的RSA算法,可生成超长的密钥,对文件经行加密,解密的演示。当时的开发环境是JCreator 3.50。-rsa algorithm demo, using knowledge of number theory and classical RSA algorithm, can generate very long keys, the document by line encryption, decryp
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:zgyang
  1. mathformulae

    0下载:
  2. 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:38912
    • 提供者:endure
  1. pascal

    0下载:
  2. pascal基本算法及优化(如数论问题\单纯背包问题等)-pascal the basic algorithm and optimization (for example on the issue of simple knapsack problem, etc.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:诸宪军
  1. basicAlgorithm(pascal)

    0下载:
  2. 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法 -Following is the basic algorithm include: number theory algorithm Second, graph theory alg
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:oh204
  1. Factorial

    0下载:
  2. 用来计算N!最后一位非0数字,有一定的数论原理包含其中-Used to calculate N! Finally, a non-0 digital, there are certain principles of number theory which contains
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:98304
    • 提供者:白伟
  1. ras

    0下载:
  2. rsa算法的VC实现,其中包括超长整数类,素数检验算法,大素数生成器和一般的数论算法,例如中国剩余定理解密RSA密文 -rsa algorithm to achieve the VC, including the type of long integer, prime number testing algorithm to generate large prime numbers and the general number the
  3. 所属分类:CA认证

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:bobo
  1. DiscreteMathematics

    0下载:
  2. Discrete mathematics离散数学 书名《离散数学在信息学竞赛中的应用》 涉及领域:算法、ACM、数学 内容包含: 重集全排列 Catalan数 简单数论 矩阵的简单运用 棋盘多项式与任务分配 置换群与pólya定理-Discrete Mathematics Discrete mathematics book
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:503808
    • 提供者:sql
  1. shulun

    0下载:
  2. 所属分类:电子书籍

    • 发布日期:2024-05-19
    • 文件大小:6201344
    • 提供者:张非
  1. suanfadaquan

    0下载:
  2. 里面包含了数论算法,图论算法,背包问题,排序算法,高精度计算,树的遍历等算法代码-Which contains a number of algorithms, graph theory, algorithm, knapsack problem, sorting algorithm, high-precision calculation, the tree traversal algorithm code, etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:某某人
  1. The_preiodicity_of_congruence_in_power_tower

    0下载:
  2. 一篇数学论文。讨论了数论中关于幂指式同余的周期性问题,给出了最小正周期的表达式和几个关于幂指式同余周期的性质。为快速构造或化简同余幂指式提供了一般方法。对研究密码学,尤其是讨论RSA公钥密码体制有一定参考价值。-A mathematical papers. Discussed for a number of means on the power-type with more than a cyclical problem, given
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3282944
    • 提供者:
  1. WinNTL-5_4_2

    0下载:
  2. 一个处理数论的函数库,但是安装时有点麻烦,看看里面的介绍吧 -A deal with number theory library, but a bit of trouble during installation, look at the inside bar introduction
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:776192
    • 提供者:刘振宇
  1. AcmTemplate

    0下载:
  2. 参加ICPC的acm队员所使用的比赛模板,包括数论图论,计算几何等相关算法。-ICPC members to participate in the acm template used in the game, including number theory graph theory, computational geometry and other related algorithms.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:73728
    • 提供者:LHY
  1. b

    0下载:
  2. 算法艺术和信息学竞赛.主要介绍各种算法,包括动态规划,贪婪算法,数论基础,组合数学等-Algorithm for the arts and information science contest. Introduces a variety of algorithms, including dynamic programming, greedy algorithm, based on number theory, combinatoria
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:18368512
    • 提供者:zzt
  1. maththe

    0下载:
  2. 数论的基础有素数删选质因数的分解公约数的求解等-On the basis of several well-established quality factor of the number of censored election decomposition to solve a few, such as the Convention
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:tjj
« 1 2 34 5 6 7 8 9 »

源码中国 www.ymcn.org