a simple M/M/1 queue simulation with poession process
資源簡介:a simple M/M/1 queue simulation with poession process
上傳時間: 2017-09-01
上傳用戶:啊颯颯大師的
資源簡介:A simple M/M/1 queue simulation using SMPL
上傳時間: 2017-03-27
上傳用戶:四只眼
資源簡介:a simple painter written in java, but with bugs
上傳時間: 2016-03-11
上傳用戶:450976175
資源簡介:RAKE receiver for direct-sequence spread spectrum systems Simulink model of a simple direct-sequence spread spectrum system with RAKE reception
上傳時間: 2014-01-05
上傳用戶:lunshaomo
資源簡介:Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a dist...
上傳時間: 2014-01-27
上傳用戶:sammi
資源簡介:One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed exponetially. * * The simulator is time-slice-driven, i.e. the system model is being * run at discrete time points, with constant incr...
上傳時間: 2014-01-15
上傳用戶:kr770906
資源簡介:A simple m-file to compute the experiemntal BER of coded BPSK
上傳時間: 2015-09-26
上傳用戶:stella2015
資源簡介:This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code. Thi...
上傳時間: 2015-11-16
上傳用戶:希醬大魔王
資源簡介:function Binary_Search(L,a,b,x) begin if a>b then return(-1) else begin m:=(a+b) div 2 if x=L[m] then return(m) else if x>L[m] then
上傳時間: 2015-12-17
上傳用戶:tb_6877751
資源簡介:This is a Switch simulation... with 4 types of switches... and also we have average simulation time over these 4 switches 1. No Queue 2. Input Queue 3. Input Queue with iterative 4. Output QUeue
上傳時間: 2017-05-20
上傳用戶:徐孺
資源簡介:A C++ code for generating sorting networks with n lines and m comparators as input parameters.
上傳時間: 2017-06-14
上傳用戶:ZJX5201314
資源簡介:SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of intensity lambda. Poisson service times S of intensity mu.
上傳時間: 2017-09-19
上傳用戶:龍飛艇
資源簡介:項目描述: Trickster Streaming Server is a pure Perl MP3 streaming server with a simple Web interface that allows you to manipulate and browse the queue. The queue management API is done in a fairly simple UNIX manner, and can be easily ex...
上傳時間: 2013-12-13
上傳用戶:lz4v4
資源簡介:SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data ra...
上傳時間: 2014-11-05
上傳用戶:rishian
資源簡介:SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low...
上傳時間: 2016-05-21
上傳用戶:R50974
資源簡介://奇異值分解法求廣義逆 //本函數返回值小于0表示在奇異值分解過程, //中迭代值超過了60次還未滿足精度要求. //返回值大于0表示正常返回。 //a-長度為m*n的數組,返回時其對角線依次給出奇異值,其余元素為0 //m-矩陣的行數 //n-矩陣的列數 //aa-長度...
上傳時間: 2016-12-15
上傳用戶:康郎
資源簡介:The Synthetic PIC Verion 1.1 This a VHDL synthesizable model of a simple PIC 16C5x microcontroller. It is not, and is not intended as, a high fidelity circuit simulation. This package includes the following files. Note that the li...
上傳時間: 2013-12-22
上傳用戶:妄想演繹師
資源簡介:This is a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements. Some of the functionalities of ...
上傳時間: 2017-06-03
上傳用戶:啊颯颯大師的
資源簡介:將魔王的語言抽象為人類的語言:魔王語言由以下兩種規則由人的語言逐步抽象上去的:α-〉β1β2β3…βm ;θδ1δ2…-〉θδnθδn-1…θδ1 設大寫字母表示魔王的語言,小寫字母表示人的語言B-〉tAdA,A-〉sae,eg:B(ehnxgz)B解釋為tsaedsaeezegexenehets...
上傳時間: 2013-12-19
上傳用戶:aix008
資源簡介:判斷a^mba^n m,n=0的字符串
上傳時間: 2014-01-07
上傳用戶:weixiao99
資源簡介:a collection of M-files to study concepts in the following areas of Fuzzy-Set-Theory: Fuzzy or Multivalued Logic, The Calculus of Fuzzy, Quantities, Approximate Reasoning, Possibility Theory, Fuzzy Control, Neuro-Fuzzy Systems.
上傳時間: 2015-04-03
上傳用戶:lili123
資源簡介:有保存/裝載能力的簡單加密程序。This is a simple encryption program with save/load capability.
上傳時間: 2013-12-09
上傳用戶:希醬大魔王
資源簡介:最優合并問題 給定K個排好序的序列s1,s2,...,sk,用2 路合并算法將這k個序列合并成一個序列。 假設所采用的2路合并算法合并2個長度分另為m 和n的序列需要m+n-1次比較。試設計一個算法確定合并這個序列的最優合并順序,使所需的總比較次數最少。
上傳時間: 2014-11-29
上傳用戶:a3318966
資源簡介:一個非常好的隨機多址程序,用matlab工具寫的m/m/1源程序
上傳時間: 2013-12-18
上傳用戶:lizhizheng88
資源簡介:簡單的 Discrete Event Simulator M/M/K/K queue 含Readme。 可在此基礎上開發復雜的仿真程序 請用 tar -xzvf sim.tar.gz 解壓
上傳時間: 2015-06-28
上傳用戶:manlian
資源簡介:針對M/PH/1(k)排隊系統推導出該排隊系統在任意時刻、到達時刻、退去時刻的隊列長度狀態概率分布、平均隊列長度、以及平均等待時間,并編寫程序進行數值計算,并對M/E2/1(k), M/M/1(k), M/H2/1(k)排隊系統的性能進行數值比較。
上傳時間: 2013-11-30
上傳用戶:秦莞爾w
資源簡介:有趣的程序: 1。已知n和m,m個正整數相加等于n(m<=n),列出這m個數. 2。輸入任意正整數n,計算n!(n可取到一億) 3。求100以內的所有由三個素數構成的等差素數組
上傳時間: 2013-12-24
上傳用戶:362279997
資源簡介:MATLAB 6_5 輔助優化計算與設計 1、文件命名說明 a)文件夾“第1章”中的文件對應書中第1章的例程,其他以此類推; b) 文件名exampleX1_X2.m:對應例程X1_X2 例如:example2_1表示例程2_1. 2、注意 為了方便起見,書中的每一個例程存為一個文件;...
上傳時間: 2015-08-05
上傳用戶:王小奇
資源簡介:KPhoneIM is a simple point to point instant messaging application. You may chat with (exactly) one partner directly. The tool needs no server. It may be called from KPhoneSI as external session. Indeed, I develloped the tool mainly to demon...
上傳時間: 2015-09-13
上傳用戶:lhw888
資源簡介:M/M/1單服務臺排隊系統仿真(用事件調度法實現離散事件系統仿真) 顧客到達模到達時間間隔和顧客服務時間均服從負指數分布,單服務臺系統,按照單隊排隊,按FIFO方式服務。考察服務n個顧客(n=1000,2000,3000,5000)后的顧客平均隊長及平均排隊等待時間...
上傳時間: 2015-10-28
上傳用戶:anng