Filtro

Minhas pesquisas recentes
Filtrar por:
Orçamento
para
para
para
Tipo
Habilidades
Idiomas
    Estado do Trabalho
    1,082 fifo trabalhos encontrados, preços em USD

    Please, read the attached readme.doc. This assignment requires very well understanding of the various process scheduling algorithms (like FIFO scheduling algorithm). ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 3) Exclusive and complete copyrights to all work purchased. (No GPL, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site). ## Platform Windows XP

    $17 (Avg Bid)
    $17 Média
    3 ofertas

    ...considered as one clock tick. If the simple round robin is being used, the dispatcher picks the next process to run on every next clock tick. If 2 queues are being used, the sceduler runs processes with higher priority for 2 clock ticks and lower priority for one clock tick, alternating between queues. The driver simulates running of a process by generating a random reference to a page (you can choose FIFO or LRU to manage page replacements; you may incorporate a program from the first assignment). Program should print a) sizes, b) lifetimes, c) the moments of creation, d) the moments of completion of generated processes, e) reference strings for both processes, indicating page faults. Determine and submit the average turnaround time for each run. ## Deliverables 1) Complete a...

    $15 - $20
    $15 - $20
    0 ofertas

    ...replacement. The replaced entry is not written to disk. You can use any replacement policy for disk cache i.e. FCFS etc.,.In SSTFs, requests to the same track are to be processed in first-come first-served basis. You need to look at Disk::read() and Disk::write() to see how current disk schedulers work. Parameterize the scheduler types and (the size of the cache). Measure the cache hit ratios for FIFO+ and SSTF+. Measure the total seek times for the four modifications will be made to disk.C and disk.H only. Clearly mark all new and/or changed lines with any marker/commentsThe program should give output to convince that solution is correct. (hit ratio and seek time) ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete so...

    $85 (Avg Bid)
    $85 Média
    1 ofertas

    Description: Write a program java or c++ to simulate the FIFO ,LRU, LFU, MFU page replacement algorithms. INPUT/PROCESSING: The data input file for the program is input4.dat. Contents are displayed below: 4 012221223414 4 123401234403 2 123409231478 1 123409872408723 7 87120341240237 8 9793382291741023456789123 5 938371260002235371310233 7 99933822917403489123 7 1741234891238229174 4 174123480987240872374 3 83712672223537173023392314 6 013462823414 8 123401234403 2 12344565478 6 123409872408723 5 8712034532237 6 9793332045067423 7 4234668681310233 6 99933822903465457225819680570123 9 1741234891238229174 2 174123480987240872374 3 8371267222364173023392314 Each line of the input file is <= 80 characters in length and contains the following information. The first line will denote th...

    $48 (Avg Bid)
    $48 Média
    2 ofertas

    ...transfers control from one process to the other. Demonstrate the functionality of these by implementing a two process system that prints a random number of lines then yields. Be sure to implement an actual run queue using the FIFO that must be implmented in the next section. * Implement a muxtex that uses a separate FIFO to transfer processes that are waiting to get into the critical section from the run queue. Two functions *mutex_in and mutex_out* must be implemented along with a modified sample of the above test processes to demonstrate. This section must implement a FIFO of Process Control Blocks that will be used by both the pcreate/yield functions and the mutex_in/mutex_out functions. * Implement the Dining Philosophers' problem that hap...

    $21 (Avg Bid)
    $21 Média
    1 ofertas
    ROUND ROBIN Encerrado left

    ...If the simple round robin is being used, the dispatcher picks the next process to run on every next clock tick. If two queues are being used, the scheduler runs processes with higher priority for two clock ticks and processes with lower priority for one clock tick, alternating between the queues. The driver simulates running of a process by generating a random reference to a page (you can choose FIFO or LRU to manage page replacements; you may incorporate a program from the attachement!!!!) Hand in the text of the programs and one run for each version. Your programs should print out: a)sizes, b) lifetimes, c) the moments of creation, d) the moments of completion of generated processes, e) reference strings for both processes, indicating page faults. Determine and submit the av...

    $15 (Avg Bid)
    $15 Média
    3 ofertas
    FIFO/LRU Encerrado left

    Write two programs that simulate two versions of a paging memory management system - one based on FIFO algorithm, another one based on LRU (for LRU, you can use either system of counters associated with frames, or a stack). Make the following assumptions: a) the size of the internal memory is 40K, and it is divided into 10 page frames; b) the system loads and runs one process; the length of the process is 80K (thus, it is to be divided into 20 pages). Your driver program will be a loop running 40 times. On each run of the loop, it randomly generates a reference to a page in the process (a number in the range from 0 to 19) and makes sure that the referenced page gets a page frame. The driver will count and print out the total number of page faults; every time when a page fault occ...

    $13 (Avg Bid)
    $13 Média
    2 ofertas

    Need a program implemented in C++ that simulates two versions of a paging memory management system, one FIFO-based and the other LRU-based(Least Recently Used). The **FIFO** version must use a **linked list** to represent a queue. The **LRU** version must use a **stack** and a **doubly linked list** . Program Assumptions: 1)the size of the internal memory is 40K, and is divided into 10 page frames. 2)the system loads and runs one process; the length of the process is 80K and is to be divided into 20 pages. Program will be a loop running 40 times. On each run of the loop, it randomly generates a reference to a page in the process(a number from 0 - 19) and makes sure that the referenced page gets a frame. The program will count and print out the total nu...

    $16 (Avg Bid)
    $16 Média
    8 ofertas

    Need a program implemented in C++ that simulates two versions of a paging memory management system, one FIFO-based and the other LRU-based(Least Recently Used). The **FIFO** version must use a **linked list** to represent a queue. The **LRU** version must use a **stack** and a **doubly linked list** . Program Assumptions: 1)the size of the internal memory is 40K, and is divided into 10 page frames. 2)the system loads and runs one process; the length of the process is 80K and is to be divided into 20 pages. Program will be a loop running 40 times. On each run of the loop, it randomly generates a reference to a page in the process(a number from 0 - 19) and makes sure that the referenced page gets a frame. The program will count and print out the tota...

    $22 (Avg Bid)
    $22 Média
    9 ofertas
    banker Encerrado left

    ...and processed by that teller. Different customers have different processing requirements and it takes some number of *clock ticks* to process a customer 2] The following commands will be used. Open - open a closed teller (opening an open teller is an error). Close - close an open teller (closing a closed teller or a teller that has a current customer is an error). Wait - add a customer (FIFO) to the waiting line. Time - some amount of time passes before the next action. Print - print current data about the status of the simulation. ## Deliverables 1. 3] The commands will be supplied one per line. Each command (except *Print*) must have an associated argument. *Close* and *Open*, will have a teller number. *Time* will have some number of clock ticks. The *Wait* ...

    $50 (Avg Bid)
    $50 Média
    11 ofertas

    MAS90 currently uses LAST COST to calculate the sales price on a "cost plus markup" item. For Instance: Inventory cost tiers show these item in inventory for item #1234 5 at 10.00 ea 10 at 10.50 ea Inventory valuation is $155.00 (correct). But when you sell 6 of these items (even if the system is set to FIFO) the sales order module calculates 6 at 10.50. I need it to calculate 3 at 10.00 and 3 at 10.50. We do not have the MAS90 code, only master developers do. We may be able to do this using the crystal report designer and a couple of user definable fields, But I need some help to see if it's posible. Thanks John ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all wor...

    $85 (Avg Bid)
    $85 Média
    1 ofertas

    Write a program to simulate the page replacement process in a virtual memory system. There is only one program. Assume the program consists of 1000 pages and that initially all pages are in backing store and that main memory is empty. Implement both the FIFO and LRU page replacement algorithms. Copy pages to backing store only if they have been modified. Input to the program will consist of the following information. No particular line fomat is assumed. Fields are to be separated by white space. -string= Replacement Algorithm: FIFO or LRU -int= Number of page frames -int= Trace: 0=no trace; 1=trace each paging action -int;char= Page reference: page number + R for read or W for write =... Repeat page references to end-of-file A trace entry is triggered each time a page is read...

    $32 (Avg Bid)
    $32 Média
    18 ofertas

    ...depending upon the key words in the text The updating would involve two functions.. the first would be to update a webpage by placing part of the content of the email in a new line on the webpage. The second function would be to update a section on the main page of the website by placing the some of the content. It would also be required to remove a line in order to maintain only the last 4 emails, a FIFO (first in first off basis) a small form would be created so that i can specify what content to look for and where to place the files I would also like a script that I could cut and past a report with both text and graphics and then have that report uploaded and stored on my website as well have a link created on an index page as well as have update a 4 title section on the main ...

    $325 (Avg Bid)
    $325 Média
    3 ofertas

    Computer B has 16 pages of virtual address space but only four page frames. Initially, the memory is empty. A program references the virtual pages in the order: 0, 7, 2, 7, 5, 8, 9, 2, 4 i. If Least-Recently-Used (LRU) page replacement policy is used, show which pagereferences result in Page Faults, and the final contents of the physical memory. ii. If First-In-First-Out (FIFO) page replacement policy is used, show which page references result in Page Faults, and the final contents of the physical memory. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Comple...

    $11 (Avg Bid)
    $11 Média
    2 ofertas

    ... above. Display 2 two-dimensional arrays if required. Begin the search. according to the following pseudo code. insert the start vertex into a queue label the distance of the vertex as 0 while the queue is not empty extract the front vertex from the queue if this is the end vertex, stop for every neighbor of the vertex if it's not in the queue, insert it, and label it with distance + 1 A fifo queue is to be used. Adjacency lists are often used to find the neighbours but this is too complicated for what i want so if possible use an easier method for identifying the neighbours. 0 1 2 3 4 0 1-1 1 * * 1 * 1 * *-3 2 * * * *-3 3 * * * *-3 4 * *-2 *-3 5 * * * * * 0 1 2 3 4 0 1-1 1 3 4 1 2 1 2 3-3 2 3 2 3 4-3 3 4 3 4 5-3 4 5 4-2 *-3 5 * 5 * * * When the target is found display the a...

    $40 (Avg Bid)
    $40 Média
    2 ofertas
    couple of functions Encerrado left

    ...remove from the list the string with the highest priority value up to, and including, the value passed as its argument, and return the string so removed. The reference parameter is reset to the actual priority of the affected string. Where there are more than one string in the list with the nominated priority, the "oldest" string is to be removed and returned, i.e., each priority level behaves as a FIFO list. and thats it make sure you open the 2 extra documents I enclosed for requirements and format ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2)must be written in C language 3)unix platform 4)psuedo code is required 5)must satisfy and complete additional documents i enclosed ...

    $11 (Avg Bid)
    $11 Média
    4 ofertas
    Two functions Encerrado left

    ...remove from the list the string with the highest priority value up to, and including, the value passed as its argument, and return the string so removed. The reference parameter is reset to the actual priority of the affected string. Where there are more than one string in the list with the nominated priority, the "oldest" string is to be removed and returned, i.e., each priority level behaves as a FIFO list. and thats it make sure you open the 2 extra documents I enclosed for requirements and format ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) must be ready and delivered by 16/04/2003 3) C language is to be used to this assignment 4) please note an extremely advanced profe...

    $15 (Avg Bid)
    $15 Média
    23 ofertas
    SP1 Encerrado left

    You are required to design, implement and test two functions as specified: st_priority_load( ) takes one integer and one string parameter (in that order). The string is add...remove from the list the string with the highest priority value up to, and including, the value passed as its argument, and return the string so removed. The reference parameter is reset to the actual priority of the affected string. Where there are more than one string in the list with the nominated priority, the "oldest" string is to be removed and returned, i.e., each priority level behaves as a FIFO list. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2)This software code should run on C compiler. ## Pl...

    $17 (Avg Bid)
    $17 Média
    5 ofertas
    SystemProgramming Encerrado left

    You are required to design, implement and test two functions as specified: st_priority_loa...remove from the list the string with the highest priority value up to, and including, the value passed as its argument, and return the string so removed. The reference parameter is reset to the actual priority of the affected string. Where there are more than one string in the list with the nominated priority, the "oldest" string is to be removed and returned, i.e., each priority level behaves as a FIFO list. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) The compiler is C compiler, please make sure that it runs on a C compiler. 3) Pseudo code is required. ## Platform the operating s...

    $13 (Avg Bid)
    $13 Média
    16 ofertas

    ...must follow the following: a)Thread Safe. b)Source code must be provided. c)Development Environment Microsoft Visual Studio 6 must support for Standard C Library & Windows DLL. d)Makefile for Linux/Unix must be provided. e)Support for RTS/CTS and DSR/DTR hardware handshaking, and XON/XOFF software flow control. f)Basic Functions: 1) Open_Port 2) Write_Port 3) Receive_Port 4) Close_Port e)Restores FIFO state properly when port is closed. f)Support port controls. 1) Baud rates to 115,200 2) Odd, Even, No parity. 3) 5, 6, 7, or 8 data bits 4) 1, 1 1/2, or 2 stop bits 5) XON/XOFF software flow control 6) RTS/CTS, and DSR/DTR handshaking g) The number of ports is dependent upon hardware only. h) Being able to: 1)Read a character, string, block 2)Read a string 3)Read a block 4)Writ...

    $44 (Avg Bid)
    $44 Média
    2 ofertas

    ...Server 2000 for larger to medium size organizations. It is easy to operate and contains the following. Final Accounts(Journal entries to Balance sheet) The user posts bulk entries into the journal book and the remaining process including Ledgers, Trail balance, Trading Profit&Loss Account, Balance sheet report can be gained within seconds just after a few clicks!. Inventory Control System (Lifo, Fifo) The above mentioned applications can also be gained with Complete Source Code. The code related applications are helpful specially for advance and intermediate VB, SQL developers who want to be guru into the Software Accounting Development. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. ...

    $4031 (Avg Bid)
    $4031 Média
    31 ofertas

    ...Server 2000 for larger to medium size organizations is available for Sale. Easy to operate. Final Accounts(Journal entries to Balance sheet) The user posts bulk entries into the journal book and the remaining process including Ledgers, Trail balance, Trading Profit&Loss Account, Balance sheet report can be gained within seconds just after a few clicks!. Payroll System Inventory Control System (Lifo, Fifo) The above mentioned applications can also be gained with Complete Source Code. The code related application would be helpful specially for advance and intermediate VB, SQL developers who want to be guru into the Software Accounting Development. For contact directly please follow me developermcp(attherateof)hotmaildotcom Thankyou ## Deliverables 1) Complete and fully-funct...

    PHP
    $9512 (Avg Bid)
    $9512 Média
    43 ofertas

    ...2000 for medium and large size organizations is available. More Easy to operate. 1-Financial Accounts(Journal entries to Balance sheet). The user posts bulk entries into the journal book and the remaining process including Ledgers, Trail balance, Trading Profit&Loss Account, Balance sheet report can be gained within seconds just after a few clicks!. Payroll System Inventory Control System (Lifo, Fifo) All the above mentioned applications can also be obtained with Complete Source Code. The code related application would be helpful specially for advance and intermediate VB, SQL developers who want to be guru into the Software Accounting contacting Directly(syedatif2001 attherate yahoocom) ## Deliverables 1) Complete and fully-functional working program(s) in executable form

    PHP
    $5000 - $25000
    $5000 - $25000
    0 ofertas

    ...medium to large size organization is ready, any person can operate it easily. **Final Accounts**(Journal entries to Balance sheet) The user posts bulk entries into the journal book and the remaining process including Ledgers, Trail balance, Trading Profit&Loss Account, Balance sheet report can be gained within seconds just after a few clicks!. **Payroll System** **Inventory Control System (Lifo, Fifo)** All the above mentioned applications can also be obtained with Complete Source Code. The code related application would be helpful specially for advance and intermediate VB, SQL developers who want to be guru into the Software Accounting Development. Interested Parties can link me on atif227(attherate)hotmailcom ## Deliverables 1) Complete and fully-functional working progr...

    $5000 - $25000
    $5000 - $25000
    0 ofertas
    Finance Accounting Encerrado left

    ...from larger to medium size organizations is available for sale. Easy to operate. **Final Accounts**(Journal entries to Balance sheet) The user posts bulk entries into the journal book and the remaining process including Ledgers, Trail balance, Trading Profit&Loss Account, Balance sheet report can be gained within seconds just after a few clicks!. **Payroll System** **Inventory Control System (Lifo, Fifo)** All the above mentioned applications can also be gained with Complete Source Code. The code related application would be helpful specially for advance and intermediate VB, SQL developers who want to be guru into the Software Accounting Development. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of al...

    PHP
    $5288 (Avg Bid)
    $5288 Média
    9 ofertas
    Locking algorithme Encerrado left

    ...access the dll. What I want to do in my code is: P() V() the function P() implements the Lock and Wait function. If no other timer has called P(), then it immediately returns. If a timer called P(), but hasn't called V() yet, the function waits till V() has been called by the other timer , then returns. If several threads call P() while another thread still hasn't called V(), they need to be queued FIFO, and should be released one by one on each call of V() 1 more example timer1: P() ' gets the exclusive use timer2: P() ' finds lock is in use, and has to wait timer1: V() ' thread 1 releases lock, automaticly thread 2 continues. timer2: V() ' timer2 releases exlcusive use Waiting means, holds the function call, and allows the OS to something else, til...

    $30 - $5000
    $30 - $5000
    0 ofertas
    Financial Accounting Encerrado left

    ...organizations is available for sale. Easy to Operate. **Finance Accounts** (Journal entries, Ledgers, Trading ProfitLoss Account, Balance sheet etc.). The user posts bulk entries into the journal book and the remaining process including Ledgers, Trail balance, Trading ProfitLoss Account, Balance sheet reports can be gained within seconds just after a few clicks!. **Inventory Control System (Lifo, Fifo)** **Payroll System** All the above mentioned applications can also be gained with Complete Source Code. The code related application would be helpful specially for advance and intermediate VB, SQL developers who want to be guru into the Accounting Development software environment. ## Deliverables Complete and fully-functional working program(s) in executable form as well as comp...

    PHP
    $45 (Avg Bid)
    $45 Média
    26 ofertas

    Description In this project, you will be designing a cache simulator. The simulator must be able to handle the following characteristics: Cache Sizes: 1024, 2048, 4096, 8192, 16384 bytes Associativities: Direct Mapped, 2-way, 4-way, 8-way Replacement Policy: LRU, FIFO Block size: 16 bytes. The cache simulator should keep track of misses for each combination of size, associativity, and replacement policy. The input to your program will be a sequence of addresses. For each address, you should simulate a read from the cache. Therefore, given an address you would first check to see if it is contained in the cache. If it isn't, you would increment the number of misses and update the cache using the replacement policies. Assume the size of an address is 32 bits. You are provided with...

    $30 - $5000
    $30 - $5000
    0 ofertas
    Simulation Program 1 Encerrado left

    Coal trains arrive to an unloading facility with independent exponential interarrival times with mean 10 hours. If a train arrives and finds the system idle, the train is unloaded immediately. Unloading times for the train are independent and distributed uniformly between 3.5 and 4.5 hours. If a train arrives to a bust system, it joins a FIFO queue, The situation is complicated by what the railroad call "hogging out." In particular, a train crew can work for only 12 hours, and a train cannot be unloaded without a crew present. When a train arrives, the remaining crew time (out of 12 hours) is independent and distributed uniformly between 6 and 11 hours. When a crew's 12 hours expire, it leaves immediately and a replacement crew is called. The amount of time between wh...

    $58 (Avg Bid)
    $58 Média
    10 ofertas
    library of queues Encerrado left

    ...queues. Your library will create and perform several useful functions on queues. You will implement this library with a class. The name of your class MUST be queue The elements in the queue you will be creating are integers. A queue can contain any number integers, or none at all. The order of integers in the queue is important. Also, a queue can contain many instances of a number. The queues are FIFO queues. This means that the first elements in the queue are the first ones to be removed from the queue. Your library must follow these specifications: Allow user to create objects of type queue, both empty and nonempty. Format: queue data; /* Empty queue */ Format: queue data(A, 5); /* A is an int[], 5 is the number of elements in A to add to data in the same order they appear in t...

    $62 (Avg Bid)
    $62 Média
    8 ofertas
    queue libraries Encerrado left

    ...library ONLY. Your code will not have a main. Here is a sample main.C. Do not submit this file. Your library will be tested with this main, as well as many others. The elements in the queue you will be creating are integers. A queue can contain any number integers, or none at all. The order of integers in the queue is important. Also, a queue can contain many instances of a number. The queues are FIFO queues. This means that the first elements in the queue are the first ones to be removed from the queue. Your library must follow these specifications: Allow user to create objects of type queue, both empty and nonempty. Format: queue data; /* Empty queue */ Format: queue data(A, 5); /* A is an int[], 5 is the number of elements in A to add to data in the same order they appear in t...

    $14 (Avg Bid)
    $14 Média
    10 ofertas
    A Queue Class Encerrado left

    Implement a FIFO, First-In-First-Out, data structure, also known as a "queue." A queue satisfies these rules: 1) It stores data for us; if we have a queue object, say q, then when we want q to store a number, say 7.3, we "add" it to the queue with a call: (7.3). 7.3 is then placed into the queue q and then joins the other numbers that were on the queue. 2) Whenever we go to retreive data called "removing") from the queue, the number we get will always be the "oldest" item that we added. So if we call () 10 times after the first Add() above, and then we "remove" a number from the queue, the number returned by the Remove() method will the be 7.3. This also has the effect of removing 7.3 from the queue, so it is no longer there. If y...

    $37 (Avg Bid)
    $37 Média
    7 ofertas

    Artigos da Comunidade dos Principais fifo