登录
首页 » 数据结构 » 64位以内Rabin

64位以内Rabin

于 2023-01-06 发布 文件大小:63.19 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解算法的实现-64 within Rabin-Miller-puppet prime testing and Pollard rho factorization algorithm implementation

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 实用教程,让你学习不用愁,呵呵!希望这对你有用,能帮上一点忙!...
    实用数据结构教程,让你学习数据结构不用愁,呵呵!希望这对你有用,能帮上一点忙!-Practical Guide data structure, so you learn not worry about data structures, Oh! Hope this useful to you, we can help!
    2022-01-22 13:20:37下载
    积分:1
  • vb 调用IBM domino server库的例子,,仅供参考。...
    vb 调用IBM domino server数据库的例子,,仅供参考。-vb call IBM domino server database example, for informational purposes only.
    2022-10-16 13:30:02下载
    积分:1
  • Prim algorithm using minimum spanning tree of the experimental procedures used i...
    用prim算法实验最小生成树 本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树 定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。 定义二维数组g[ ][ ]来建立无向图的邻接矩阵。 -Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
    2022-03-16 20:21:07下载
    积分:1
  • 先验扫描
    什么都不
    2022-07-26 22:51:28下载
    积分:1
  • 堆排序 稳定的排序 复杂度为N(logN ) 也是一种快速的排序...
    堆排序 稳定的排序 复杂度为N(logN ) 也是一种快速的排序-HEAPSORT stable sort complexity is N (logN) is a fast sorting
    2022-01-22 03:39:13下载
    积分:1
  • 李纯
    李春葆的《数据结构教程》教学PPT及书中所有源码,很值得一看!-Li Chun-bao s Data Structure Course Teaching PPT and source book of all, it is worth a visit!
    2022-01-28 14:30:21下载
    积分:1
  • 算法,图最短路径
    数据结构算法,图最短路径-data structure algorithm, the shortest path map
    2022-05-18 11:14:14下载
    积分:1
  • VCL 到 FireMonkey
    FMX 文件是火猴子等效的 Delphi 的 VCL DFM 表单文件的他们确定的布局和在设计时添加到窗体的对象的属性。 如果你从零开始火猴子形式你将可能永远不会有兴趣 FMX 文件的内容,但如果你有一个 VCL 窗体代码,您希望将它移植到火猴子的应用程序是很舒服,因为很多的代码尽可能跨和理想的情况是这包括窗体布局。因为火猴子可视对象和它们的属性都是在名称中非常相似的等效的 VCL 组件很多可以自动移植。
    2023-02-18 01:20:04下载
    积分:1
  • 这是一个关于双色球走势的例子,希望对大家有点帮助.
    这是一个关于双色球走势的例子,希望对大家有点帮助.-This is an example of the trend on the Loans, in the hope that everyone to some extent.
    2023-08-06 14:10:04下载
    积分:1
  • 堆栈之后缀表达式求值
    此程序用的是后缀表达式求值的方法,其中用到了一个栈,而中缀表达式求值需用到两个栈(操作数栈和操作符栈),所以阅读程序前提是了解中缀表达式和后缀表达式 之间的转换,和后缀表达式求值的过程。关于他们之间的转换,我的概括为:中缀表达式:a*(b+c)-d/f  ,先做b+c,即bc+;再做a*(b+c),即abc+*;然后做d/f,即df/; 最后做a*(b+c)-d/f,得abc+*df/-。关于后缀表达式求值过程请参照你的《数据结构指导书》P60~62(下文所指参照页均在此书)。程序里中有些我说的可有可无的东西,我已经说明 程序里只给出了+ - * / 四种运算,其它运算符若需要, 可向程序里插入。你的指导书堆栈实验里提示用到了“运算符重载”,所以添加其他运算时,有可能用到重载,但这里的四则运算我没用到,运算符重载是很重要的
    2022-11-10 19:15:04下载
    积分:1
  • 696518资源总数
  • 106259会员总数
  • 28今日下载