User Profile

Collapse

Profile Sidebar

Collapse
cyrine
cyrine
Last Activity: Feb 22 '08, 06:55 PM
Joined: Feb 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cyrine
    replied to scheduling program
    in C
    pls help me to translate this into a visual basic language..

    // PROGRAM FOR SJF - NON PREEMPTIVE SCHE
    // DULING ALGORITHM
    //PREPROCESSOR DIRECTIVES
    #include<stdio. h>
    #include<conio. h>
    #include<string .h>
    #include<iostre am.h>
    //GLOBAL VARIABLES - DECLARATION
    int Twt,Ttt,A[20],Wt[20],n,Bu[20];
    float Att,Awt;
    char pname[20][20];
    //FUNCTION...
    See more | Go to post

    Leave a comment:


  • cyrine
    replied to scheduling program
    in C
    a code using visual basic.. first come first serve
    i want to translate this into turbo C++ but shortest job first NP...
    See more | Go to post

    Leave a comment:


  • cyrine
    started a topic scheduling program
    in C

    scheduling program

    im looking for a codes of scheduling w/c is shortest job first(non preEmptive) in operating system using a c++ language..
    See more | Go to post
No activity results to display
Show More
Working...