搜索资源列表
Distributed_Project
- 一个事务并行处理的模拟程序,使用Erlang实现。服务器端维护一个a,b,c,d的变量。客户端提交读写a,b,c,d的事务。可以同时开启多个客户端口。并未使用锁,而是使用乐观向后验证控制事务串行等价
work.rar
- 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
erlang.rar
- 爱尔兰公式计算器 可以计算爱尔兰B,爱尔兰C公式 包含友好用户界面,Ireland Ireland formula calculator can calculate B, Ireland C formula contains the friendly user interface
bloqueo
- Calculo funciones erlang b y erlang c
queueing_theory
- 计算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
Erlang
- VS2008环境下实现通信话务量分析。 即实现Erlang B公式和Erlang C公式 -VS2008 environment for communication traffic analysis. The realization of Erlang B formula and Erlang C formula
wireless
- erlang b The concept of trunking allows a large number of users to share relatively small number of channels in a cell. Two major classes of trunked radio systems : 1- blocked call cleared systems to describe this system erlang B for
Erlang
- 根据Erlang B公式进行程序设计: (1)输入:话务量、信道数;输出:PC (2)输入:PC、信道数;输出:最大话务量 根据Erlang C公式进行程序设计: (1)输入:话务量、信道数;输出:PW[延迟>0] (2)输入:PW[延迟>0]、信道数;输出:最大话务量 -According to Erlang B formula for program design: (1) Input: traffic, number of channels outpu
erlang
- Erlang-B formula.Implement the Erlang-B formula, and calculate the totaloffered traffic load for – Channel number: 1~20, 200~220 -Erlang-B formula with c code
erlang
- Erlang distribution how to calculate erlang b and erlang c
ERLANGB
- C++界面MFC编程,编写的爱尔兰计算器,可以分别求B,S,和A-Erlang B calculator with C++
erlang-calculation-frombupt
- ErlangB 计算器: 1.时间阻塞率B(s,a):double bsa_B(double a,unsigned long s) 2.中继线的条数s:unsigned long bsa_s(double a,double b) 3.呼叫量a:double bsa_a( double b,unsigned long s) ErlangC计算器 1.C(s,a):double Csa(unsigned long s,double a)-ErlangB calculator: 1
Erlang-Formula
- 实现了Erlang B/C功能,支持大容量计算-Implement Erlang B/C formula, and support big number of channels