登录
首页 » 算法 » 自己编写的集合覆盖问题的贪心近似算法,请指教

自己编写的集合覆盖问题的贪心近似算法,请指教

于 2023-03-08 发布 文件大小:830.00 B
0 111
下载积分: 2 下载次数: 1

代码说明:

自己编写的集合覆盖问题的贪心近似算法,请指教-I have written a collection of coverage of the greedy approximation algorithm for the problem, please advice

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

发表评论

0 个回复

  • 选主元高斯消去
    选主元高斯消去法-Pivot Gaussian Elimination
    2022-02-10 11:56:13下载
    积分:1
  • DSP方波过零点捕捉中断程序
    DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),DSP方波过零点捕捉中断程序(用于频率计时),
    2022-01-21 19:05:48下载
    积分:1
  • 地图编号
    地图分幅编号,图解法和解析法地形图分幅和编号的计算。菜单实现:输入经纬度,输出新、旧编号,比例尺从1:100万至1: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-29 13:01:23下载
    积分:1
  • DDR3走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系...
    DDR3走先得详细规则及注意事项,考虑的等长走线,数据线与地址线、控制线长度关系-DDR3 take detailed rules and precautions come to consider the alignment of equal length, the data line and address lines, control lines the length of the relationship between
    2022-02-24 15:29:18下载
    积分: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
  • Hangzhou interpolation and demonstration Runge phenomenon code
    lagrange插值以及演示runge现象的代码-Hangzhou interpolation and demonstration Runge phenomenon code
    2022-09-24 08:40:02下载
    积分:1
  • usaco1.5 Prime Palindromes代码 prime文件绝对能用,值得拥有
    The number 151 is a prime palindrome because it is both a prime number and a palindrome (it is the same number when read forward as backward). Write a program that finds all prime palindromes in the range of two supplied numbers a and b (5
    2022-08-21 13:33:23下载
    积分:1
  • freescaleHC12插值代码,8,16位无符号和有符号一维及二维插值
    freescaleHC12插值代码,8,16位无符号和有符号一维及二维插值-freescaleHC12 interpolation code 8,16-without symbols and symbols are two-dimensional and one-dimensional interpolation
    2023-04-03 23:20:03下载
    积分:1
  • 南理工硕博上机题经典36题
    从历年南理工硕博上机题中选出具有代表性的36题,让你提前熟悉南理工硕博上机。南理工硕博上机占60分,面试40分。所以如果想保硕博的话,上机是很重要的
    2022-07-23 03:35:57下载
    积分:1
  • 这个矩阵C++模板类图书馆是执行常见的矩阵运
    This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
    2022-06-03 16:33:22下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载