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...
User Profile
Collapse
-
a code using visual basic.. first come first serve
i want to translate this into turbo C++ but shortest job first NP...Leave a comment:
-
scheduling program
im looking for a codes of scheduling w/c is shortest job first(non preEmptive) in operating system using a c++ language..
No activity results to display
Show More
Leave a comment: