Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    1,294 unsigned app travaux trouvés au tarif de EUR

    ...first 7 bytes of the frame encoded in ASCII. The last byte is an integer frame counter that does not convert to ASCII. A checksum is generated from the packet data and appended at the end of the packet using the following function: c Copy code uint16_t crc_chk_value(uint8_t *data, uint16_t size) { uint16_t crc = 0; while (size--) { crc ^= *data++; for (unsigned k = 0; k < 8; k++) crc = crc & 1 ? (crc >> 1) ^ 0xa001 : crc >> 1; } return crc; } If the last frame has free space, it is filled with zeros. An example of a packet structure and its breakdown into frames will be provided. Tasks: Receive a packet from the CAN bus. Verify the correctness of the checksum. If the checksum is ...

    €477 (Avg Bid)
    €477 Offre moyenne
    20 offres

    ...have an encoded Ruby file that needs to be decoded, hence, your task is to transform it into a readable form. A vital part of this project involves patching rgLoader. Presently, there is a verification process that is inhibiting the smooth operations of our program. I am looking for someone capable of amending rgLoader such that this verification process is bypassed or, in other words, we allow unsigned code to run and effectively disable any license checks. Additionally, there's a compatibility issue that needs to be resolved. This is the bug that is preventing the software from running optimally, and your task will be to locate and rectify it. Required Skills: - Profound knowledge and experience with Ruby and its programming concepts. - Experience working with rgLoader...

    €126 (Avg Bid)
    €126 Offre moyenne
    6 offres
    EV Certificate for Windows Driver S&#039;est terminé left

    I'm s...architecture and security features. - Prior success in EV signing Windows drivers. - Strong knowledge of software development and code signing principles. - Excellent attention to detail to ensure a smooth and secure signing process. **Goal:** Our primary goal is to ensure our driver is fully compliant and recognized as secure by Windows 10, avoiding any hindrances in installation or operation due to unsigned drivers. Your role will be crucial in accomplishing this by utilizing your EV Certificate for the signing process. This project is not just about meeting technical requirements; it's about ensuring our software maintains the highest standards of integrity and trustworthiness. If you have the skills and dedication to help us meet these standards, I look forwa...

    €270 (Avg Bid)
    €270 Offre moyenne
    9 offres

    As an innovative entrepreneur, I'm interested in developing an Android-centric mobile application similar to the app Anke. However, it's important to note that the design should be completely unique, setting it apart from any existing applications. Unsigned applications will need an eye for creativity, technical skill, and the ability to translate existing functions to our new format. Key Features Needed: - Document Scanning: The application should allow users to scan documents directly within the app. - Personal Finance Management: Users should have the ability to manage their finance and view reports within the app. - Expense Tracking: The application also requires an expense tracking feature. Freelancers applying for this project should be equip...

    €146 (Avg Bid)
    €146 Offre moyenne
    13 offres
    Trophy icon Website Name Ideas for Application/Software Company S&#039;est terminé left

    I am seeking a domain name for a software/application development company. The name should be memorable and distinctive. I've explored numerous options on , but most are either taken or excessively pricey. The winning domain name needs to b...winning domain name needs to be available for purchase on and should follow the format www.[websitename].com. Here's a list of word ideas to inspire the domain name, though it's not mandatory to include any of these words in the domain name: Access App Array Automate Binary Bit Byte Char Cloud Code Constant Crypto Data Dev Development Digital Do Double Dynamic Encrypt Encrypted For Form Forms Function Hex Hub Int Integer Lab Let Loop Object Objective Process Program Query Return Signed Software String Super Tech Tools Unsign...

    €49 (Avg Bid)
    Garanti Scellé
    €49
    139 propositions
    small project in networking S&#039;est terminé left

    ...The application program must invoke the distributed mutual exclusion primitive before and after the actually bank account read/write operations. Implementation Guidance: Message Structure: struct msg_packet { unsigned short cmd; // command, e.g., HELLO | HELLO_ACK | REQUEST | REPLY (HELLO & HELLO_ACK are additional command for debugging purposes) unsigned short seq; // sequence number of avoid duplicates unsigned int hostid; // this is optional because you can obtain the host (sender) information from the ip header, we add this fied for the convenience. unsigned short vector_time[5]; // support upto to 5 hosts }; : You may artificially give an ID to each host. For example: 0 1

    €12 (Avg Bid)
    €12 Offre moyenne
    7 offres

    I am the manager of an unsigned band: 3Head. We play dub, Trip hop and that kind of stuff (think Massive Attack and Portishead style ref our music). We are performing live on 6th December - It is in a brewery in North london. There will be 3 performers on stage as the main band - a drummer/percussionist who'll be triggering samples, a violinist and a rapper. I have been in the past doing all the band shots but I'm a creative director not a professional photographer - and I want a professional photographer. And furthermore, also, I'll be DJ ing for the 1 hour warm up set before the band comes on so I need someone to do the following: 1) capture the event - not sure how many people will turn up but its not going to be a huge amount as we're not at all well kno...

    €24 - €298
    Local Scellé
    €24 - €298
    13 offres
    Networking system level programming S&#039;est terminé left

    ...The application program must invoke the distributed mutual exclusion primitive before and after the actually bank account read/write operations. Implementation Guidance: 1. Message Structure: struct msg_packet { unsigned short cmd; // command, e.g., HELLO | HELLO_ACK | REQUEST | REPLY (HELLO & HELLO_ACK are additional command for debugging purposes) unsigned short seq; // sequence number of avoid duplicates unsigned int hostid; // this is optional because you can obtain the host (sender) information from the ip header, we add this fied for the convenience. unsigned short vector_time[5]; // support upto to 5 hosts }; 2. : You may artificially give an ID to each host. For example: 0 1

    €28 (Avg Bid)
    €28 Offre moyenne
    8 offres

    ...problem is that while we are decrypting the stream, the ram memory consumption is increasing significantly, in the Android Profiler you can see how the native code (c++) is increasing its ram consumption by almost 1mb per second, which makes the app crash when ram memory runs out, even sometimes it crashes the box, I need a C++ developer who has experience with Android NDK and AES encryption to help me solve this memory leak. In the photo below you can see that the object that is not being released correctly corresponds to a: operator new(unsigned int) But nowhere in the code do I have this statement. We have hired a person to create this cryptor, but this person was not able to find the bug and now we have the faulty cryptor. PDT: Our cryptor and decryptor also have ran...

    €177 (Avg Bid)
    €177 Offre moyenne
    9 offres

    ...problem is that while we are decrypting the stream, the ram memory consumption is increasing significantly, in the Android Profiler you can see how the native code (c++) is increasing its ram consumption by almost 1mb per second, which makes the app crash when ram memory runs out, even sometimes it crashes the box, I need a C++ developer who has experience with Android NDK and AES encryption to help me solve this memory leak. In the photo below you can see that the object that is not being released correctly corresponds to a: operator new(unsigned int) But nowhere in the code do I have this statement. We have hired a person to create this cryptor, but this person was not able to find the bug and now we have the faulty cryptor. PDT: Our cryptor and decryptor also have ran...

    €139 (Avg Bid)
    €139 Offre moyenne
    13 offres
    I need help with this project S&#039;est terminé left

    Read in a new 8-bit unsigned value and compute the average with the last 7 numbers stored, while the oldest number (8th) is discarded. Repeat this operation forever or until your reach the end of the data memory. Deliverable 1.1: Create the assembly instructions considering that your processor is 16-bits (instructions are 16 bits wide) Deliverable 1.2: Write a simple assembly program that can perform this task. Part 2: Create a simple assembler that can generate machine code from any assembly program that you have written considering the instructions that you have created for your processor. For this you need to encode the opcode of each instruction and the operands into a 16-bit digital value, decide how many of the 16-bits to assign to the operands, and decide on the number...

    €89 (Avg Bid)
    €89 Offre moyenne
    8 offres
    need help to compile/fix c code S&#039;est terminé left

    ...c:135:35: error: invalid operands to binary + (have ‘u64_stats_t’ and ‘unsigned int’) 135 | stats64->tx_bytes += len; | ~~~~~~~~~~~~~~~~~ ^~ | | | u64_stats_t /home/user/Downloads/em9191/usb/qmi_wwan.c: In function ‘qmimux_get_stats64’: /home/user/Downloads/em9191/usb/qmi_wwan.c:167:38: error: incompatible types when assigning to type ‘u64’ {aka ‘long long unsigned int’} from type ‘u64_stats_t’ 167 | rx_packets = stats64->rx_packets; | ^~~~~~~ /home/user/Downloads/em9191/usb/qmi_wwan.c:168:36: error: incompatible types when assignin...

    €42 (Avg Bid)
    €42 Offre moyenne
    4 offres

    Hello, I'm looking for an experienced Freelancer to assist with a straightforward yet technically challenging project. The task involves developing a program for Printed Circuit Board (PCB) detection, alignment checking, and coordinate extraction. The program needs to cater to two PCB sizes: 24 x 18 and 12 x 9. On initiating the program, it should request the user to upload an 8-bit unsigned image of the PCB. Upon uploading, the program will facilitate two image displays: one that showcases the original upload and another presenting the processed image - the results of PCB detection and alignment. Key tasks that the program should execute are: Identify the rectangular shape or the edges of the PCB. Assess the PCB's centering and alignment. Render the x, y coordinates o...

    €245 (Avg Bid)
    €245 Offre moyenne
    19 offres

    Hello, I'm looking for an experienced Freelancer to assist with a straightforward yet technically challenging project. The task involves developing a program for Printed Circuit Board (PCB) detection, alignment checking, and coordinate extraction. The program needs to cater to two PCB sizes: 24 x 18 and 12 x 9. On initiating the program, it should request the user to upload an 8-bit unsigned image of the PCB. Upon uploading, the program will facilitate two image displays: one that showcases the original upload and another presenting the processed image - the results of PCB detection and alignment. Key tasks that the program should execute are: Identify the rectangular shape or the edges of the PCB. Assess the PCB's centering and alignment. Render the x, y coordinates o...

    €42 (Avg Bid)
    €42 Offre moyenne
    15 offres

    After opening, the program should ask for the 8-bit unsigned image to upload. After uploading it will open 2 windows with the original image and the image with the results. To get the result it can detect the rectangular shape or the edge of PCB. Here are the sample image which shows the output we need.

    €24 (Avg Bid)
    €24 Offre moyenne
    13 offres

    ...format. - Demonstrate the use of asynchronous programming in the solution. - Provide the source code such that it can be rebuilt locally using Visual Studio 2015 or later. Guidelines: - A console application is acceptable. - Raw image file format: - Very simple format - The file does not contain any header or footer data — Only contains grey level information - Each pixel is represented by an unsigned 16bit value representing a grey level, where a value of 0x0000 represents black - Subtracting an image from itself will result in a black image where all pixels are set to zero. - Two example raw image files are included for testing; each has 540 by 1200 pixels....

    €34 (Avg Bid)
    €34 Offre moyenne
    23 offres
    C++ project for Image processing S&#039;est terminé left

    ...format. - Demonstrate the use of asynchronous programming in the solution. - Provide the source code such that it can be rebuilt locally using Visual Studio 2015 or later. Guidelines: - A console application is acceptable. - Raw image file format: - Very simple format - The file does not contain any header or footer data — Only contains grey level information - Each pixel is represented by an unsigned 16bit value representing a grey level, where a value of 0x0000 represents black - Subtracting an image from itself will result in a black image where all pixels are set to zero. - Two example raw image files are included for testing; each has 540 by 1200 pixels....

    €63 (Avg Bid)
    €63 Offre moyenne
    4 offres
    AWS Textract Signature Tagging S&#039;est terminé left

    Needed: AWS Expert with Textract and ML experience. Goal: Create a process to automatically locate and tag spots where a document requires a signature in a PDF package. Example PDF Package that will be used: Overview: We want to be able to locate where signatures are needed in an unsigned PDF and create X/Y coordinates so we can provide that info to an esgin applicate like docusign or SignNow. We will need to utilize AWS Textract and also ML to improve accuracy. Example of the output file: See attached PDF Locate the X/Y coordinates of each signature line so that we can add tagging code.

    €1086 (Avg Bid)
    €1086 Offre moyenne
    43 offres
    Trophy icon Simple linux app - 01/06/2023 18:10 EDT S&#039;est terminé left

    ...Expresiile vor fi alcatuite din operanzi intregi si reali (TOTI cei admiși în C/C++) si TOTI operatorii din C care pot fi aplicati datelor numerice (ptr incrementare si decrementare se vor lua in considerare atat forma prefixata, cat si cea postfixata). Operanzii reali vor fi simpla si dubla precizie. Vor fi acceptate valori din tipurile de baza (int, double, float) si din tipurile derivate (long, unsigned, etc), in baza 10 sau 8 sau 16. Se vor executa instructiunile din fisierul analizat (versiunea INTERPRETATIVA si cea care afiseaza in format graphic ARBORELE DE ANALIZA SINTACTICA, model variantele A si C din materialul de studiu ptr proiect). Instructiunile acceptate (sintaxa C!!!): instructiuni secventiale (vida, bloc, expresie, writeln – sintaxa writeln x; afisea...

    €38 (Avg Bid)
    Garanti
    €38
    6 propositions

    ...public keys. Therefore, the function accepts an array of public keys. Output file format: The output file will have the following structure: position in file length structure description 0 4 B int NID - A numerical identifier for an OpenSSL cipher. (used symmetric cipher) 4 4 B int EKlen - length of the encrypted key 8 EKlen B unsigned char array Encrypted key using RSA 8 + EKlen IVlen B unsigned char array Initialization vector (if needed) 8 + EKlen + IVlen --- unsigned char array Encrypted data Expected function behavior: Returns true in case of success, false otherwise. In case the function returns false, the output file will not exist. Function open: Declaration: bool open(const char * inFile, const char * outFile, const char * privateKeyFile ) Description: ...

    €35 (Avg Bid)
    €35 Offre moyenne
    5 offres
    Memphis Farewell S&#039;est terminé left

    A bright colorful depiction of Memphis, TN (ie skyline, landmarks, personalities) with "While searching for the gold in the grit, I we found the gold, but fell in love with the grit". I'm looking for an actual painting. Would like to know beforehand what you're planning. Reference: Deadline is June 1st.

    €792 (Avg Bid)
    €792 Offre moyenne
    56 offres

    ...the given mpi code to sequent //File name: prime.c #include <mpi.h> #include <stdio.h> #include <stdlib.h> #include <time.h> int isPrime(int n){ int i; for(i = 2; i < n; i++) if(n % i == 0) return 0; return 1; } int main(){ int comm_sz, my_rank, q, n; MPI_Init(NULL, NULL); MPI_Comm_size(MPI_COMM_WORLD, &comm_sz); MPI_Comm_rank(MPI_COMM_WORLD, &my_rank); srandom((unsigned)time(NULL) + my_rank); n = 1 + random()%10000; //The program should work for any positive number. if(isPrime(n)) MPI_Send(&n, 1, MPI_INT, 0, 0, MPI_COMM_WORLD); else{ n = -n; MPI_Send(&n, 1, MPI_INT, 0, 0, MPI_COMM_WORLD); } //To make sure all the processes obtained a number, and sent either n or -n to process 0 MPI_B...

    €36 (Avg Bid)
    €36 Offre moyenne
    5 offres

    I am looking for an algorithm to resize images in C++. It basically should implement the algorithm described here: But it should be faster by using SSE. Furthermore it shoul be able to handle just a part of the pictureBuffer. The function signature should be: resize(unsigned char* src, int w1, int h1,unsigned char* dest, int w2, int h2, int yoff, int yoffend, int xoff, int xoffend) The last 4 offset variables are describing a rectangle in the output buffer.

    €424 (Avg Bid)
    €424 Offre moyenne
    5 offres
    Fix realtime connection DB S&#039;est terminé left

    ...executed and thats why you received the disconnect and the session was cleared becase a function was using a watch with a timer on it. 91,2023/03/25 04:56:23,EVAL(1.001039 secs): {Main Loop} 92,2023/03/25 04:56:24,[/home/elf/Workspace/5p/4pServer/src/include/NetCommand/NetCommandGenerator.h:30],Deserialize Throw (16) 93,2023/03/25 04:56:24,ERROR: (null)[]11 CInBinStream::operator >> (unsigned short &UnsignedShort) 94,2023/03/25 04:56:24,[],[FATAL] OnClose 95,2023/03/25 04:56:24,Erase Socket 11 96,2023/03/25 04:56:24,TCP <0x9347908:11>: connection real-closed. 97,2023/03/25 04:56:24,SOCKET 11: closed. 98,2023/03/25 04:56:24,[],CNE_G_Disconnected::Execute 99,2023/03/25 04:56:24,[],World Server ID: 1010 Disconnected

    €122 (Avg Bid)
    €122 Offre moyenne
    3 offres

    Main research ideas and methods: (basic ideas, work priorities, technical routes, etc.) requirement: The drawing of a bitmap requires at least two files: bitmap data file and color mapping file; The bitmap data file is the two-dimensional matrix data (in text format or binary format) given by floating point numbers or unsigned integers between [0,1], and the color mapping file is the color mapping of the corresponding matrix data given by the text format; 1. When the bitmap is displayed, a graphic file can be superimposed. The file specifies the position and color of each point in text format (not limited by the color mapping file), that is, a transparent layer of painting can be displayed on top of the bitmap; 2. The bitmap and the superimposed graphics file on it can be scaled...

    €66 (Avg Bid)
    €66 Offre moyenne
    7 offres
    Translate to 6502 assembler code S&#039;est terminé left

    X from 0 to 319 Y from 0 to 239 Color from 0 to 255 void PutPixel( int X, int Y, unsigned char Color) { unsigned char quot = X / 8; unsigned char rem = X % 8; if ( Color ) VideoA[(Y * 40) + quot] |= (1<<rem); else VideoA[(Y * 40) + quot] &= ~(1<<rem); }

    €14 (Avg Bid)
    €14 Offre moyenne
    2 offres

    ...the CS pin // The value of the Rref resistor. Use 430.0 for PT100 and 4300.0 for PT1000 #define RREF 430.0 // The 'nominal' 0-degrees-C resistance of the sensor // 100.0 for PT100, 1000.0 for PT1000 #define RNOMINAL 100.0 //input/output variables passed by reference, so they are updated automatically AutoPID myPID(&temperature, &setPoint, &outputVal, OUTPUT_MIN, OUTPUT_MAX, KP, KI, KD); unsigned long lastTempUpdate; //tracks clock time of last temp update //call repeatedly in loop, only updates after a certain time interval //returns true if update happened bool updateTemperature() { if ((millis() - lastTempUpdate) > TEMP_READ_DELAY) { uint16_t rtd = (); temperature = (RNOMINAL, RREF); //get temp reading lastTempUpdate = millis(); ...

    €22 (Avg Bid)
    €22 Offre moyenne
    11 offres
    Musician's Tik Tok promotion -- 2 S&#039;est terminé left

    Unsigned traditional country-soul artist looking to help promote an upcoming album release. This album will be my second solo project and drops at the end of February 2023. I have an excellent Facebook audience & decent Instagram but haven't ever found my niche in TikTok. I REALLY want to give this album all the love I can and hopefully bump up my chances to get noticed or signed one day. Feeling a little lost with where to start. Attached is the front and back cover of the album. THANK YOU in advance for your consideration <3

    €427 (Avg Bid)
    €427 Offre moyenne
    21 offres
    Build a mobile music app S&#039;est terminé left

    Need someone who is experience and have proof of work of similar app to build a mobile music app . To broadcast podcasts , videos and artists promotions . Need a It is not a you tube service - it’s for our artists , all unsigned to upload their work , promote their stuff and people can download and stream the full version for a price - so link to PayPal or something Like that . Maximum artists using it - 100 or so in the end . Send your best offer with “LION”

    €369 (Avg Bid)
    €369 Offre moyenne
    72 offres
    haskell developer -- 2 S&#039;est terminé left

    ...separated by ",". There is no "/" at the beginning and end of the string, and no "," at the beginning and end of each row. The field a9 is specified first, and the field i1 last. Within a field there can be a figure coded as follows: the first character is the color, "b" stands fu ̈r black and "w" stands fu ̈r white. The following digits are a decimal number between 1 and 255, which, as an unsigned 8-bit binary number, encodes with each bit a direction in which the figure may go (shown as a dash in the graphics). The LSB (Least Significant Bit) stands for up (or north, or along a column in the direction of the row with the ho ̈higher number), and the respective ho ̈higher bits stand for the other directions, starting cloc...

    €27 (Avg Bid)
    €27 Offre moyenne
    2 offres
    haskell developer S&#039;est terminé left

    ...separated by ",". There is no "/" at the beginning and end of the string, and no "," at the beginning and end of each row. The field a9 is specified first, and the field i1 last. Within a field there can be a figure coded as follows: the first character is the color, "b" stands fu ̈r black and "w" stands fu ̈r white. The following digits are a decimal number between 1 and 255, which, as an unsigned 8-bit binary number, encodes with each bit a direction in which the figure may go (shown as a dash in the graphics). The LSB (Least Significant Bit) stands for up (or north, or along a column in the direction of the row with the ho ̈higher number), and the respective ho ̈higher bits stand for the other directions, starting cloc...

    €19 (Avg Bid)
    €19 Offre moyenne
    1 offres

    Hey , hope everyone is good , please don't apply if you don't know what i'm talking about i need a kernel to calculate a keccak hash of an unsigned char * containing a public key need to be able to remove the leading 04 and to handle endians to produce correct hash thank you

    €128 (Avg Bid)
    €128 Offre moyenne
    9 offres
    Edit c++ code S&#039;est terminé left

    i have code in c++ Runing in one process , i need it to run in all process with the same exe example : these is a i have open this game 4 or 5 times , so it will be in task manager , , game...process with the same exe example : these is a i have open this game 4 or 5 times , so it will be in task manager , , ,game exe ....... my code is run in first process only , i need the code run in all process of exe name ---------- and fix 3 warinings - using uninitialized memory -argument conversion from 'unsigned __int64' to 'unsigned long', possible loss of data -argument conversion from 'unsigned __int64' to 'DWORD', possible loss of data problem with #include "pch.h" when i run the exe in win7 i get error -----...

    €51 (Avg Bid)
    €51 Offre moyenne
    11 offres

    I want to design and implement a 6-bit division circuits for unsigned numbers using VHDL in the Xilinx software.

    €113 (Avg Bid)
    €113 Offre moyenne
    14 offres

    I will like remote assistance using AnyDesk/Zoom to guide and help me build an unsigned iOS installation file for iPhone iOS version 14 and above without developer account. The mobile app has been developed using Xcode Swift version 13.1. Freelancer must be able to communicate well in English and provides step-by-step guide to build the installation file.

    €18 / hr (Avg Bid)
    €18 / hr Offre moyenne
    21 offres
    Converting C Code to Assembly S&#039;est terminé left

    Hi i need to convert a C code to RISC-V 64 assembly, here is the code, budget 10$ #include <string.h> void to_upper_c(char * str) { for (unsigned int i = 0; i < strlen(str); i++) { if (str[i] >= 'a' && str[i] <= 'z') { str[i] -= 'a' - 'A'; } } }

    €18 (Avg Bid)
    €18 Offre moyenne
    4 offres
    Kernel Driver Communication and Map S&#039;est terminé left

    Hello everybody, i have my own kernel driver for mouse input. I have MouseMove(4, 2) function in my kernel driver. I wanna use this function from my user mode c++ project. Also my kernel driver is unsigned so i need map my driver. I want: - Communication for my kernel driver - Map for Windows 10/11 (My driver is unsigned so need map)

    €171 (Avg Bid)
    €171 Offre moyenne
    4 offres

    Need someone to write a system call named pageAccess(), that reports this. The function prototype of this system call for user programs will be: int pageAccess(char* buf, unsigned int npages, unsigned int* bitmap); buf points to the start address of the virtual address space that needs to be checked for access. npages gives the number of pages that should be examined. It should be not larger than 64. bitmap is the pointer to an unsigned integer that acts as a bitmap indicating if a page has been accessed. Each bit of the unsigned integer corresponds to a page. Since an unsigned integer is 64 bits in size, npages is limited to 64. It should return a negative value if unsuccessful (for any reason). Any other returned value indicates success. If pages 1, 2...

    €31 (Avg Bid)
    €31 Offre moyenne
    1 offres
    Trophy icon New Logo The Unsigned S&#039;est terminé left

    Company Name is: The Unsigned. The company specialise in unsigned football talent within the UK football market. Our client requires a Logo that is simple, slick, professional and eye catching. They will also need stationary set (Letter Head, Comp Slip, Business Card and Promo Tee) once logo has been approved.

    €112 (Avg Bid)
    Garanti
    €112
    532 propositions
    build c++ programming S&#039;est terminé left

    In this system, when a virtual address is requested: Check whether the entry is in the TLB. If yes, directly return the frame number; If no, continue step 2. Get the page table by segment ...in the TLB. If yes, directly return the frame number; If no, continue step 2. Get the page table by segment number. Get the frame number by page number. Replace the TLB entry with the new record. Retrieve the data. Givens are some incomplete source files. Download it below: You need to complete: : int TLB::get_frame(VirtualAddress vaddr) void TLB::lru_replace(VirtualAddress vaddr, unsigned int frame) : int address_translate(VirtualAddress vaddr) You can find the instructions and hints in the comments of the source file. Your final output should be exactly the same as follow:

    €38 (Avg Bid)
    €38 Offre moyenne
    6 offres
    Need an C++ program S&#039;est terminé left

    In this system, when a virtual address is requested: Check whether the entry is in the TLB. If yes, directly return the frame number; If no, continue step 2. Get the page table by segment number. Get the fra...If yes, directly return the frame number; If no, continue step 2. Get the page table by segment number. Get the frame number by page number. Replace the TLB entry with the new record. Retrieve the data. Givens are some incomplete source files. Download it below: You need to complete: : int TLB::get_frame(VirtualAddress vaddr) void TLB::lru_replace(VirtualAddress vaddr, unsigned int frame) : int address_translate(VirtualAddress vaddr) You can find the instructions and hints in the comments of the source file. Your final output should be exactly the same

    €38 (Avg Bid)
    €38 Offre moyenne
    9 offres
    Happy Baby Tiger Painting S&#039;est terminé left

    Proposal: To be created will be a 12 inch by 12 inch “happy baby tiger” (mostly face, semi-realistic or realistic). There will be up to 3 adjustments that the buyer can make when the artist communicates the style. This will be created on a canvas with acrylics. The buyer will pay $225 to the painter for this work. It will be unsigned and un-framed. The buyer will need to pay shipping cost in addition to the painting. The estimation for packaging and shipping is $20. The painting will be shipped on or by August 1, 2022. Thank you so much for your interest. I look forward to making your art dream come true!

    €230 - €230
    Local
    €230 - €230
    0 offres
    Travelling the graphs - Java S&#039;est terminé left

    ...describes the start and destination node, as well as the maximum allowed travel time the starting node, followed by an ascii arrow '->(two characters), the destination node, a comma, and the maximum allowed travel time. Example 'A ->D,5 - Leading or trailing whitespace is not allowed - All nodes are single, uppercase letters. - Edges are separated by a single space. - Distances are specified as unsigned integers - The sequence of edges is not ordered in any specific way. Output: - It is one line. - Contains no whitespace. - If errors are present, print te first of below listed errors (e.g. if E1 and E2 are present, print "E1") - If no errors are present, print the route using the representation as described below. Errors E1 - Input syntax error E2 - L...

    €148 (Avg Bid)
    €148 Offre moyenne
    13 offres
    Assembly Language Project Mars MIPS S&#039;est terminé left

    10$ fixed price Mars Mips real number representation via using fixed decimal notation. The final deliverable is a program that is able to represent an unsigned real number, in base 2, without using float coprocessor. The lab layout is reversed. The first portion lays out the deliverable. The second portion is discussion and it describes the method to convert a number to fixed decimal notation using a short cut. The underlining assumption is that has a thorough grasp on base 10/base 2 conversion, for both integers and fractional numbers. For a refresher on fixed point notation and base 10/base 2 conversion

    €16 (Avg Bid)
    €16 Offre moyenne
    4 offres
    Build Calculator with lOGISIM S&#039;est terminé left

    Build a calculator that can add and subtract decimal unsigned calculator should have a display of 5 decimal digits. • There should be a number pad with digits: o 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 • and 3 possible operators: o + (addition) o - (subtraction) o = (equals) The flow of the operations should be as follows (as in a regular calculator): 1. While typing the number it should be displayed right aligned, extending to the left. 2. After pressing "+" or "-" display should be reset to empty, and the next number should be typed. 3. After typing the second number, "=" should be pressed and the display should contain the final result. Specifications for input-output size and structure of the circuit (Important!): For addition and subtraction module...

    €28 (Avg Bid)
    €28 Offre moyenne
    2 offres

    Only radio station streaming 24/7 on

    €11 - €22
    €11 - €22
    0 offres
    Trophy icon Logo for Heavyboys Music S&#039;est terminé left

    Heavy Boys Music is a music publishing company as well as a production and recording company. We also have an online radio station that caters to the unsigned artist On the logo: Both corporate and fun. I'd like it to be red gold and blue. Maybe just the letters HBM. In a fun cool hip hop style that's corporate. Or a picture of some dudes standing on a foundation that's cracking because they are two heavy

    €9 (Avg Bid)
    À la une Garanti Scellé Meilleur concours
    €9
    6 propositions

    I designed a buffer manager with C I faced with this error: rm -f *.o test_assign2_1 cc -c -o test_assign2_1.o test_assign2_1.c gcc -g -c -o storage_mgr.o storage_mgr.c storage_mgr.c:284:53: warning: passing 'unsigned char [4096]' to parameter of type 'SM_PageHandle' (aka 'char *') converts between pointers to integer types with different sign [-Wpointer-sign] if (writeBlock(fHandle->totalNumPages, fHandle, zeros) != RC_OK) { ^~~~~ storage_mgr.c:242:74: note: passing argument to parameter 'memPage' here extern RC writeBlock (int pageNum, SM_FileHandle *fHandle, SM_PageHandle memPage) { ^ 1 warning generated. ...

    €20 (Avg Bid)
    €20 Offre moyenne
    3 offres