搜索资源列表
complex-network
- 复杂网络工具箱,包括SIS、SIR模型等,及度、k-shell的计算等。-Complex network toolbox, including the SIS \ SIR model, and the degree of k-shell calculation.
sir
- 这是SIR微分方程模型对初值问题的求解和作图-This is the SIR model differential equations to solve the problem of initial value and mapping
demo
- 用基本的粒子滤波算法,即SIR运行UNGM模型。通过UNGM模型显示SIR对于非线性系统的性能。-With the basic particle filter algorithm, that is, to run UNGM model of SIR. By UNGM model shows SIR for the non-linear system performance.
DXdt-SIR
- 关于传染病的蔓延模型,包含潜伏期和隔离的完整模型-Model on the spread of infectious diseases, including incubation and isolation of the complete model
sir2
- 一个SIR模型的Mathematica程序-SIR model of a Mathematica program
sir
- SIR(Susceptibles,Infectives,Recovered)模型来研究如天花,流感,肝炎,麻疹等治愈后均有很强的免疫力的传染病-SIR (Susceptibles, Infectives, Recovered) model to study such as smallpox, influenza, hepatitis, measles, etc. have a strong immunity after cure of infectious diseases
212
- 具有染病者输入的离散SIR传染病模型分析With the infected person enter the discrete analysis of SIR Epidemic Model-With the infected person enter the discrete analysis of SIR Epidemic Model
Epidemic_Models
- 传染病模型,用于数学建模数据分析及绘图,包括SI模型、SIR模型、SIS模型图形绘制。-Epidemic model for mathematical modeling data analysis and graphics, including the SI model, SIR model, SIS model graphics rendering.
CPSIR
- 仿真程序,模拟SIR信息传播模型的CP过程。SIR模型是基于传染病动力学的信息传播模型。-The simulation program, CP SIR information dissemination process simulation model. SIR model is a model for the dissemination of information on the dynamics of infectious diseases.
sir3
- 流感病毒的SIR模型传播,传播概率和恢复概率都是固定不变的-SIR model the spread of influenza virus, spread probabilities and recovery probabilities are fixed
sir
- 基于神经网络的matlab模型,解决SIR模型问题。-Matlab code for SIR model, based on BP
Spreading_SIR12
- 复杂网络SIR模型传播动力学的实现,生成一个传染源,在一个无标度网络传播演化过程,运行成功。(有注释)-Dynamics of complex network based on SIR model. Set a source of infection in a scale-free network. The simulation runs successfully.
sir
- 基于netlogo环境下的建模仿真,实现SIR模型的病毒传播(Based on netlogo environment modeling and simulation, to achieve the SIR model of virus transmission)
SI、SIS、SIR
- 传染病模型,用于模拟类似的传染病、突发事件信息传播等,(Infectious disease model is used to simulate similar infectious diseases, emergencies, information dissemination and so on,)
SIR
- 该程序再Matlab上实现了模拟SIR病毒传播过程。(A application of SIR)
SIR
- sir简单模型,matlab程序编写,供大家参考研究(simple model for sir)
SIR模型
- 真实网络条件下的sir模型,进行传播预测(Sir model under real network conditions)
YBJAN1916_SIR model in whole population
- SIR 传染病模型,主要是我通过加入时滞因素以及连续种群的出生率的因素来建立的模型(The SIR epidemic model is mainly built by adding time-lag factors and birth rate factors of continuous population.)
SEIR
- 传染病模型是指传染病的基本数学模型,研究传染病的传播速度、空间范围、传播途径、动力学机理等问题,以指导对传染病的有效的预防和控制。常见的传染病模型按照传染病类型分为SI、SIR、SIRS、SEIR模型等。由于2019年末出现的新冠肺炎有一定的潜伏期,与病人接触过的健康人并不马上患病,而是称为病原体的携带者,归为E类。(infectious disease model simulation)
复杂网络中SIR模型代码
- 复杂网络中的SIR模型的matlab代码,可以根据自己的邻接矩阵更改模拟传染过程,文件里有一个实例,可以根据实例更改。