Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 7 of 7

Thread: Help with my CPU Scheduler

  1. #1
    Junior Member
    Join Date
    Oct 2011
    Posts
    15
    My Mood
    Nerdy
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Help with my CPU Scheduler

    My CPU Scheduler will be passed two weeks after.So please help me on completing my work.
    Im having difficulties on finding out some logic here in my project.Can you help me with these?It'll help me a lot.This is how it should work:the user will select what kind of Scheduling he/she desires(Multi-level Queue or Multi-level Feedback),then different algorithms will be selected based on what he/she like(RR,SJF-P,SJF-NP and FCFS).For more info refer to this..Scheduling Algorithms...
    This is my project,GUI-MultilevelScheduler.rar hope you will help me guys as soon as possible.Thanks in advance.
    Last edited by HacKofDeatH; October 7th, 2011 at 06:56 AM.


  2. #2

    Default Re: Help with my CPU Scheduler

    You're going to have to post more information on this forum.
    Kenneth Walter
    Software Developer
    http://kennywalter.com

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Help with my CPU Scheduler

    First, do not post the same question twice to the forums. Your other post has been deleted.

    Second, posting download links - especially with a username such as yourself - is not encouraged. Post code directly to the forums.

    Third, I can't speak for everyone...but myself - I find all that different large font not only distracting, but almost rude and very much similar to what a troll would post.

    Lastly, I recommend reading the following link to help you phrase your posts in a manner which will encourage folks to respond.
    How To Ask Questions The Smart Way

  4. #4

    Default Re: Help with my CPU Scheduler

    I'm with copeg
    Kenneth Walter
    Software Developer
    http://kennywalter.com

  5. #5
    Junior Member
    Join Date
    Oct 2011
    Posts
    15
    My Mood
    Nerdy
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help with my CPU Scheduler

    I'm so sorry.I'm a newbie here and eager to seek some help to guys like you.Thanks for those tips,and I apologize to all of you guys..

  6. #6
    Member
    Join Date
    Mar 2010
    Posts
    271
    Thanks
    21
    Thanked 7 Times in 7 Posts

    Default Re: Help with my CPU Scheduler

    Copy the code in your file and post it here using this tags, [ Higlight = java ] //code goes here [/ highlight ]. Be sure to cut out any unnecessary code. And please type in size 12 fonts.

  7. #7
    Junior Member
    Join Date
    Oct 2011
    Posts
    15
    My Mood
    Nerdy
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Help with my CPU Scheduler

    thanks..that's a great tip..

Similar Threads

  1. Help with Quartz scheduler
    By ftom2 in forum Java Theory & Questions
    Replies: 0
    Last Post: March 14th, 2011, 11:28 AM