53 skills found · Page 1 of 2
joelparkerhenderson / Queueing TheoryQueueing theory: an introduction for software development
enhancedformysql / The Art Of Problem Solving In Software Engineering How To Make MySQL BetterThe Art of Problem-Solving in Software Engineering: How to Make MySQL Better
CiwPython / CiwCiw is a simulation library for open queueing networks.
github / DeliNo description available
anandchauhan21 / Desing Of Data Structures🎓 Design of Data Structures– Semester 3 💡 Theory + Lab course with C and Python implementations via Google Colab 📘 Topics: Arrays, Stacks, Queues, Linked Lists, Trees, Sorting, Hashing, Graphs 🧪 Includes 12 hands-on labs aligned with the official BTech syllabus 🚀 Learn and practice core data structures interactively!
A-Herzog / WarteschlangensimulatorWarteschlangensimulator is a free, platform independent, discrete-event, stochastic simulator which allows to model queueing systems in form of flowcharts.
AsyncFlow-Sim / AsyncFlowScenario-driven simulator for async distributed systems: declare topologies, run simulations, measure latency/throughput, resource usage and see where bottlenecks emerge.
marselester / CapacityCapacity management demo based on Jon Moore's talk https://www.youtube.com/watch?v=m64SWl9bfvk.
A-Herzog / Callcenter SimulatorCallcenter Simulator is a free, platform-independent program for the analysis of staffing requirements in a call center. The simulator uses event-oriented, stochastic simulation for the computation of the parameters.
TashinParvez / DSA 1 UIUA complete repository of Data Structures & Algorithms I (DSA 1) for United International University (UIU) students, featuring theory notes, lab solutions, and problem-solving examples. Covers Arrays, Linked Lists, Stacks, Queues, Trees, Graphs, Sorting, Recursion, and more. Ideal for exam prep and coding practice.
HankerZheng / Basic Calculator For Queueing TheoryThis repository implements the calculation for 2 types of queues in the Queue Theory, namely, the M/M/c Queue and the M/M/c/c Queue.
AbdeltwabMF / Queueing ModelsimQueueing Models Simulator.
BUILTNYU / EVQUARIUMEVQUARIUM is an evaluation tool that quantifies the accessibility of EV charging station locations using queueing and graph theory. Given a zonal distribution of EVs with access times to charging stations, it outputs the access patterns and social impacts under equilibrium.
KaramiMostafa / SimulatingAChargingStationSimulation of a renewable powered charging station for electric vehicles (EVs).
ImanRHT / MM1K Queue SimulationA Performance Analysis of the M/M/1/K Queue Model via Discrete Event Simulation with Varied Service Orders
GaoHuaTJ / QueueingTheorySimulation Matlab Supermarket这是一个使用Matlab对超市排队系统进行模拟仿真项目
A-Herzog / Mini Callcenter SimulatorMini Callcenter Simulator simulates a call center and takes into account many parameters not covered by the Erlang C formula.
VividCortex / Approx Queueing TheoryApproximations to the Erlang C queue length formula for M/M/n queues
M0D4 / In The Queue PleaseImplementing the Deterministic and Stochastic Models in Queuing Theory, including graph result (if exists for a model).
hackfengJam / HelloAlgorithm😋 list the most commonly used data structures, we’ll implement them. (including: Array, Heap, Stack, Queue, List, BST, Segment Tree, Trie, Union Find, AVL Tree, Red-Black Tree, Hash Table, Graph Theory)