*deleted
Printable View
*deleted
Hey, I think you had created a similar thread previously. Isn't that so?
Please, Dont try to post multiple threads...:)
ohh really??? sorry bout that. does it have the solution?? can you link me to that thread??:o
http://www.vbforums.com/showthread.php?t=537523
This is where you had posted the previous one...
But unfortunately, its not answered...:(
I don't have any idea on this section... So, I cant give you any solution for your problem. But try to send a Private Message to some moderators like RobDog, or Si_the_geek or Hack or somebody else, about your problem. Because they are the pineers in programming...:)
Please don't send messages which include the question. Try to post something like in the below format:
You should not post your questions directly as a Private Message. You should make a thread(that's what you have done:)) and then send them the link to that thread....:)Code:Hai pal,
I am having a problem in vb. I had posted the question in here(http://www.vbforums.com/showthread.php?t=537523). Please have a look at it...:)
I think you will be giving some answer to this question...:)
-Regards,
MisterLaO
I think they will be give you good solutions to your problem.....:):wave:
-Good day:)
Akhilesh
So what do you need? Display list of processing of round robin or just the total time?
i need to calculate for the total waitng time for all of the processes to be completed and average waiting time for each processQuote:
Originally Posted by leinad31
Provide additional information. Where is the data coming from? What is the structure of your data? How is it interpreted? Quantum size?
My guess is your trying to force use of single dimension info (just processing length) when per process you also need to keep track of other information such as if it's waiting and how many times, or how long it had to give way to other processes. Have you considered using a user defined type or multiple dimension array to hold the info rather than just a single dimension array?
You can actually simulate this in an excel worksheet... if your a visual type programmer, it should help you identify what other info you need to keep track per pass.
process lengths are user inputed.. also quantum time.. all the program has to do is calculate the total waiting time and average waiting time..
so basically, there will be 3 inputs from the user: number of process, quantum time, and process time for each process.
i dont think you would need multiple dimension arrays on this one?.
Nevermind -.-!!!!!