#include<stdio.h> #include<string.h> #define INFINITY 999 int DJ(int adj[][100], int src,int dst); char path[100]; int n; main(...
Read More
Home / Archive for August 2014
MVT C program
#include<stdio.h> #define M 100 void allocate(); void deallocate(); void display(); int tm,os,tavtm,avtm,ch,ps,psa[M],start[M],e...
Read More
Indexed File Allocation c program
#include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Indexed { char n...
Read More
Linked File Allocation c program
#include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Link { char n[30...
Read More
Contiguous File Allocation
#include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Sequence { char ...
Read More
OS & CN LAB PROGRAMS
1. BYTESTUFF #include<stdio.h> struct FRAME { char flag; char Data[50]; }F; void send(char[]); void receive(); char e...
Read More
Subscribe to:
Posts
(
Atom
)