登录
首页 » 算法 » Mathematical modeling of the classical algorithm, including the most short

Mathematical modeling of the classical algorithm, including the most short

于 2022-03-20 发布 文件大小:26.47 kB
0 97
下载积分: 2 下载次数: 1

代码说明:

数学建模的经典算法实现,其中包括最短路等问题的实现-Mathematical modeling of the classical algorithm, including the most short-circuit issues such as the realization of

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

发表评论

0 个回复

  • k均值聚类 c语言实现的!!!!!
    k均值聚类算法 c语言实现的!!!!! -k-means clustering algorithm c language to achieve! ! ! ! !
    2023-05-13 12:55:02下载
    积分:1
  • TI DSP DM642图像处理程序,
    TI DSP DM642图像处理程序,---直方图均衡-TI DSP DM642 image processing procedures,--- histogram equalization
    2022-12-17 16:25:03下载
    积分:1
  • Garland97年的qslim
    应用背景随着数据量的增加,很多三维模型必须简化才能快速显示,Garland提出的qslim算法是简化算法中非常经典的一种,应用于网格模型简化,后面很多简化算法都是在qslim算法的基础上拓展,达到不同的简化效果。关键技术qslim简化算法是网格简化算法中最经典的一种,利用最小二乘拟合的方法计算点与面之间的距离,从而确定边折叠代价,对网格模型进行简化
    2023-03-13 01:50:04下载
    积分:1
  • 程序是我们上课时中用到的,工程科学计与C程序集 (上,下) 相信是很有用的!...
    程序是我们上课时中用到的,工程科学计算与C程序集 (上,下) 相信是很有用的!-is our class names, scientific computing and engineering procedures Set C (upper and lower) believe that it is very useful!
    2022-03-30 06:15:02下载
    积分:1
  • 误差分析的方有多种,例如,威点逊(J. H. Wilkison)针对的计机的浮点运提出的“向后误差分析”,这是一种先验估计误差的方,较以往的“向前误差分...
    误差分析的方法有多种,例如,威点逊(J. H. Wilkison)针对的计算机的浮点运算提出的“向后误差分析”,这是一种先验估计误差的方法,较以往的“向前误差分析”在矩阵运算的舍入误差估计上有较好的结果,以而使矩阵的误差分析获得了突破性的进展,使不少用向前误差分析难于判定可靠性的数值方法获得新的进展。-error analysis by a number of means, for example, Granville point Morrison (J. H. Wilkison), referring to a computer"s floating-point operations "backward error analysis," This is a priori estimation error method, compared to the previous "Forward Error Analysis" in the matrix computation Rounding error a better estimate on the results of a matrix so the error analysis of a breakthrough in the progress, many with forward error analysis difficult to determine the reliability of numerical methods to achieve new progress.
    2022-06-15 17:59:56下载
    积分:1
  • 多边形裁剪
    二维图形的软件实现
    2022-01-25 14:33:45下载
    积分: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
  • 箱子,C++,《数据结构与
    箱子,根据《数据结构与算法》这本书做的对应的源代码,可实现,本人制作的。
    2023-08-19 02:15:03下载
    积分:1
  • webrtc中的ns(背景音去除)模块,可以直接编译,编译完后生成动态库。
    webrtc中的ns(背景音去除)模块,可以直接编译,编译完后生成动态库。后续可以直接使用include目录的noise_suppression.h和library中的libwebrtc_ns.so进行测试。
    2023-04-20 06:20:03下载
    积分:1
  • SSIM c++源代码
    采用opencv进行图片读取和处理,c++实现SSIM算法,评估图片质量,工程在VC6.0开发平台实现,工程中包含opencv所需的头文件和库文件。SSIM算法是最经典的图像质量评价算法,c++源代码可以帮助学习,以供参考。
    2022-01-21 05:20:37下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载