登录
首页 » 算法 » 大整数计算

大整数计算

于 2023-06-03 发布 文件大小:1.90 kB
0 160
下载积分: 2 下载次数: 1

代码说明:

大整数计算-large integer calculation

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

发表评论

0 个回复

  • GAC模型,迎风方案
    im=imread("e:301clip301.tif"); im=rgb2gray(im);              im=double(im); im = imresize( im, 0.5 );    % 为了减少程序运行时间,将图像变小为原来大小的1/2 figure(1);imshow(uint8(im)); [nrow,ncol]=size(im); J= gauss( im,3,2 );          % 为了计算函数g,先对图像作guassian预平滑 %%- 计算图像梯度模值 J_x = (J(:,[2:ncol ncol])-J(:,[1 1:ncol-1]))/2; J_y = (J([2:nrow nrow],:)-J([1 1:nrow-1],:))/2;       请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-14 21:25:24下载
    积分:1
  • 平衡二叉树
    平衡二叉树的详细实现,C++语言,自己动手编程实现的。平衡二叉树有着良好的性质,其任何结点的左右子树高度差都不大于二,使得其最差搜索时间大大减少
    2023-02-17 22:35:03下载
    积分:1
  • This is the document on the operation of a title, and that Italy, we can see tha...
    这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first part from in.dat read into the data, the second part of that is to achieve the ranking algorithm, the final order will be to achieve the results were exported to out.dat.
    2022-05-24 19:47:39下载
    积分:1
  • works numerical algorithm commonly used language _C
    工程常用数值算法_C语言-works numerical algorithm commonly used language _C
    2023-07-04 18:40:05下载
    积分:1
  • 断齿分析
    用稀疏分解分析断齿的原因,经过验证在MATLAB中可以良好的运行从而进行分析,,
    2022-05-09 10:50:34下载
    积分:1
  • 胡小玉的PEG
    PEG构造创建了周长非常大的矩阵。这种构造已被证明可以产生最著名的Gallager码,对于较小的块长度(如500、1000或2000)尤其重要。
    2022-05-01 01:11:58下载
    积分:1
  • 用C++实现的多个,包括迭代
    用C++实现的多个算法,包括迭代-C achieved a number of algorithms, including iterative
    2022-01-25 14:57:06下载
    积分:1
  • 新型GA
    一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt       m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum   迭代的次数(代数)% psize    种群的规模大小%输出参数:% opy       最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize    [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置    newg
    2022-03-18 14:25:18下载
    积分:1
  • dsdv---附带中文注释的DSDV源码
    这是在ns2中模拟无线传感路由的算法的一个代码,希望可以帮到大家,里面有详细的中文注解,可以帮助英语不是太好的同学来学习,该代码具体实现了算法的各个步骤,有效的帮助大家学习,祝大家早日学有收成。也希望大家多分享自己的东西,大家共同进步。
    2022-04-28 17:28:34下载
    积分:1
  • 是个数学建模源代码
    是个数学建模源代码-is a mathematical modeling source code
    2022-05-24 14:03:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载