Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse M

Alphabetical listing with fast deep pagination.
30746 items • Page 408 / 615

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Modify Peterson\'s algorithm (shown below) to achieve mutual exclusion for n>2 p
Modify Peterson's algorithm (shown below) to achieve mutual exclusion for n>2 processes/threads. #define FALSE 0 #define TRUE 1 #define N     2                       /* number …
Modify PlayThatTune to take additional command-line arguments that control the v
Modify PlayThatTune to take additional command-line arguments that control the volume (multiply each sample value by the volume) and the tempo (multiply each note's duration by th…
Modify Program to include the assignment statement b = a, and then run the modif
Modify Program to include the assignment statement b = a, and then run the modified program to assess any error messages that occur. #include #include using namespace std; // clas…
Modify Programming Exercise 4.6 (piecework pay) to replace buttons with menus an
Modify Programming Exercise 4.6 (piecework pay) to replace buttons with menus and add a function procedure. This project will input the number of pieces and calculate the pay for …
Modify Project #5 by replacing all arrays by one array of structures. You will u
Modify Project #5 by replacing all arrays by one array of structures. You will use nested structures. Array should be passed to functions through Parameters/arguments. Project 5 c…
Modify SortingAlgos.cpp in the code below 1) Inclue the QuickSort header 2) Usin
Modify SortingAlgos.cpp in the code below 1) Inclue the QuickSort header 2) Using the MergeSort section as an example, fill in the QuickSort section 3) Add comparison and swap cou…
Modify Table Lab Create the following tables in SQL Server (code is supplied CRE
Modify Table Lab Create the following tables in SQL Server (code is supplied CREATE TABLE Customer (cust id INT PRIMARY KEY company_name VARCHAR (30), company age INT c address VA…
Modify This codings (drawline in graphics mode) such that it draws Green color l
Modify This codings (drawline in graphics mode) such that it draws Green color lines onscreen boundary as shown in the diagram below: 001 ;draw line in graphics mode 002 [org0x010…
Modify Token_stream::get() to return Token(print) when it sees a newline. This i
Modify Token_stream::get() to return Token(print) when it sees a newline. This implies looking for whitespace characters and treating newline (' ') specially. You might find the s…
Modify a C code to find the solution of the differential equation below by using
Modify a C code to find the solution of the differential equation below by using Euler's method. The range of x is 2 to 3. and the step size is 0.1. dx/dy = x^2 - 3x with y = 3 at…
Modify a carousel application so that when an image in the carousel is clicked,
Modify a carousel application so that when an image in the carousel is clicked, an enlarged image is displayed using animation. 1.     Code an event handler for the click event of…
Modify a carousel to display an enlarged image using animation In this exercise,
Modify a carousel to display an enlarged image using animation In this exercise, you’ll modify a carousel application so that when an image in the carousel is clicked, an enlarged…
Modify a working copy of source module LEDR.s from your Lab07/p2/src/ directory
Modify a working copy of source module LEDR.s from your Lab07/p2/src/ directory with the following specifications: Create a new function called led_put_index which takes the norma…
Modify and run the program shown below in the following way. There is an array o
Modify and run the program shown below in the following way. There is an array of 20 elements defined in the program. The elements of the array are: [20 18 16 14 12 10 8 6 4 2-10-…
Modify and run the program shown below in the following way. There is an array o
Modify and run the program shown below in the following way. There is an array of 20 elements defined in the program. The elements of the array are: [20 18 16 14 12 10 8 6 4 2 -10…
Modify barcode. c (attached, Project 4, #2), the edge detection function using p
Modify barcode. c (attached, Project 4, #2), the edge detection function using pointer arithmetic. The function prototype should be the following. Name your program barcode2.c. vo…
Modify before asshignment so that we can check input errors, etc.. Please refer
Modify before asshignment so that we can check input errors, etc.. Please refer to the following Java code. You should add switch, run your programing untill you choose figure==0 …
Modify before asshignment so that we can check input errors, etc.. Please refer
Modify before asshignment so that we can check input errors, etc.. Please refer to the following Java code. You should add switch, run your programing untill you choose figure==0 …
Modify before asshignment so that we can check input errors, etc.. Please refer
Modify before asshignment so that we can check input errors, etc.. Please refer to the following Java code. You should add switch, run your programing untill you choose figure==0 …
Modify c++ class and add the following functionality binary search tree - Remove
Modify c++ class and add the following functionality binary search tree -          Remove -          Tree Height -          FindMin -          FindMax Your program will take in a …
Modify cents.c (down) that asks the user to enter a number for cents and then ca
Modify cents.c (down) that asks the user to enter a number for cents and then calculatesthe number of quarters, dimes, nickels, and pennies needed to add up to that amount So it i…
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a) Include a second private data member instructorName in the GradeBook class. It represents the cou…
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a) Include a second private data member instructorName in the GradeBook class. It represents the cou…
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a) Include a second private data member instructorName in the GradeBook class. It represents the cou…
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a
Modify class GradeBook (GradeBook.cpp, and GradeBook.h) (attached) as follows: a) Include a second private data member instructorName in the GradeBook class. It represents the cou…
Modify class Rectangle from (b) to include a draw function that displays the rec
Modify class Rectangle from (b) to include a draw function that displays the rectangle inside a 25-by-25 box enclosing the portion of the first quadrant in which the rectangle res…
Modify code to count the number of swaps and comparisons import java.util.Random
Modify code to count the number of swaps and comparisons import java.util.Random; public class QuickSort { private int[] data; private static Random generator = new Random(); publ…
Modify code to include an additional subclass Pieceworker that represents an emp
Modify code to include an additional subclass Pieceworker that represents an employee whose pay is based on the number of pieces of merchandice produced. Class Pieceworker should …
Modify code to include private instance variable birthDate in class Employee. Us
Modify code to include private instance variable birthDate in class Employee. Use class Date to represent an employee's birthday. Add get methods to class Date. Assume that payrol…
Modify code to include private instance variable birthDate in class Employee. Us
Modify code to include private instance variable birthDate in class Employee. Use class Date to represent an employee's birthday. Add get methods to class Date. Assume that payrol…
Modify code to sort by the number of pages rather than by chapter number:
Modify code to sort by the number of pages rather than by chapter number: <?xml version="1.0"?> <!-- Fig. 15.21: sorting.xsl --> -<xsl:stylesheet xmlns:xsl="http://…
Modify example 8-42 to encrypt the message using an algorithm of your own design
Modify example 8-42 to encrypt the message using an algorithm of your own design. Char EncryptionKey=0x45 Char Encrypt (char code) {      _asm      {            Mov AL,CODE       …
Modify fill colour when shape is clicked Hello community, I have a small problem
Modify fill colour when shape is clicked Hello community, I have a small problem. I have a rectangular shape with three circles in it, the upper most is red, the middle is amber a…
Modify find method inside UF_WeightedQuickUnionPathCompression class to implemen
Modify find method inside UF_WeightedQuickUnionPathCompression class to implement path compression like this. After calling find(x), every node on the path from x to the root has …
Modify from MenuDialog to create a simple text editor. You need to add [STAThrea
Modify from MenuDialog to create a simple text editor. You need to add [STAThread] Before its Main method to make it work. In File menu, add option like New, Open, Save, Save As,C…
Modify fuelCost.php to receieve this input in addition to the other inputs. The
Modify fuelCost.php to receieve this input in addition to the other inputs. The program should calculate the fuel cost in the same way as before, but should then use an IF...ELSE …
Modify homework number 3 and add a column for Tuition and a column for Total. Al
Modify homework number 3 and add a column for Tuition and a column for Total. Also, name the current Sheet Report. Add a new sheet called Tuition. Above is the data for the Tuitio…
Modify is Program to include for option 2- binary search two additional submenus
Modify is Program to include for option 2- binary search two additional submenus (b- bubble sort, and s – selection sort) that allows the user to choose the sorting method prior t…
Modify it such that the message received from a client is analyzed. The server s
Modify it such that the message received from a client is analyzed. The server still display the original message but it also extracts all vowels (i.e., a, e, i, o, u) from the me…
Modify jogl/FourLights.java found in the week 5 readings to make a unique, light
Modify jogl/FourLights.java found in the week 5 readings to make a unique, lighted scene of your choice. You should modify the light sources and the object. Post your new code as …
Modify jogl/FourLights.java found in the week 5 readings to make a unique, light
Modify jogl/FourLights.java found in the week 5 readings to make a unique, lighted scene of your choice. You should modify the light sources and the object. Post your new code as …
Modify jogl/FourLights.java to make a unique, lighted scene of your choice.You s
Modify jogl/FourLights.java to make a unique, lighted scene of your choice.You should modify the light sources and the object. Post your new code as well as the resulting image(s)…
Modify module BCDADD1 from half adder to full adder to add two-digit BCDs: modul
Modify module BCDADD1 from half adder to full adder to add two-digit BCDs:   module lab2part4(SW, HEX0,HEX1,HEX2, HEX3); input [7:0] SW; output [6:0] HEX0, HEX1, HEX2, HEX3; wire …
Modify my Javascript project codes to change position and add style. It\'s a Zoo
Modify my Javascript project codes to change position and add style. It's a Zoomable Treemap. http://math.mercyhurst.edu/~swang/courses/MIS_370/finalproject/countries.html I want …
Modify my PHP file This php script works but it has the explode command in it. P
Modify my PHP file This php script works but it has the explode command in it. Please make program work without the explode command and remove any lines with echo in it. You will …
Modify mySolve. m to make sure the inputs are valid. Your function should check
Modify mySolve. m to make sure the inputs are valid. Your function should check for each of the following cases: 1. A is not a square matrix; 2. b is not a column vector; 3. Ax an…
Modify or rewrite the Queue class (Display 13.21 through 13.23) to simulate cust
Modify or rewrite the Queue class (Display 13.21 through 13.23) to simulate customer arrivals at the Department of Motor Vehicles (DMV) counter. As customers arrive, they are give…
Modify our Doubly Linked List code to include following index (rank) based acces
Modify our Doubly Linked List code to include following index (rank) based access operations int RetrieveAt(int index) void DeleteAt(int index) void Swap(int index, int index) ind…
Modify our Doubly Linked List code to include following index (rank) based acces
Modify our Doubly Linked List code to include following index (rank) based access operations int RetrieveAt(int index) void DeleteAt(int index) void Swap(int index, int index) ind…
Modify our Doubly Linked List code to include following index (rank) based acces
Modify our Doubly Linked List code to include following index (rank) based access operations int RetrieveAt(int index) void DeleteAt(int index) void Swap(int index, int index) ind…