Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
0 Endorsements
Ranked #72.7K
~4K People Reached
Favorite Forums
Favorite Tags
java x 2
Member Avatar for lmb004

Yeah, this is homework, but I have spent many hours and have asked many other students at my school to help and so far we haven't solved my problem. I am trying to write a program to figure out the first fit, best fit, and worst fit. I have randomly …

Member Avatar for kvprajapati
1
3K
Member Avatar for black_berry

Hello, I am trying to do a first fit allocation in java my problem is how do i keep track of which memory block i have cheked and if there are no suitable blocks put the job in a waiting queue. Thanks for all help [CODE] import java.util.*; import java.util.Scanner; …

Member Avatar for ACW1989
0
712
Member Avatar for black_berry

Hello, I have been trying to turn this pesudo code into java code but i have been unsuccessfull. I need help doing this and any help would be appriciated 1.Initialise memory_block(0) = 99999 2.Computer initial_memory_waste = memory_block(0) – job_size 3.Inialise subscript = 0 4.Set counter to 1 5.Do while counter …

Member Avatar for black_berry
0
103