Langsung aja,. cekincot broo
#include<stdio.h>
#include<conio.h>
int tree[2050],i,j,k;
void
segmentalloc(int,int),makedivided(int),makefree(int),printing(int,int);
int place(int),power(int,int);
main()
{
int totsize,cho,req;
clrscr();
for(i=0;i<80;i++) printf("%c",5);
printf(" \n B U D D Y S Y S T E M R E Q U I R E M E N T S \n");
for(i=0;i<80;i++) printf("%c",5);
printf("\n * Masukkan ukuran memori : ");
scanf("%d",&totsize);
clrscr();
while(1)
{
for(i=0;i<80;i++) printf("%c",5);
printf("\n B U D D Y S Y S T E M \n");
for(i=0;i<80;i++) printf("%c",5);
printf("\n * 1) Alokasikan proses ke dalam memori");
printf("\n * 2) Hapus proses dari memori");
printf("\n * 3)...
Senin, 09 Desember 2013
Jumat, 04 Mei 2012
Pengendalian umum dan aplikasi
Normal 0 false false false EN-US X-NONE X-NONE
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
...