登录
首页 » matlab » MATLAB

MATLAB

于 2021-05-13 发布
0 261
下载积分: 1 下载次数: 3

代码说明:

说明:  生成复杂网络,便于下一步进行随机攻击和蓄意攻击使用(It can generate complex network for random attack and deliberate attack)

文件列表:

MATLAB, 0 , 2020-11-21
MATLAB\Aver_Path_Length_Simple.m, 932 , 2020-11-17
MATLAB\AveragePath1.m, 979 , 2020-11-14
MATLAB\AveragePathLength.m, 576 , 2020-11-17
MATLAB\BA_net.m, 2272 , 2020-11-17
MATLAB\BAduf.m, 203 , 2020-10-17
MATLAB\BAnetwork.m, 1756 , 2021-02-03
MATLAB\BetweennessEdge.m, 1708 , 2020-10-26
MATLAB\BetweennessVertex.m, 1294 , 2021-02-03
MATLAB\ClusterCoefficient.m, 503 , 2020-10-18
MATLAB\ClusterCoefficient2.m, 540 , 2020-10-18
MATLAB\Coefficient1.m, 649 , 2020-11-14
MATLAB\CompleteSubGraph.m, 1504 , 2020-11-14
MATLAB\CompleteSubGraphMax.m, 1578 , 2020-11-14
MATLAB\Coreness1.m, 1941 , 2020-11-14
MATLAB\DegreeDistribution.m, 304 , 2020-11-17
MATLAB\DegreeDistribution1.m, 643 , 2020-11-14
MATLAB\Degree_Distribution_Nofigure.m, 716 , 2020-10-18
MATLAB\Eglob.m, 166 , 2020-11-17
MATLAB\GlobalCoupled.m, 412 , 2020-10-18
MATLAB\IntentionalAttack1.m, 1026 , 2020-11-14
MATLAB\MaxSubPath1.m, 2314 , 2020-11-17
MATLAB\RandomAttack1.m, 882 , 2020-11-17
MATLAB\RandomGraph.m, 974 , 2020-10-18
MATLAB\RegularGraphNC.m, 737 , 2020-10-18
MATLAB\SC.m, 8280 , 2020-11-17
MATLAB\SmallWorldNW.m, 853 , 2020-10-18
MATLAB\SmallWorldWS.m, 982 , 2020-10-18
MATLAB\Untitled 20209-15.m, 163 , 2020-09-15
MATLAB\Untitled2BAJLSX.m, 1496 , 2020-11-17
MATLAB\UntitledBA.m, 1546 , 2020-10-19
MATLAB\UntitledWA.m, 1419 , 2019-11-23
MATLAB\UntitledWB.m, 1562 , 2019-11-11
MATLAB\UntitledWC.m, 999 , 2019-11-11
MATLAB\UntitledWashang.m, 1760 , 2019-11-11
MATLAB\Untitledjilian.m, 8236 , 2020-10-28
MATLAB\Untitledlianxi.m, 272 , 2019-08-13
MATLAB\Untitledwuyong.m, 113 , 2019-09-23
MATLAB\Untitledyanhua.asv, 266 , 2019-09-21
MATLAB\Untitledyanhua.m, 278 , 2019-09-21
MATLAB\Untitledzl1.m, 223 , 2019-09-24
MATLAB\Untitledzl2.m, 226 , 2019-08-28
MATLAB\Untitledzl3.m, 208 , 2019-08-28
MATLAB\Untitledzl4.m, 312 , 2019-09-23
MATLAB\cascading_failure.m, 412 , 2020-10-18
MATLAB\lianxi.m, 964 , 2020-11-20

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

发表评论

0 个回复

  • vc++6.0,网络,实现局域网文件传输功能。
    vc++6.0,网络编程,实现局域网文件传输功能。-vc++ 6.0, network programming, LAN file transfer function.
    2022-02-09 16:55:00下载
    积分:1
  • 求积插值方法
    说明:  压缩包内包含Householder变换、复化求积公式、埃尔米特插值的MATLAB程序(The MATLAB program containing the Householder transform, the complex quadrature formula, and the Hermitian interpolation is included in the compressed package.)
    2019-05-22 15:30:31下载
    积分:1
  • Windows核心(第5版)中文版
    windows核心编程,对理解windows的执行过程和操作原理很重要。(Windows core programming is very important for understanding the execution process and operation principle of windows.)
    2017-11-11 10:44:12下载
    积分:1
  • tiff_process
    它可以实现16位灰度tiff格式的灰度像素提取出来,并输出该数据到excel表(It can achieve 16-bit grayscale tiff format grayscale pixel extracted, and outputs the data to excel table)
    2016-04-02 12:50:26下载
    积分:1
  • CunTest
    说明:  能实现qt+gdal+vs显示遥感图像,支持打开文件目录等操作(It can display remote sensing image with QT + GDAL + vs, and support opening file directory and other operations)
    2020-03-17 14:05:48下载
    积分:1
  • gqqqsy
    Ce projet a pour but de nous introduire d’une manière pratique aux techniques de traitement automatique du langage naturel
    2013-11-20 20:10:28下载
    积分:1
  • Using VB to write a similar MSN chat system for learning to use, good entry stag...
    用VB写的类似MSN的聊天系统,可以供学习使用,入门阶段不错。-Using VB to write a similar MSN chat system for learning to use, good entry stage.
    2022-09-14 14:55:03下载
    积分:1
  • C2风格的局域网聊天序,实现局域网中两个Client聊天。这个序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是...
    C2风格的局域网聊天程序,实现局域网中两个Client聊天。这个程序分Server和Client两部分,但是和网上流行的Server与Client聊天不同,它是实现的Client与Client 聊天,Server 仅仅提供消息转发功能,因此执行程序时,首先必须有两台以上的电脑来执行,必须保证两个Client(Client程序是相同的,因此只要复制两个Client就行)在不同的局域网上的电脑,局域网中只要有一个Server就行,通过输入IP以及确认码(其实就是端口号,要保证两个Client的端口号相同,且两个Client的IP地址不同,即不在同一电脑上),就能实现一个Client和另一个Client聊天(当然Server必须运行,且必须按提示输入信息),本程序基于UDP协议,并且利用多线程编程实现了程序的背景音乐(系统的Beep声音必须打开才能听见)以及正常退出功能(点右上角的“差”是非正常退出!),当初设计的时候使得两个Client端口号必须相同,今后会设计出两个Client端口号不同,这样就能在一台机子上执行程序了。 -This program has the function that it can make two Clients communicate on the LAN.The program has Server and Client two parts.However,it is different from the popular CS chat program which has the function of communicating from Server and Client on the web.It makes two Clients chat.The server only be assigned to transmit messenger from one Client to another.So,you should have more than two Computer to run the program,and to ensure that two Clients on the different Computers which is on the same LAN.The LAN has one Server is OK
    2022-12-17 06:10:05下载
    积分:1
  • user_two
    Ds_CDMA EASI 算法使用两个用户的分离实现PN序列以及用户信息的分离(To solve the problem of the direct sequence code division multiple access (DS-CDMA) system multiuser detection, this paper proposes a variable step-size based on performance index (PI) EASI algorithm for information code and chip sequence blind estimation)
    2013-08-26 10:17:02下载
    积分:1
  • ie7缓存密码的获取,通过读取注册表与urlcache的对比获取ie7的自动缓存密码...
    ie7缓存密码的获取,通过读取注册表与urlcache的对比获取ie7的自动缓存密码-ie7 cache access password by reading the registry with the contrast urlcache automatic access to the cached password ie7
    2022-01-26 01:24:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载