CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 阻塞

搜索资源列表

  1. jcddmnxt

    0下载:
  2. 进程调度模拟程序 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。-scheduling process simulation program here no API calls only simu
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:CT
  1. runduopf

    0下载:
  2. 最优潮流计算,可用于电力系统输电阻塞管理,经济调度等-optimal power flow calculation can be used in electricity transmission congestion management system, economic scheduling
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:罗风
  1. homework7

    2下载:
  2. 一个完整gsm通信系统的仿真程序。能计算呼叫阻塞率。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11.56kb
    • 提供者:周云
  1. 输电阻塞管理

    0下载:
  2. 在电力市场改革的过程中,出现了许多新的问题:网络潮流的分布主要由电力交易 的分布所决定,电力交易以追求最大利润为目标,于是出现了电力系统中输电价格较低 的线路或电能价格较低的发电机组周围的线路负荷过重,从而增加了发生阻塞的可能 性。本文就电力市场中输电阻塞管理的办法以及阻塞费用的计算进行了讨论。-the electricity market reform process, the emergence of many new issues : the trend of the distributi
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:186.22kb
    • 提供者:曹成
  1. work.rar

    2下载:
  2. Matlab实现: Erlang B model(M/M/n/n)与 Erlang C model排队系统的模拟,并画出阻塞概率(P)与负载(A=lamda/miu in Erlang)的关系图。用法:运行RunMe,Matlab achieve: Erlang B model (M/M/n/n) and the Erlang C model simulation queuing system, and draw blocking probability (P) and load (A = la
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2.49kb
    • 提供者:Zheng Xiao
  1. simulation.rar

    0下载:
  2. 排队论中M/M/1系统的MATLAB仿真主要是阻塞率的理论值与仿真数据的比较,M/M/1 queuing theory in MATLAB simulation system is blocking the theoretical value of the comparison with the simulation data
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.37kb
    • 提供者:草婷
  1. MMm

    0下载:
  2. matlab实现计算机模拟排队论 %排队模型的计算机模拟 %排队论是一门研究随即服务系统工作过程的理论和方法 %m表示一个工作日内完成的服务顾客数 %t表示顾客的平均等待时间-err
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:2.61kb
    • 提供者:jacky
  1. ERLANGB

    1下载:
  2. 仿真排队论,统计不同话务量的情况下的阻塞率-Simulation of queuing theory, statistical difference in cases where traffic blocking probability
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:983.59kb
    • 提供者:王浩
  1. BDCL_Simulation

    0下载:
  2. matlab实现一维小区定向信道锁定借用(BDCL)和FCA(固定信道分配)阻塞率比较的仿真程序,并对小区信道数对阻塞率的影响也进行了图形描述!-matlab plot to achieve one-dimensional directional channel locking to use (BDCL) and FCA (fixed channel allocation) Comparison of blocking rates of the simulation program, and t
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:10.76kb
    • 提供者:wangcongyi
  1. zuselvfangzhen

    0下载:
  2. 移动通信中排队的阻塞率编程计算,运用C语言编写-Mobile Communications line of blocking probability calculation program, using C language. . . . .
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.22kb
    • 提供者:hehe
  1. LCCsimulation

    1下载:
  2. 通过MATLAB实现对无排队等待的呼叫系统的仿真,并且得出在不同的呼叫到达速率下系统的阻塞率,并且和理论的erlangB公式做出对比。-MATLAB to achieve through the call without waiting in line system simulation, and come to a different call arrival rate in the system blocking rate, and the formulas and theories erl
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2.06kb
    • 提供者:
  1. Processer_Manager

    0下载:
  2. 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2.13mb
    • 提供者:moondancing
  1. queueing_theory

    0下载:
  2. 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.33kb
    • 提供者:Aurora
  1. zusai

    1下载:
  2. 对中继系统中的呼叫阻塞删除系统的阻塞率进行仿真,并与理论值比较-Call of relay blocking system to delete the blocking rate of the simulation system, and compared with the theoretical value
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:909byte
    • 提供者:王楠楠
  1. markwof

    2下载:
  2. 马尔科夫排队理论的一个关于阻塞率的仿真,非常给力-Markov queuing theory of a simulation on the blocking probability is very to the power
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:12.91kb
    • 提供者:家郑
  1. dianlishichangwenti

    0下载:
  2. 电力市场的输电阻塞管理,2004年数模B题的解答,老师布置的作业,附录中的源代码均测试通过,结果正确-Electricity market transmission congestion management, the number of 2004 model B for answers, teacher assignments, the appendix of source code are tested, the result is correct
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:40.31kb
    • 提供者:lisa
  1. 3

    0下载:
  2. 具有阻塞影响的柔性制造系统排队网络模型.Has a blocking effect of the queuing network model of flexible manufacturing systems.-Has a blocking effect of the queuing network model of flexible manufacturing systems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:229.63kb
    • 提供者:
  1. Erlang-B

    1下载:
  2. 仿真采用Erlang B模型,此仿真考虑用户呼叫时,若无空闲信道则被阻塞的情况。对话务量和阻塞率进行仿真-Simulation using Erlang B model, consider the user calls this simulation, the channel was idle without congestion. Blocking rate for traffic simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6.22kb
    • 提供者:
  1. tongxinwang

    0下载:
  2. 爱尔兰公式恩格赛特公式的实现,可以求出通信网的阻塞概率-Engel Dorset formula to achieve, can find out the network blocking probability
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.38kb
    • 提供者:cckk
  1. blocking-simulation

    0下载:
  2. 实现数字移动通信中的阻塞率仿真,并将设置的不同参数的仿真图在同一窗口显示-realize simulation of blocking rate in digital mobile communication ,and show the configure with different in the same window
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:332.37kb
    • 提供者:liupeng
« 12 »
搜珍网 www.dssz.com