Computers & Internet Logo

Related Topics:

Posted on Sep 02, 2009
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

I want the code in c language on round robin algorithm

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Scholar:

An expert who has written 20 answers of more than 400 characters.

  • Expert 88 Answers
  • Posted on Sep 04, 2009
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Governor:

An expert whose answer got voted for 20 times.

Scholar:

An expert who has written 20 answers of more than 400 characters.

Joined: Sep 04, 2009
Answers
88
Questions
5
Helped
49721
Points
272

1)http://www.codeproject.com/KB/cpp/round_robin.aspx

2)http://www.dreamincode.net/forums/showtopic121310.htm.

Both need registration i rec 1) code project , you can download easily after registration

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

What is the code for round robin in visual basic 6.0

That's not a question easily answered in the sense of a "language" (like VB, C or otherwise).

Round-Robin is actually a term for sharing a "time-slice"...

Meaning.. lets say there are 3 parties... each want 70% utilization of the processor (or time)... But.. obviously... 100% is all you have.

So.. How do you "fairly" share the time? There's a couple of ways, round-robin (for interrupts for example on x86 based processors) is a method.

What it means is-- regardless of how much time you want, or need.. the kernel (Operating system) will give you so long to get "whatever you are doing"...Done.

If you don't get it done in time... the next guy gets to do his job..for a similar amount of time... and the next guy.. and then..say-- back to you.

Hence..Round-Robin.. we all get a slice, and if we don't get it done in-time... next time around we'll another slice to get more work done... maybe the other 1 or 2 or N guys... are done, and we'll get move time..maybe others have joined in, and we'll get less-- its to-be-determinned at run-time...

That's not a code answer... I know.. but the question was a little abstract, if you can be more specific (code wise), I may be able to give more of an example..but for now, explaining WHAT it is may be more useful.
0helpful
1answer

Our teacher gave us a project about cpu scheduling, we need to create an application or program about the topic. The problem is he never discussed about cpu scheduling. I tried many research and read about...

Firstly this may be a bit over my head, but, i will try to help u.
CPU scheduling, is all about what the the CPU's priority's are .( Or tasks that come first.) Have you tried a block diagram. ie. a bit like a pyramid Ok got as far as MLQF then done a search on internet.
Well done good one..
0helpful
1answer

I am looking for a motion recognition system with source code. If anyone can help me

Hi,
Here are a few links to get you started:
Video Motion Detection
iSpy
Home surveillance security system
Open Source C# Surveillance Software and Motion Detection

To get more detailed help, please include:
1. The device that you will use for motion detection, e.g webcam, infra-red sensors etc
2. The programming language that you want the source code. Alternatively, you can extract the algorithm from one language and re-write it into your programming language of choice.

Best Wishes.
3helpful
1answer

Question 1: Find out the reasons those have made the UNIX an amazingly successful operating system. What are the Features on existing UNIX based operating systems like Linux Red Hat, Fedora and Ubantu...

Question 4: Consider the following set of processes that arrive in the ready queue at the same time:

Process CPU time

P1 2

P2 1

P3 4

P4 3

P5 1

P6 2



Consider the following scheduling algorithms: FCFS, SJF and Round Robin (quantum = 1)

(i) What is turnaround time of each process for each of the above

scheduling algorithms?

(ii) What is the waiting time of each process for each of the above

algorithms?

0helpful
1answer

How to create round robin program

Could you elaborate more on what a round robin program is?
2helpful
1answer

Round robin c program using fcfs algorithm

Nice try! Find an upper-class student to give you one-on-one tutoring with your homework.
Not finding what you are looking for?

183 views

Ask a Question

Usually answered in minutes!

Top SoftMath Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a SoftMath Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...