management information systems
Wednesday, November 2, 2011
MANAGEMENT INFORMATION SYSTEMS
›
MIS – adalah satu dari banyak mata kuliah yang diberikan kepada mahasiswa TeknikIndustri, Universitas Indonesia Sesuai namanya, MIS adalah...
Tuesday, October 25, 2011
Coding for distributions (geometric/weibull)
›
#include #include #include long fact(int n) { if(n return 1; else return n*fact(n-1); } double geomean(int x...
Coding for M/M/1 server
›
#include #include void main() { int i,a,d,arrival[11],clock=0,inter[]={2,3,1,4,1,6,1,1,5,2,1},service[]= {2,5,4,3,3,5,6,6,6,3,2}; int wait[1...
Wednesday, October 19, 2011
Simulation & Modeling (ASSIGNMENTS) [LAB + Theory}
›
Roll No. Assignments 2032,4501 Music Shop Inventory Problem,Simulation of computer system 4502,4506 Web Simulation, 4507,4568...
Tuesday, October 18, 2011
Simulation & Modeling Software
›
We can understand computer simulation language as the language which describes operation of a simulation on a computer. It can be broadly ca...
Monday, October 17, 2011
Simulation Software
›
Discuss the following periods in simulation history? a. The period of Search: Simulation was conducted in FORTRAN and other gernal purpo...
Linear Congruential method ( Random Number generation )
›
#include #include #define true 1 #define false 0 void main() { int x[30]; int flag=true,i,a,c,m,x0; float r[30]; printf("\n Enter a,c,m...
›
Home
View web version