登录
首页 » 算法 » 最优秀的大数计算源码,适合各种大数的计算,底层对各种机器进行汇编优化,速度最快...

最优秀的大数计算源码,适合各种大数的计算,底层对各种机器进行汇编优化,速度最快...

于 2022-09-28 发布 文件大小:2.10 MB
0 174
下载积分: 2 下载次数: 1

代码说明:

最优秀的大数计算源码,适合各种大数的计算,底层对各种机器进行汇编优化,速度最快-the best source of large numbers calculated, for a wide range of large numbers, the bottom of the various machines compilation optimization, the fastest

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

发表评论

0 个回复

  • lpc implement for distribut
    lpc implement for distribut
    2022-01-27 11:07:14下载
    积分:1
  • C++实现基于用户的协同过滤
    算法过程:1).读入数据,将数据用user_brands存起来,同时建立userid_id,再建立id_brands  2).遍历id_brands得到物品-用户倒排表brand_ids,根据倒排表得到用户的相似矩阵sim_mat  3).为每个用户推荐产品:      3.1).求用户u买过的brand和所有brand的差集得到用户u没有买过的物品集合brand_unused;      3.2).用户u对每一个没用过的物品i的兴趣p(u,i):          3.2.1).找到与用户u最近的k个用户          对于每一个没用过的物品i:          3.2.2).找出这k个用户中对物品i有过行为的用户v[]√          3.2.3).将用户u和v[j]的兴趣相似度累加      3.3).取前m个最感兴趣的brand推荐给用户;  代码:UCF.cc(用户协同过滤核心代码):#include  #include  #include  #include  #include  #include  #include  #include  #include  #include  
    2023-03-01 07:45:04下载
    积分:1
  • 后的二叉树(递归)
    二叉树的后序算法(递归)-after the sequence of binary tree algorithm (recursive)
    2022-09-15 21:25:03下载
    积分:1
  • 矩阵乘以向量
    定义一个矩阵类CM和向量类 (1)、为它们各自重载*,=,==运算符; (2)、为CM类重载CM*CV,CM*实数 (3)为CV类重载CV*CM,CV*实数 (4)在main函数中使用以上运算符。
    2022-01-25 14:01:49下载
    积分:1
  • 本程序用来实现具体的fft运,程序参考数字信号处理c语言描述这本书 这个程序利用旋转因子可以先下来的特征,可以在大量数据处理时节省时间
    本程序用来实现具体的fft运算,程序参考数字信号处理c语言描述这本书 这个程序利用旋转因子可以先算下来的特征,可以在大量数据处理时节省时间 -This procedure used to realize specific fft computing, digital signal processing procedures reference c language to describe this book, this process can make use of rotating factor算下来features, can handle large amounts of data to save time when
    2022-04-16 16:01:04下载
    积分:1
  • VC++标准微粒群源程序
    粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。程序已验证好用,希望能对大家有所帮助。
    2022-05-19 20:16:36下载
    积分:1
  • 这是学校ACM程序设计大赛的题目,拿出来大家是当练习
    这是学校ACM程序设计大赛的题目,拿出来大家算是当练习-This is the School ACM Programming Contest topic out when everyone is practicing
    2022-07-14 06:11:47下载
    积分:1
  • 数字三角
    资源描述问题描述:给定一个由n行数字组成的数字三角形,如下图所示。试用动态规划算法,计算出从三角 顶部至底部的一条路径,使得该路径经过的数字总和最大。 注意每个数字只能走向下一行左边或右边的数字,而不能跳跃的走。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5
    2023-01-28 04:05:04下载
    积分:1
  • 对数回归方程logarithmregress.cs方程模型y = * LN…
    对数回归方程 LogarithmRegress.cs 方程模型为 Y=a*LnX+b public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算相关系数(决定系数),系数越接近1,数据越满足该模型。 -Logarithmic regression equation LogarithmRegress.cs equation model for Y = a* LnX+ Bpublic override double [] buildFormula () get coefficient array, the storage order and model coefficients contrary, that is, the array is followed by the value of coefficient b, a. public override double forecast (double x) prediction function, according to the results of model prediction. public override double computeR2 () calculated the correlation coefficient (determination coefficient), coefficient of the closer one, the data satisfy the model more.
    2022-08-31 23:15:03下载
    积分:1
  • Selfdelete
    selfdelete 几个程序在 c + +。向自动删除文件从硬盘上......
    2022-06-18 19:15:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载