ThunderTech

  • Home
  • Categories
    • Technology
    • Tricks n Tips
    • Reviews
    • HowTheStuffWorks
    • C Programs
  • About
  • Contact
  • Privacy Policy

Categories

  • C programs
  • HowTheStuffWorks
  • Reviews
  • Technology
  • Tricks & Tips
  • zfeatured

Sponsor

Home / Archive for August 2014
Dijkstra's algorithm(Shortest Path)  C program

Dijkstra's algorithm(Shortest Path) C program

Santhosh 03:21 Add Comment Edit
#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
MVT C program

MVT C program

Santhosh 04:02 2 Comments Edit
#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
MFT C program

MFT C program

Santhosh 08:22 1 Comment Edit
#include<stdio.h> #define M 100 void allocate(); void display(); int ps[30],ch,avtm,os,tm,i,j,k,n,ts,tinf=0,pts[30],inf[30],start...
Read More
Indexed File Allocation c program

Indexed File Allocation c program

Santhosh 08:55 Add Comment Edit
#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

Linked File Allocation c program

Santhosh 08:54 Add Comment Edit
#include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Link {     char n[30...
Read More
Contiguous File Allocation

Contiguous File Allocation

Santhosh 08:53 Add Comment Edit
#include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Sequence {     char ...
Read More
OS & CN LAB PROGRAMS

OS & CN LAB PROGRAMS

Santhosh 06:12 Add Comment Edit
1. BYTESTUFF #include<stdio.h> struct FRAME {   char flag;   char Data[50]; }F; void send(char[]); void receive(); char e...
Read More
Pages 1 of 22 123456789NextLast
Subscribe to: Posts ( Atom )
  • Popular Post
  • Archive
  • Category

Popular Posts

  • Linked File Allocation c program
    #include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Link {     char n[30...
  • Indexed File Allocation c program
    #include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Indexed {     char n...
  • Contiguous File Allocation
    #include<stdio.h> #define TB 100 void allocate(); void deallocate(); void display(); int BFull(); struct Sequence {     char ...
  • 'Gangnam Style' breaks YouTube's view counter, Psy keeps dancing
    Psy’s done it again. The snazzy, relentlessly over-the-top Korean pop star who took the world by storm with his “Gangnam Style” video in ...
  • MFT C program
    #include<stdio.h> #define M 100 void allocate(); void display(); int ps[30],ch,avtm,os,tm,i,j,k,n,ts,tinf=0,pts[30],inf[30],start...
  • Say ‘goodbye’ to Captcha: Google launches new tool to check if you’re a robot
    Say “goodbye” to those annoying textboxes with distorted characters, or CAPTCHAs, which aim to check if you are a robot. Google has deve...
  • Get over Facebook and Instagram: Here are some upcoming apps to watch out for in 2015
                                                     The Storehouse app Uber, Facebook, Instagram — sure, they’ve been all the rage, but...
  • Gorilla Glass 4 claims to be two times tougher than competitive glasses
    2 These days a scratch-resistant display has become a crucial feature while buying a smartphones. After all, those w...
  • 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...
  • Spartan: Microsoft working on a new Chrome-like browser for WIndows 10, is IE on the way out?
    W hile   we had expected Microsoft to bring some big changes to IE in Windows 10, looks like the software giant is all set to introduc...

Blog Archive

  • ►  2017 (10)
    • ►  January (10)
  • ►  2015 (42)
    • ►  May (20)
    • ►  January (22)
  • ▼  2014 (147)
    • ►  December (8)
    • ►  November (34)
    • ▼  August (7)
      • Dijkstra's algorithm(Shortest Path) C program
      • MVT C program
      • MFT C program
      • Indexed File Allocation c program
      • Linked File Allocation c program
      • Contiguous File Allocation
      • OS & CN LAB PROGRAMS
    • ►  July (1)
    • ►  May (27)
    • ►  April (70)

Labels

  • C programs
  • HowTheStuffWorks
  • Reviews
  • Technology
  • Tricks & Tips
  • zfeatured

Sponsor

Find Me On Facebook

Santhosh Kumar | Create Your Badge

Wikipedia

Search results

Labels

  • C programs
  • HowTheStuffWorks
  • Reviews
  • Technology
  • Tricks & Tips
  • zfeatured
Copyright © 2017 ThunderTech / Designed By : San$ ThemeXpose