Avionics lru jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    411 avionics lru jobs found, pricing in USD

    Dear Freelancers, We are currently looking for a DO 178B Freelancer that also knows the Sofware development process according to DO178B and its influence on the ARP 4754A Standard. We are still coordinating with the client in Germany and China about the work that can be done remotely and on-side in Europe/Asia.

    $83 / hr (Avg Bid)
    $83 / hr Avg Bid
    8 bids

    more details will be given in the chat, serious bidder with good mechanical proposal only

    $59 (Avg Bid)
    $59 Avg Bid
    3 bids

    caching strategy by modifying ccnsim sample codes (caching and replacement) and provide a new contribution to give better performance (hit ratio) compared to the one of sample codes such as LRU , LCD. The tools we will be used: • Ccnsim 0,4 • Omnet 5 • Linux OS • C++ Language Ccnsim sample code: Videos for Installation (Omnet, ccnsim): Here ccnsim guide: Also, the following link contains .ova file which contains ccnsim and Omnet++ installed for make it easier

    $155 (Avg Bid)
    $155 Avg Bid
    1 bids

    Virtual Memory Simulation for First-In First-Out (FIFO), Optimal, and Least Recently Used (LRU). Would like done in C

    $25 (Avg Bid)
    Featured
    $25 Avg Bid
    1 bids

    Virtual Memory Simulation for First-In First-Out (FIFO), Optimal, and Least Recently Used (LRU).

    $55 (Avg Bid)
    $55 Avg Bid
    13 bids

    Would you be able to do a cache simulator using fifo lru and nru. Need this done in less than 2 days, let me know if you can do it.

    $80 (Avg Bid)
    $80 Avg Bid
    1 bids

    ...is composed of a number of “lines” or “blocks”. A cache line includes a valid flag, a tag and LRU data. In the real world, it would also include a data block, but for this simulation, the data blocks don’t need to be modeled. To simplify code, we’ll leave it out. For the ARM Cortex-A53 processor, there are two levels of cache. Level 1 is 32KB with 64-byte blocks and is organized as 40way set-associative. Level 2 cache is 1MB with 64-byte blocks but is 16-way. The Cache class should have a constructor which is defined as public Cache(int CacheSize, int BlockSize, int Associativity) The cache itself would be an array of structs containing three parameters: a valid variable, a tag variable and an LRU number. The actual data in the cache...

    $150 (Avg Bid)
    $150 Avg Bid
    1 bids

    design a page replacement algorithm. project must be programmed in c and executed in linux. I am expecting FIFO, LRU, LFU

    $25 (Avg Bid)
    $25 Avg Bid
    4 bids

    to implement several page replacement algorithm like FIFO, optimal, LRU. i need some assistance to program in C implement in linux

    $35 (Avg Bid)
    $35 Avg Bid
    5 bids

    ...composed of a number of “lines” or “blocks”. A cache line includes a valid flag, a tag and LRU data. In the real world, it would also include a data block, but for this simulation, the data blocks don’t need to be modeled. To simplify code, we’ll leave it out. For the ARM Cortex-A53 processor, there are two levels of cache. Level 1 is 32KB with 64-byte blocks and is organized as 40way set-associative. Level 2 cache is 1MB with 64-byte blocks but is 16-way. The Cache class should have a constructor which is defined as public Cache(int CacheSize, int BlockSize, int Associativity) The cache itself would be an array of structs containing three parameters: a valid variable, a tag variable and an LRU number. The actual data in the ca...

    $31 / hr (Avg Bid)
    $31 / hr Avg Bid
    8 bids

    ...composed of a number of “lines” or “blocks”. A cache line includes a valid flag, a tag and LRU data. In the real world, it would also include a data block, but for this simulation, the data blocks don’t need to be modeled. To simplify code, we’ll leave it out. For the ARM Cortex-A53 processor, there are two levels of cache. Level 1 is 32KB with 64-byte blocks and is organized as 40way set-associative. Level 2 cache is 1MB with 64-byte blocks but is 16-way. The Cache class should have a constructor which is defined as public Cache(int CacheSize, int BlockSize, int Associativity) The cache itself would be an array of structs containing three parameters: a valid variable, a tag variable and an LRU number. The actual data in the ca...

    $10 - $30
    $10 - $30
    0 bids

    I have a micro project to write a simulation program for TLB class of virtual memory An entry in the TLB (whether micro- or L2) consists of a valid boolean, a tag, an unsigned 32-bit data field, and an integer which contains LRU (Least Recently Used) data (essentially a clock or cycle value used to show how long ago that entry was last accessed). The TLB constructor takes three parameters, the number of entries in the TLB, the associativity, and the number of bits in the data (physical page number).

    $37 (Avg Bid)
    $37 Avg Bid
    2 bids
    Trophy icon Design my company logo. Ended

    ...Magnetics, LLC. We are focused on making magnetic mounting solutions for automotive accessories. I imagine our logo incorporating an image of a magnetic field and a likeness of an F-14 Tomcat. Some interaction between the two of some kind. Maybe having a magnetic field emanating from the tail section of the plane. This is a veteran owned business and the President has a strong military and avionics background. The "JET" in the company name are the initials of the company founder. His father was a pilot in the Navy so the initials were no accident. *** Update *** I tried posting in the Public Clarification Board but I dont see it so I will update this instead. I liked a few of the ideas people submitted but I would like to remove the aircraft element f...

    $50 (Avg Bid)
    Guaranteed
    $50
    106 entries

    Resolve complex engineering problems associated with support, analysis, and modifications that require ingenuity and innovation. Perform specific engineering and production tasks associated with certifying commercial aircraft. Assist in performing structural...investigations into emergent issues and failures and provide resolution, analyze improvements and develop processes and tools to improve effectiveness, quality, and efficiency of the entire development life cycle. Interface with other members of project engineering, program/product teams, management, and technical staff to define and implement engineering solutions. Engineer may specialize in Interior Avionics, Electrical Systems, Structural/Stress, Design Interior, or Certification. If interested, send you resume and contac...

    $1240 (Avg Bid)
    Local
    $1240 Avg Bid
    7 bids

    ...program, you will write the TLB class. You will be given some general descriptors of what must be in the class, along with a statement of functionality. A set of tests will be prescribed so that you can verify that you've constructed the class correctly. An entry in the TLB (whether micro- or L2) consists of a valid boolean, a tag, an unsigned 32-bit data field, and an integer which contains LRU (Least Recently Used) data (essentially a clock or cycle value used to show how long ago that entry was last accessed). The TLB constructor takes three parameters, the number of entries in the TLB, the associativity, and the number of bits in the TLB tag. The constructor would be declared as: public TLB(int Entries, int Associativity, int TLBTagBits) The class will have three...

    $24 (Avg Bid)
    $24 Avg Bid
    8 bids

    ...ing plugin that we wish to use as a basis for a new plugin. The selected coder will make use of the IP whitelisting/blacklisting plugin found at and deliver to us the following: 1) A NEW plugin that performs whitelisting/blacklisting based on the reverse DNS lookup of IP addresses. 2) The NEW plugin shall make use of LRU cache to store previously looked up values as per the source example in the IP whitelisting plugin. 3) The NEW plugin shall compile against Kong 0.11.0 (not the newer versions). For those developers requiring additional background information: - Kong can be found at - An example of how to write a plugin can be found at

    $200 (Avg Bid)
    $200 Avg Bid
    1 bids

    i want to learn and implement few OS paging algorithms in C like FIFO, LRU , Optimal etc. i need help who can teach me quickly. only bid if you know and you're able to do it.

    $33 (Avg Bid)
    $33 Avg Bid
    1 bids

    Implementing a web proxy server that can cache upto a buffter limit and replaces cache when full through cache replacement algs (FIFO, LRU etc.,) and cache consistency algorithms through CLI.

    $122 (Avg Bid)
    $122 Avg Bid
    5 bids

    For this project you are to implement several page replacement algorithms: FIFO, Optimal, LRU, LFU, and MFU. Again, you must program in C for Linux. Your program will take several items as parameters: The first is the number of frames, and the second is a sequence of integers representing the page references made by some fictional process. Assume that pages are accessed in left-to-right order by the fictional process.

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    You should simulate the following page replacement algorithms: • Random (RAND): The replaced page is selected in random. • First in first out (FIFO): The oldest page in the memory gets replaced. • Least recently used (LRU): The least recently used page in the memory gets replaced. If there are two pages with the same value (the last used time unit), replace the one that is not dirty. If both pages are or neither page is dirty, replace the lower numbered page. • Periodic reference reset (PER): Whenever a page is referenced, its referenced bit is set to 1. After executing every 200 memory references, your program should set all of the referenced bits to zero. When a page fault occurs, first look for an unused page (this will only happen early in your simul...

    $193 (Avg Bid)
    $193 Avg Bid
    10 bids

    I need a program that read from a text file instruction to load/unload, get directions and generate reports of turnaround time and page faults and prints the proccess of each instruction something like this: P 2048 1 //Input line from text file P 2048 1 Assign 2048 bytes to proccess1 Page frames 0-127as...of process 1 Virtual direction: 1. Real direction: 1 The specifications of the simulation are the following 2048 bytes of real memory, pages of 16 bytes A segment of memory reserved for page frames of 2048 bytes A segment of memory reserved for page swapping of 4096 bytes Maximum length of a process is 2048 but process enter entirely in one request (can’t enter by parts) For FIFO and LRU since i need them to generate statistics. The document has more det...

    $40 (Avg Bid)
    $40 Avg Bid
    6 bids

    Correctly reads the files containing the logical addresses Correctly translates logical pages to physical pages Uses a TLB and a page table Page table and TLB are updated as required. Uses either FIFO or LRU to update the TLB

    $51 (Avg Bid)
    $51 Avg Bid
    5 bids

    Windows C oder C++ Freelancer in avionics domain

    $53685 (Avg Bid)
    $53685 Avg Bid
    8 bids

    ...deficiency's in combat performances as critical to correct were identified. Is Australia better suited to scrapping the project and replacing its ageing f-18 Fleet with the F/A-18 Super hornet variant? Boeing are also developing an "advanced" super hornet. While not a true stealth fighter it will have a reduced radar signature over the current super hornet as well as have an upgraded avionics, payload, performance and advanced cockpit amongst other upgrades. There are talks that the US Navy is looking to operate the new advanced super hornet in conjunction with the F-35 anyway. To further cloud the debat,e with Russia and China both developing their own variants of gen 5 stealth capable fighters, they will also develop counter measures and better de...

    $179 (Avg Bid)
    $179 Avg Bid
    12 bids

    Develop a Java Program that implements the FIFO and LRU page replacment algorithm. Further details will be provided in private. PS: This isn't a long program and doesn't involve too many methods. Input is already given, so just need to print out page faults of FIFO and LRU based on 3 inputs which can be input as array/queue.

    $16 (Avg Bid)
    $16 Avg Bid
    6 bids

    I would like a 8.5" x 11" sized design of an image that we can use in an office as a welcome logo / image. It should have WOLF logo, per our website and it should have a design feel that is sophisticated, harsh environment complex electronics engineering. Specifically we develop embedded video boards for video capture, process, encode and display applications. Our market is military and avionics. Our Engineering Team includes system design, mechanical, electronics, software engineers.

    $218 (Avg Bid)
    $218 Avg Bid
    98 bids

    Write a program that implements the FIFO, LRU, and optimal pagereplacement algorithms presented in this chapter. First, generate a random page-reference string where page numbers range from 0 to 9. Apply the random page-reference string to each algorithm, and record the number of page faults incurred by each algorithm. Implement the replacement algorithms so that the number of page frames can vary from 1 to 7. Assume that demand paging is used. -------------------------------------- 9.39 on page 457, with below modification: Your program should execute like: ./ a b c, where a is the number of page references, here, each page reference is a random number in the range of [0, b], where 0 is minimum page number and b is maximum page number c is number of physical ...

    $36 (Avg Bid)
    $36 Avg Bid
    11 bids

    For this project you are to implement a program that accepts a choice of a replacement algorithm (FIFO, OPT, or LRU using stack), a number of memory frames ranging from 3 to 10, and a reference string. For development purposes you can use the following data: F,4,2,3,2,1,5,2,4,5,3,2,5,2 O,3,1,2,1,3,1,4,1,5,1,6,1,7,1,8 L,5, 2,3,2,1,5,2,4,5,3,2,5,2 Refer to pdfs for more

    $65 (Avg Bid)
    $65 Avg Bid
    12 bids

    Looking for engineering support in reverse engineering avionics equipment, making drawings and building repair schemes.

    $168 (Avg Bid)
    $168 Avg Bid
    9 bids

    you need to write a report on integration of state of the art avionics (next gen and seesar) and self governing aircrafts (that is towered and untowered) into future prospects of flight management

    $37 (Avg Bid)
    $37 Avg Bid
    9 bids

    ...graphics to create rendered 2D models of several common airplane instruments. Your designs will be used in an Android or iPad app. It should include multiple layers so that we can export each of the layers as PNG’s or TIFF’s and manipulate the objects in software. This is a link that shows a large number of sample images of these types of device interfaces: * Attached is a PDF showing the 3 instruments that we want to create. These examples in the PDF are the starting point. We would like something that looks like it was rendered with nice colors, materials, layers, 2D lighting and drop shadows. I assume the program used for this

    $218 (Avg Bid)
    $218 Avg Bid
    30 bids

    Need a brochure designed for showcasing Brief company intro and products catalogue of an avionics manufacturing firm. The brochure has to incorporate fighter jet and defence images and the overall look and background of product pages should be classy military style, appropriate to the firm. Size: A4 size (foldable hard paper) Pages: 8 (4 on each side) Cover on page 1, firm contact details and other info on page8, products description and images on the rest. High res print file needed in CMYK mode. Need final design in 3 days max. Example files attached.

    $71 (Avg Bid)
    $71 Avg Bid
    28 bids

    Design and implement a Demand Paging virtual memory simulator! It must be a text based application (NOT a GUI based one). You can use the C/C++ or Java programming language. The following algorithms must be implemented: FIFO, OPT, LRU and LFU. The application must simulate the execution of each of these algorithms on a hypothetical computer having only N physical frames (numbered from 0 to N-1, N<8), assuming that the single process that is running has a virtual memory of ten frames (numbered from 0 to 9). The number N should be a number provided in the command line as an argument. The algorithms will be simulated based on a reference string (a sequence of pages that are to be accessed) that will be either read from the keyboard or randomly generated.

    $167 (Avg Bid)
    $167 Avg Bid
    18 bids

    Hello, I have a project that requires you to add a LRU Cache module based in C language. It is quite urgent project. Thanks!

    $164 (Avg Bid)
    $164 Avg Bid
    10 bids
    $22 Avg Bid
    2 bids

    UI design of the main page for avionics test equipment

    $111 (Avg Bid)
    $111 Avg Bid
    14 bids

    Write a c program that implements the FIFO, LRU, and optimal pagereplacement algorithms presented in this chapter. First, generate a random page-reference string where page numbers range from 0 to 9. Apply the random page-reference string to each algorithm, and record the number of page faults incurred by each algorithm. Implement the replacement algorithms so that the number of page frames can vary from 1 to 7. Assume that demand paging is used.

    $46 (Avg Bid)
    $46 Avg Bid
    12 bids

    I need a vm simulator that simulates FIFO (First-In First-Out), LRU (Least Recently Used), and OPT (Optimal) The program needs to prompt for number of physical memory frames, then asks for an input filename at the second prompt. After recieving the inputs, the simulator should read the sequence of memory references from a file. The input will be a string of numbers separated by a comma (1,2,12,3,1) no spaces. At each memory access, the vm shopuld print a the status of thephysical frame like (3|e|1). e being an empty frame. This program should also produce the total number of memory access hit, and the hit rate. this can be all text based in terminal window. I need this very quickly.... Wednesday 11/18/09.

    $138 (Avg Bid)
    $138 Avg Bid
    10 bids

    ...Pentagon. The deadline for this task is 4pm Sunday 2nd October UTC+2 - around 24 hours from now. Please include sources in the event of quotes or statistics taken from anywhere on the internet. No plagiarism allowed - WILL be scanned. Useful links: (What-Are-You-Writing-)/Academic-Writing/Analysis/Rhetorical-Analysis Use Senator Barack Obama's announcement for President | opgavebloggen for inspiration...

    $122 (Avg Bid)
    Urgent
    $122 Avg Bid
    39 bids

    i need AST perth B2 notes for mod 5 and 13 uptodate notes budget up to 50 pound plus postage if needed

    $21 - $176
    Local
    $21 - $176
    0 bids

    ...by the template hw4_answer_specs.txt. An example of a properly formatted submission (with incorrect answers) is hw4_answer_form_example.txt. All of these files can be found under Doc Sharing. a. Show the successive pages residing in the four frames using the FIFO replacement policy. Assume that the frames are initially empty. b. Repeat part (a) for the same page reference scheme using the LRU replacement policy. c. Repeat part (a) for the same page references using optimal page replacement....

    $31 (Avg Bid)
    $31 Avg Bid
    10 bids

    Get number of page faults and fault rates for the OPT, FIFO, and LRU page replacement algorithms

    $76 (Avg Bid)
    $76 Avg Bid
    5 bids

    Automatic Test Equipment for avionics

    $4829 (Avg Bid)
    $4829 Avg Bid
    7 bids

    I need you to develop some software for me. I would like this software to be developed . Enbedded realtime C software developer experience in ARM orCortex based processor SPI and I2C devices good understandjng of electronics and schematic diagrams. Skills exp in devices such ad gyroscopes , accellerators , GPS, mathmatics skills in fillters , exp with worki...develop some software for me. I would like this software to be developed . Enbedded realtime C software developer experience in ARM orCortex based processor SPI and I2C devices good understandjng of electronics and schematic diagrams. Skills exp in devices such ad gyroscopes , accellerators , GPS, mathmatics skills in fillters , exp with working control systems , digital ptotocols, exposure in avionics , aviation, system develo...

    $590 (Avg Bid)
    $590 Avg Bid
    8 bids

    ...contains a sequence of memory accesses to be simulated. Input data format: <access_type> <32-bit address in hexadecimal format> for example, s 0x12345678 (store instruction at the address 0x12345678) cache simulation based on the cache parameters (i.e., the number of sets, associativity, block size) specified by the command line parameters. cache simulator employs the least-recently-used (LRU) replacement policy and the write-allocate on write miss policy. after getting completed "cache_sim.c", I want to check 1. miss rate for each cache capacity (1KB, 2KB, 4KB, 8KB, 16KB, 32KB) (with Associativity: 1, Cache line size: 32 bytes) 2. miss rate for each cache associativity(Associativity: 1, 2, 4, 8, 16) (with Cache line size: 32 bytes, Cache capa...

    $50 (Avg Bid)
    $50 Avg Bid
    3 bids

    ...holds a few blocks, with a block size equal to the cache block size. For this project the victim cache will only be attached to DL1, the L1 data cache. That is, the victim buffer sits between DL1 and DL2. The victim cache uses FIFO replacement policy and you can vary the size by 4, 8, 16 blocks to compare performance and power consumption. Use default total cache size and direct mapped, LRU replacement for IL1 and DL1. Your implementation should allow enable/disable victim cache from sim-outorder command line options, and to specify the number of blocks in victim buffer. Part 2. Stream Buffer Stream buffer takes advantage of the spatial locality in data access pattern. If the memory access pattern is predictable, a number of compulsory misses can be re...

    $401 (Avg Bid)
    $401 Avg Bid
    6 bids

    ...behaviorally simulating a single level cache. Your program will model a data cache with the following parameters • S: the number of sets in the cache • A: the associativity (or the number of entries in each set). • B: the block size in bytes • R: Replacement policy (R = 1 LRU, R=2 FIFO). • W: Write policy (W = 1) • -v Verbose Your program will support the command line switches to create a cache of the specified parameters. For example, loki> ./cache –S 512 –A 2 –B 32 –R 1 –W 1 -v should create 8KB 2-way associative cache, with LRU replacement policy and print the cache (because of verbose switch). Input: The input to your cache is a file containing memory trace of a C executable produced using the valgrin...

    $130 (Avg Bid)
    $130 Avg Bid
    19 bids