Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 907 / 1333
Write a C program to create a mmap() that is shared by multiple threads. Use fst
Write a C program to create a mmap() that is shared by multiple threads. Use fstat() to obtain the size of the mapped file to size the mapping. Find out the number of logical proc…
Write a C program to create and manipulate a simple linked list. For each node i
Write a C program to create and manipulate a simple linked list. For each node in the linked list you will generate a random number, create a node that holds that number, and inse…
Write a C program to determine if the entire contents of a text file is a single
Write a C program to determine if the entire contents of a text file is a single palindrome. If the contents are palindromic, your program should print out: "<filename> is a…
Write a C program to determine the open reading frame (ORF) in a DNA sequence. I
Write a C program to determine the open reading frame (ORF) in a DNA sequence. In DNA, there are regions of DNA that encode proteins that are first transcribed in the mRNA then tr…
Write a C program to display the binary, octal, and hexadecimalconversions of an
Write a C program to display the binary, octal, and hexadecimalconversions of an integer expression. for input accepteight-character strings whose first character is +, -, or a di…
Write a C program to do the following: From the command line Read in two items,
Write a C program to do the following: From the command line Read in two items, a short greater than zero and a character string less than 32 characters long, both on the same lin…
Write a C program to do the following: Requests the user\'s first name and then
Write a C program to do the following: Requests the user's first name and then last name. a. Use print f() to prompt for a name and then use scan f() to read the name. Print out t…
Write a C program to do the following: Your program should define three arrays s
Write a C program to do the following: Your program should define three arrays such that Array1 has eight values: $01, $02, $03, $04, $05, $06, $07, $08 and Array2 has eight value…
Write a C program to do the following: a- read in an input integer from user and
Write a C program to do the following: a- read in an input integer from user and compute the factorial of the input Fact(n)= n*(n-1)*(n-2)*...*3*2*1 Test your code and provide a s…
Write a C program to do the followings: You program should define three arrays s
Write a C program to do the followings: You program should define three arrays such that Array1 has eight values: $01, $02, $03, $04, $05, $06, $07, $08 and Array2 has eight value…
Write a C program to dump sections of memory in hexadecimal format. Specifically
Write a C program to dump sections of memory in hexadecimal format. Specifically, you are required to print a memory map for all memory areas that correspond to the command-line a…
Write a C program to dump sections of memory in hexadecimal format. Specifically
Write a C program to dump sections of memory in hexadecimal format. Specifically, you are required to print a memory map for all memory areas that correspond to the command-line a…
Write a C program to enter a first name, middle name and last name in separate v
Write a C program to enter a first name, middle name and last name in separate variables. After entering each name at the keyboard, call a function named convert that will capital…
Write a C program to enter a first name, middle name and last name in separate v
Write a C program to enter a first name, middle name and last name in separate variables. After entering each name at the keyboard, call a function named convert that will capital…
Write a C program to evaluate the value of e x by using the formula: e x = 1 + x
Write a C program to evaluate the value of e x by using the formula: e x = 1 + x / 1! + x 2 / 2! + x 3 / 3! + . . . . . . …
Write a C program to execute and result following problem: Given a data set of u
Write a C program to execute and result following problem: Given a data set of up to 25 integers, determine if there is a constant value which separates every element. Display the…
Write a C program to extract Web addresses starting with www. and ending with .e
Write a C program to extract Web addresses starting with www. and ending with .edu. The program displays Web address contained in the input entered by the user. If the input does …
Write a C program to find the distance and the velocity of a freely falling obje
Write a C program to find the distance and the velocity of a freely falling object from given time and acceleration. Also, display error if negative or zero is entered and if alph…
Write a C program to find the roots for the following polynomial using Newton-Ra
Write a C program to find the roots for the following polynomial using Newton-Raphson method. F(x) = Ax^3 + Bx^2 + Cx + D Where A, B, C and D are coefficients/constant of the poly…
Write a C program to find the roots for the following polynomial using bisection
Write a C program to find the roots for the following polynomial using bisection method. F(x) = Ax^3 + Bx^2 + Cx + D Where A, B, C and D are coefficients/constant of the polynomia…
Write a C program to find whether a given number is Prime number (number that ca
Write a C program to find whether a given number is Prime number (number that can be divided by 1 and itself).You need to take a number from input and verify whether it's positive…
Write a C program to find y = x^ n using recursion, where x and n are non-zero p
Write a C program to find y = x^ n using recursion, where x and n are non-zero positive values less than 10. The user will input the value of x and n using scanf. The output can b…
Write a C program to find y = x^n using recursion, where x and n are non-zero po
Write a C program to find y = x^n using recursion, where x and n are non-zero positive values less than 10. The user will input the value of x and n using scanf. The output can be…
Write a C program to generate a 4 kHz, 80 percent duty cycle waveform. (Without
Write a C program to generate a 4 kHz, 80 percent duty cycle waveform. (Without using PWM module) Design a circuit that can scale the voltage from the range of 0 mV 100 mV to the …
Write a C program to generate a course plan for a student which will enable him/
Write a C program to generate a course plan for a student which will enable him/her to graduate and satisfy all requirements. A course plan is a list of courses which the student …
Write a C program to help a HiFi’s Restaurant automate its breakfast billing sys
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different break…
Write a C program to implement RSA Cryptosystem and demonstrate the encryption/d
Write a C program to implement RSA Cryptosystem and demonstrate the encryption/decryption of the input plaintext message of upto a maximum of 20 characters. The program then asks …
Write a C program to implement a circuit is used to switch on a fan connected to
Write a C program to implement a circuit is used to switch on a fan connected to DC motor when the temperature is greater than a threshold value (30c) and display the temperature …
Write a C program to implement a four function calculator. The program should pr
Write a C program to implement a four function calculator. The program should prompt the user for a formula. After the user enters a formula, consisting of two floating point valu…
Write a C program to implement a four function calculator. The program should pr
Write a C program to implement a four function calculator. The program should prompt the user for a formula. After the user enters a formula, consisting of two floating point valu…
Write a C program to implement an algorithm based on Depth-First Search to test
Write a C program to implement an algorithm based on Depth-First Search to test the connectivity of a given network. Input: Adjacency matrix (refer to sample program on page 6 for…
Write a C program to input ten integers into an array named temp. It should find
Write a C program to input ten integers into an array named temp. It should find the largest and smallest number in the array, output the numbers, and output what element of the a…
Write a C program to input the scores and print out the scores 5 per line. Sort
Write a C program to input the scores and print out the scores 5 per line. Sort the scores in ascending order and output the scores. Calculate and print a frequency distribution c…
Write a C program to interactively convert integers from Arabic numerals (e.g. \
Write a C program to interactively convert integers from Arabic numerals (e.g. "14") to Roman numerals (e.g. "XIV"). Your program should prompt the user to enter a number between …
Write a C program to perform the following experiment: Generate 100 random numbe
Write a C program to perform the following experiment: Generate 100 random numbers. As each number is generated, insert it into an initially empty binary search tree. When all 100…
Write a C program to perform the following task. Design a program to calculate y
Write a C program to perform the following task. Design a program to calculate your projected GPA. Use the grade and point table below to calculate your projected GPA at the end o…
Write a C program to perform the following task. Design a program to calculate y
Write a C program to perform the following task. Design a program to calculate your projected GPA. Use the grade and point table below to calculate your projected GPA at the end o…
Write a C program to perform the following task. Design a program to calculate y
Write a C program to perform the following task. Design a program to calculate your projected GPA. Use the grade and point table below to calculate your projected GPA at the end o…
Write a C program to perform the following task. Design a program to calculate y
Write a C program to perform the following task. Design a program to calculate your projected GPA. Use the grade and point table below to calculate your projected GPA at the end o…
Write a C program to perform the task described below: Interrupt handler ILOC: S
Write a C program to perform the task described below: Interrupt handler ILOC: Subtract SP, SP, #12 Save registers. Store LINK_reg, 8(SP) Store R2, 4(SP) Store R3, (SP) MoveContro…
Write a C program to process a collection of 30 daily high temperatures read fro
Write a C program to process a collection of 30 daily high temperatures read from standard I/O. Your program should count and print the number of hot days (high temperature 30 or …
Write a C program to read a binary file, and write a binary file. Write out the
Write a C program to read a binary file, and write a binary file. Write out the characters read, replacing any unprintable characters with a question mark. Remember the assignment…
Write a C program to read a set of scores from a text file, count the number of
Write a C program to read a set of scores from a text file, count the number of scores over 80, copy the scores over 80 into a new file, save it as 'OUTPUTFILE.DAT', and finally, …
Write a C program to read a set of scores from a text file, count the number of
Write a C program to read a set of scores from a text file, count the number of scores over 80, copy the scores over 80 into a new file, save it as ’OUTPUTFILE.DAT’, and finally, …
Write a C program to read in a 2-dimestional arrays and store this array in ARY
Write a C program to read in a 2-dimestional arrays and store this array in ARY whose dimensions M and N are read in. Write a function called COPYR that will copy all the elements…
Write a C program to read in a 2-dimestional arrays and store this array in ARY
Write a C program to read in a 2-dimestional arrays and store this array in ARY whose dimensions M and N are read in. A) Write a function called COPYR that will copy all the eleme…
Write a C program to read in a 2-dimestional arrays and store this array in ARY
Write a C program to read in a 2-dimestional arrays and store this array in ARY whose dimensions M and N are read in. A) Write a function called COPYR that will copy all the eleme…
Write a C program to read in a 2-dimestional arrays and store this array in ARY
Write a C program to read in a 2-dimestional arrays and store this array in ARY whose dimensions M and N are read in. Write a function called COPYR that will copy all the elements…
Write a C program to read in a 2-dimestional arrays and store this array in ARY
Write a C program to read in a 2-dimestional arrays and store this array in ARY whose dimensions M and N are read in. Write a function called COPYR that will copy all the elements…
Write a C program to read in a 2-dimestional arrays and store this array in ARY
Write a C program to read in a 2-dimestional arrays and store this array in ARY whose dimensions M and N are read in. Write a function called COPYR that will copy all the elements…