Browse M
Alphabetical listing with fast deep pagination.
30746 items • Page 416 / 615
Modify the mmap-write and mmap-read programs such that the former write n ran- d
Modify the mmap-write and mmap-read programs such that the former write n ran- dom integers to the file and the latter reads and prints all integers. n is an argument to both prog…
Modify the model in Problem 3 for net rate at which the population P(t) of a cer
Modify the model in Problem 3 for net rate at which the population P(t) of a certain kind of fish changes by also assuming that the fish are harvested at a constant rate h > 0.…
Modify the modules presented in this chapter that perform the bubble sort, selec
Modify the modules presented in this chapter that perform the bubble sort, selection sort, and insertion sort algorithms on an Integer array, such that each module keeps a count o…
Modify the mountain table program in Chapter 6 of Eloquent JavaScript http://elo
Modify the mountain table program in Chapter 6 of Eloquent JavaScript http://eloquentjavascript.net/ by: Adding a BorderedCell constructor that makes cells with a border. That is,…
Modify the mousedraw.cpp program to first draw a 20x20 grid of squares before en
Modify the mousedraw.cpp program to first draw a 20x20 grid of squares before entering the loop prompting the user to click points. That is, use a for() loop to draw horizontal li…
Modify the move method to accelerate the boxBall based on the gravity constant.
Modify the move method to accelerate the boxBall based on the gravity constant. Hint 1: Acceleration/deceleration is a change in ySpeed value Hint 2: ySpeed is reverse of normal p…
Modify the newton.m function file to create a new m-file that extends Newton\'s
Modify the newton.m function file to create a new m-file that extends Newton's method to a system of 2 equations in two unknowns {f(x,y)=0, g(x,y)=0}. Use the problems suggested i…
Modify the original codes that we developed for sin(x), cos(x) and exp(x) (you c
Modify the original codes that we developed for sin(x), cos(x) and exp(x) (you can also refer to the “Additional Information”) according the following design criteria: (90 points)…
Modify the original codes that we developed for sin(x), cos(x) and exp(x) (you c
Modify the original codes that we developed for sin(x), cos(x) and exp(x) (you can also refer to the “Additional Information”) according the following design criteria: (50 points)…
Modify the original codes that we developed for sin(x), cos(x) and exp(x) (you c
Modify the original codes that we developed for sin(x), cos(x) and exp(x) (you can also refer to the “Additional Information”) according the following design criteria: 4. (50 poin…
Modify the path.java program (Listing 14.2) to print a table of the minimum cost
Modify the path.java program (Listing 14.2) to print a table of the minimum costs to get from any vertex to any other vertex. This exercise will require some fiddling with routine…
Modify the payroll system in figures 13.13.-13.23 to include private data member
Modify the payroll system in figures 13.13.-13.23 to include private data member birthDate in class Employee. Use class Date from Figs. 11.9-11.10 to represent an employees birthd…
Modify the payroll system of Figs. 10.4 - 10.9 (available in the Chapter 10 slid
Modify the payroll system of Figs. 10.4 - 10.9 (available in the Chapter 10 slide on D2L). Include an additional Employee subclass PieceWorker that represents an employee whose pa…
Modify the payroll system of Figs. 10.4–10.9 to include an additional Employee s
Modify the payroll system of Figs. 10.4–10.9 to include an additional Employee subclass PieceWorker that represents an employee whose pay is based on the number of pieces of merch…
Modify the payroll system of figs. 10.4 - 10.9 to include an additional Employee
Modify the payroll system of figs. 10.4 - 10.9 to include an additional Employee subclass PieceWorker that represents an employee whose pay is based on the number of pieces of mer…
Modify the payroll system to include an additional Employee subclass PieceWorker
Modify the payroll system to include an additional Employee subclass PieceWorker that represents an employee whose pay is based on the number of pieces of merchandise produced. Cl…
Modify the payroll system to include private instance variable birthDate in clas
Modify the payroll system to include private instance variable birthDate in class Employee. Use class Date to represent an employee's birthday. Add get methods to class Date. Assu…
Modify the postfix program below to handle both subtraction and division: Sample
Modify the postfix program below to handle both subtraction and division: Sample input: ./a.out 4 10 - 6 x 12 / Sample output: -3 #include <iostream> #include <cstring>…
Modify the previous assignment as follows: Change the countdown for all options
Modify the previous assignment as follows: Change the countdown for all options to be a two-digit decimal number. Change the numbers from 10, 15, 8, and 12 to 80, 99, 70, and 60 r…
Modify the previous assignment as follows: Change the countdown for all options
Modify the previous assignment as follows: Change the countdown for all options to be a two-digit decimal number. Change the numbers from 10, 15, 8, and 12 to 80, 99, 70, and 60 r…
Modify the processRequest() method in the SimpleWebServer.java file to use this
Modify the processRequest() method in the SimpleWebServer.java file to use this file storage and logging code: public void storeFile (BufferedReader br, OutputStreamWriter osw, …
Modify the producer-consumer code in le ex5.c to use a buffer of 15 slots, and h
Modify the producer-consumer code in le ex5.c to use a buffer of 15 slots, and have the producer and consumer synchronize in such a way that the producer can generate up to 15 val…
Modify the program PROVIDED BELOW to generate 50 random numbers between 1 and 10
Modify the program PROVIDED BELOW to generate 50 random numbers between 1 and 10000, display them in groups of 10 across, sort them, and again display them in groups of 10 across.…
Modify the program again so it displays a menu allowing the user to select an ad
Modify the program again so it displays a menu allowing the user to select an addition, subtraction, multiplication, or division problem. The final selection on the menu should le…
Modify the program again so it displays a menu allowing the user to select an ad
Modify the program again so it displays a menu allowing the user to select an addition, subtraction, multiplication, or division problem. The final selection on the menu should le…
Modify the program again so that it prints the highest and lowest number of atte
Modify the program again so that it prints the highest and lowest number of attempts that are required to match any initial roll. Check _____ Finally, modify the progr…
Modify the program and create two methods to convert from Celsius to Fahrenheit
Modify the program and create two methods to convert from Celsius to Fahrenheit and vice versa. public static double CelsiusToFahrenheit (double Celsius) public static double Fahr…
Modify the program as follows: a) Change the array for test scores (score[]) to
Modify the program as follows: a) Change the array for test scores (score[]) to dynamic array. Add a private member variable called number_of_scores to store how many tests a stud…
Modify the program below (Please do modify THE PROGRAM BELOW) to do vector opera
Modify the program below (Please do modify THE PROGRAM BELOW) to do vector operations on 3D vectors instead of scalars or real numbers. Each 3D vector is specified as three number…
Modify the program below (grades.c) from the class examples so that it sorts two
Modify the program below (grades.c) from the class examples so that it sorts two parallel arrays. Use the existing array of scores and add a parallel array of floating-point data …
Modify the program below by adding the following function: void pay_amount(int d
Modify the program below by adding the following function: void pay_amount(int dollars, int*twenties, int*tens, int*fives, int*ones) Program below: // 1/28/2012 // Asks user for d…
Modify the program below by adding the following function: void pay_amount(int d
Modify the program below by adding the following function: void pay_amount(int dollars, int*twenties, int*tens, int*fives, int*ones) Program below: // 1/28/2012 // Asks user for d…
Modify the program below so that it displays the highest and lowest scores. Plea
Modify the program below so that it displays the highest and lowest scores. Please put single line comment with explanation next to the line modified. ////////////////////////////…
Modify the program below so that it displays the highest and lowest scores. Plea
Modify the program below so that it displays the highest and lowest scores. Please put single line comment with explanation next to the line modified. ////////////////////////////…
Modify the program below so that the total votes per candidate are shown (i.e.,
Modify the program below so that the total votes per candidate are shown (i.e., add a last row showing total votes received for all three columns of votes). Also, here is a link t…
Modify the program below to display the maximum of three numbers (largest Number
Modify the program below to display the maximum of three numbers (largest Number) that are read from keyboard. # this program prints out the maximum of two numbers # The two numbe…
Modify the program below to use functions fgetc and fputs rather than getchar an
Modify the program below to use functions fgetc and fputs rather than getchar and puts. The program should give the user the option to read from the standard input and write to th…
Modify the program below using the sizeof() operator to display the amount of st
Modify the program below using the sizeof() operator to display the amount of storage your computer reserves for each data type. With this information determine whether your compu…
Modify the program below with the following function : void pay_amount(int dolla
Modify the program below with the following function : void pay_amount(int dollars, int*twenties, int*tens, int*fives, int*ones) program: #include <stdio.h> int main(void) {…
Modify the program in assignment 3 to handle data input for the principal, annua
Modify the program in assignment 3 to handle data input for the principal, annual interest rate, and number of months from the keyboard. Use appropriate prompting messages, such a…
Modify the program in programming challenges 23 so that italso dislpays how much
Modify the program in programming challenges 23 so that italso dislpays how much money package A customers would save if theypurchased packages B or C, and how much money package …
Modify the program in the QuickSort.zip Zip file to implement the functions for
Modify the program in the QuickSort.zip Zip file to implement the functions for the quick sort algorithm. When your functions are finished, the program will sort the list of strin…
Modify the program ll.c so that it will load and execute an arbitrary program th
Modify the program ll.c so that it will load and execute an arbitrary program that is specified on the command line, and limit the number of lines of output the program can write …
Modify the program provided so that it can produce the Price and the Total with
Modify the program provided so that it can produce the Price and the Total with two digits after the decimal place. (note: Modify given program in a way that a beginner Java progr…
Modify the program so it performs a binary search instead of a linear search. He
Modify the program so it performs a binary search instead of a linear search. Here my code: Comment code please! Thanks // performs a linear search on an integer array. #include &…
Modify the program so that instead of asking for Fahrenheit, your program prompt
Modify the program so that instead of asking for Fahrenheit, your program prompts for inches. After receiving inches and converting to a Double, calculate the equivalent feet. Rem…
Modify the program so that it allows a user to change a given element of the lis
Modify the program so that it allows a user to change a given element of the list. # Get the table # Initialize the list wins = [] # Get the number of teams in the leaguenumTeams …
Modify the program so that it allows the user to enter either a five-character Z
Modify the program so that it allows the user to enter either a five-character ZIP code or a nine-character ZIP code. Pass the number of characters in the ZIP code to the verifyNu…
Modify the program so that it allows the user to make only four incorrect guesse
Modify the program so that it allows the user to make only four incorrect guesses. //Lab9-1.cpp - simulates a number guessing game //Created/revised by on <3-23-2016> #inclu…
Modify the program so that it reads all of the wave-height data and stroes it in
Modify the program so that it reads all of the wave-height data and stroes it in an array, unordered, then calls the function: void sort (doublex[], int n); data file ##YY MM …