登录
首页 » matlab » D2D

D2D

于 2021-03-26 发布 文件大小:14KB
0 226
下载积分: 1 下载次数: 78

代码说明:

  启发式算法、优化算法和随机三种情况下的仿真对比。(Heuristic algorithm, optimization algorithm and simulation comparison in random three cases.)

文件列表:

D2D\ave_interference.m, 3684 , 2018-04-03
D2D\ave_int_distance.m, 4097 , 2018-04-04
D2D\cal_pathloss.m, 227 , 2017-06-10
D2D\cal_pathloss_d2d.m, 232 , 2017-06-10
D2D\D2D\cal_pathloss.m, 240 , 2017-06-08
D2D\D2D\cal_pathloss_d2d.m, 268 , 2017-06-08
D2D\D2D\gen_d2d.m, 1445 , 2017-06-08
D2D\D2D\gen_user.m, 588 , 2017-06-08
D2D\D2D\get_Ik0m.m, 370 , 2017-06-09
D2D\D2D\heuristic.m, 483 , 2017-06-09
D2D\D2D\main.m, 1853 , 2017-06-09
D2D\Edmonds.m, 4325 , 2017-06-09
D2D\gen_d2d.m, 1445 , 2017-06-08
D2D\gen_user.m, 588 , 2017-06-08
D2D\get_Ik0m.m, 382 , 2017-06-10
D2D\heuristic.m, 765 , 2018-04-04
D2D\main.m, 3257 , 2018-04-04
D2D\optimal.m, 658 , 2018-04-04
D2D\pair_max_d2d.m, 3284 , 2018-04-04
D2D\random_algorithm.m, 766 , 2017-06-11
D2D\~$运行情况.docx, 162 , 2018-04-04
D2D\D2D, 0 , 2017-09-14
D2D, 0 , 2018-05-08

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

发表评论

0 个回复

  • SVM_kddcup
    说明:  使用python ,基于机器学习的入侵检测器(Intrusion detector based on machine learning)
    2021-02-26 10:09:37下载
    积分:1
  • 飞鸽传书 可以在局域网上应用一些关于文件传输的 高速且有效...
    飞鸽传书 可以在局域网上应用一些关于文件传输的 高速且有效-Dove Chuanshu LAN applications in a number of high-speed file transfer and effective
    2022-04-23 01:22:09下载
    积分:1
  • ElsGame
    说明:  实现俄罗斯方块游戏的简单小程序,适合初学者学习。(A simple Tetris game to achieve a small program, suitable for beginners to learn.)
    2011-03-22 21:24:17下载
    积分:1
  • dvlp
    该功能实现 保险公司出单录单 及所有规则管控(The insurance company a single recorded single and all rules pipe control function)
    2012-08-28 17:02:25下载
    积分:1
  • 计算一个非负整数矩阵的铪质。注:复制铪质。C的方法。
    Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch". -Computes the hafnian of a nonnegative inte ger matrix. Notes : Copy hafnian.c to main.c, in the same directory as Rothberg"s code (see abo ve). You can download the. tar directory with th e code weighted-match.tar here. Then "make" th e codes (this codes are in C, not C). The program is then run by the command "wm atch. "
    2022-01-30 19:38:32下载
    积分:1
  • K-means算法
    应用背景c++代码,基于k-means遗传算法的应用,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。其主要是来计算数据聚集的算法,主要通过不断地取离种子点最近均值的算法。关键技术K-Means的算法如下:随机在图中取K(这里K=2)个种子点。然后对图中的所有点求到这K个种子点的距离,假如点Pi离种子点Si最近,那么Pi属于Si点群。(上图中,我们可以看到A,B属于上面的种子点,C,D,E属于下面中部的种子点)接下来,我们要移动种子点到属于他的“点群”的中心。(见图上的第三步)然后重复第2)和第3)步,直到,种子点没有移动(我们可以看到图中的第四步上面的种子点聚合了A,B,C,下面的种子点聚合了D,E)。
    2022-08-15 16:57:53下载
    积分:1
  • gateway_lora_STM32
    nodo lora con stm32 con codigo vuente(codigo fuente arduino lora stm32)
    2020-06-17 04:20:01下载
    积分:1
  • Flash图片放大技术源码实例
    Flash图片放大技术源码实例,点击图片右下角的放大按钮,即可把当前图片放大显示,这种放大技术的细节是调用两幅相同的图片,不过像素大小不一样,放大后调用显示的则是像素较高的图片,来模拟出图片放大效果。
    2022-02-01 22:42:22下载
    积分:1
  • 图像的二值化处理
    实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0.做归一化处理后,2值化的颜色 1为白,0为黑。边缘部分,计算有误差,255,254,253,252 就算白,0,1,2,3,4就算黑。屏幕显示时,肉眼是分辨不出这点误差的。你可以对2值化后的图像值作归一化处理,得到1和0,然后再放大(乘255),就可得到满意的数值。至于左边界上 1 254 253, 0 255 255,可能是2值化前,颜色原本就有差别。不是2值化的错误。
    2022-09-03 03:00:05下载
    积分:1
  • 土方计算
    土方计算,基于matlab编程语言,采用方格网法(Earthwork calculation)
    2021-01-06 15:48:53下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载