IT Practicals

Contributed by MoreOnWeb.com

Pages

▼
Thursday, 21 April 2016

Chi Square Test

›
import java.io.*; class Main {             public static void main(String args[])             {                      ...

Infinite Markovian

›
#include<stdio.h> #include<conio.h> #include<math.h> struct infi { int s; float m,l,p,lq,w,wq; }; void main() {...

Uniform Distribution

›
#include<stdio.h> #include<conio.h> #include<dos.h> #include<graphics.h> #include<stdlib.h> float f[20],...

Poisson Distribution

›
#include<stdio.h> #include<math.h> #include<dos.h> #include<conio.h> #include<stdlib.h> #include<grap...

Random Number

›
#include<stdio.h> #include<conio.h> int a,x[20],M,c,i; float r[20]; void main() { clrscr(); printf("\nEnter va...

M,N Inventory System

›
/* DESCRIPTION; IN simulating real world systems on computer like a Inventory system of some manufacturing or supply sector consisting of...

Two Channel Queuing System

›
#include<stdio.h> #include<conio.h> #include<stdlib.h> void main() { int nt,np,i,j; int t[10],at[10],bt[10]; f...
1 comment:
›
Home
View web version

Bloggers...

  • Unknown
  • Unknown
Powered by Blogger.