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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 931 / 1333

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
Write a C++ subroutine that given an array of integers, rearranges it in reverse
Write a C++ subroutine that given an array of integers, rearranges it in reversed order. You’ll need also to design a subroutine to print the array before and after the reversal. …
Write a C++ template class named \"dequeue.template\" based on the following hea
Write a C++ template class named "dequeue.template" based on the following header declarations. Also write a test program to test every member functions implemented in the class. …
Write a C++ template class named \"dequeue.template\" based on the following hea
Write a C++ template class named "dequeue.template" based on the following header declarations. The comments about the declarations give you instructions on what to implement in t…
Write a C++ that does the following : Read a PGM image, store it in an array, an
Write a C++ that does the following : Read a PGM image, store it in an array, and output it to a new file (with a different name!). Once you get that working, see if you can get a…
Write a C++ utility object that can be used to generate data files that contain
Write a C++ utility object that can be used to generate data files that contain random numbers. Upon instantiation, your object should contain a method takes two arguments. Create…
Write a C++ variable declaration for each of the following. Use int , double , o
Write a C++ variable declaration for each of the following. Use int , double , or string , and choose meaningful variable names .Declare a variable to store a student ID number (1…
Write a C++ version of the following Java program that performs all the same fun
Write a C++ version of the following Java program that performs all the same functions: import java.util.Arrays; import java.util.Scanner; public class RadixSort {     // do not i…
Write a C++ version of the following Java program: import java.util.Arrays; impo
Write a C++ version of the following Java program: import java.util.Arrays; import java.util.Scanner; public class RadixSort {     // do not instantiate     private RadixSort() { …
Write a C++, object oriented program that allows the input of 15 animals names a
Write a C++, object oriented program that allows the input of 15 animals names and their corresponding ages. The data should be stored in a max heap, arranged according to their a…
Write a C++, object oriented program that allows the input of 15 animals names a
Write a C++, object oriented program that allows the input of 15 animals names and their corresponding ages. The data should be stored in a max heap, arranged according to their a…
Write a C++/Java program to solve the problem below using Divide and Conquer: Pr
Write a C++/Java program to solve the problem below using Divide and Conquer: Problem Definition: Theres a theif that enters a store during the night,and upon his entrance,the sto…
Write a C++/Java program to solve the problem below using Memoization(recursive
Write a C++/Java program to solve the problem below using Memoization(recursive dynamic programming): Problem Definition: Theres a theif that enters a store during the night,and u…
Write a C++/Java program to solve the problem below using Memoization: Problem D
Write a C++/Java program to solve the problem below using Memoization: Problem Definition: Theres a theif that enters a store during the night,and upon his entrance,the stores sec…
Write a C++/Java program to solve the problem below using the Dynamic Programmin
Write a C++/Java program to solve the problem below using the Dynamic Programming Algorithm Design paradigm: Problem Definition: Theres a theif that enters a store during the nigh…
Write a C++/Java program to solve the problem below using the Memoization(recurs
Write a C++/Java program to solve the problem below using the Memoization(recursive dynamic programming) Algorithm Design Paradigm: Problem Definition: Theres a theif that enters …
Write a C++/java program for the following algorithm design assignment: Design a
Write a C++/java program for the following algorithm design assignment: Design an algorithm using the dynamic programming algorithm design paradigm that solves the following probl…
Write a C++OOP program that simulates a vending machine. The program should defi
Write a C++OOP program that simulates a vending machine. The program should define at least two classes. One must be general vending machine. The other can be either vending machi…
Write a C++program that creates a tree from given input, and prints the leaf nod
Write a C++program that creates a tree from given input, and prints the leaf nodesusing the level-order traversal. The following is how we define tree nodes: struct node { int ite…
Write a C++program that do the following: a. Define a class called Calculator. b
Write a C++program that do the following: a. Define a class called Calculator. b. Declare the object Cal of type Calculator. c. Define a member function Display_sum that receive t…
Write a C++z program that converts US Dollars to a different currency. The curre
Write a C++z program that converts US Dollars to a different currency. The currencies and Exchange rates are listed in the following table. the user is prompted with a menu of cur…
Write a C+- program that computes, and outputs the mean (average) and standard d
Write a C+- program that computes, and outputs the mean (average) and standard deviation of a set of floating point values that are stored in an input file called "inputFile-l.txt…
Write a C+program to manage a library system. The main user is the librarian Bui
Write a C+program to manage a library system. The main user is the librarian Build Specifications 1. The system should load a catalog of books, journals, and magazines at the star…
Write a C- program (to be called \"a21.cmm\") that reads in two values (x and y)
Write a C- program (to be called "a21.cmm") that reads in two values (x and y) and that calculates and outputs xy (i.e. x to the y th power). The value entered for y must be an in…
Write a C-language program that runs on the AT89C51CC03 board. Add four LEDs to
Write a C-language program that runs on the AT89C51CC03 board. Add four LEDs to your board to P1.0, P1.1, P1.2, and P1.3 and add a push button switch to the board on P3.4. All res…
Write a C-language program that runs on the AT89C51CC03 board. Add four LEDs to
Write a C-language program that runs on the AT89C51CC03 board. Add four LEDs to your board to P1.0, P1.1, P1.2, and P1.3 and add a push button switch to the board on P3.4. All res…
Write a C-program that does the following: 1. Reads 10 temperatures from the con
Write a C-program that does the following: 1. Reads 10 temperatures from the console (standard input). Each value represents the high temp for a given day in a 10-day period. 2. S…
Write a C-program that does the following: The program first creates a single pi
Write a C-program that does the following: The program first creates a single pipe, using the pipe() system call. It then forks a child process using the fork() call. The goal is …
Write a C-program which I can used to enter student ID, Quiz, Recitation, Test,
Write a C-program which I can used to enter student ID, Quiz, Recitation, Test, and final scores and get them printed in a file “Stu_Score.txt”. The program will then open the “St…
Write a C/C+ function Called DIST that calculates the distance between two three
Write a C/C+ function Called DIST that calculates the distance between two three dimensional points and prints out the result. Also have this function calculate the amplitudes for…
Write a C/C+ function called Parallel that accepts two input resistor values (in
Write a C/C+ function called Parallel that accepts two input resistor values (in Ohms) and then multiplies them and divides by their sum: Double Parallel (double R1, double R2) {R…
Write a C/C+ function called Rect_Polar that converts rectangular(x, y) co-ordin
Write a C/C+ function called Rect_Polar that converts rectangular(x, y) co-ordinates to polar co-ordinates (R, theta). Use references to return values of R and theta to the main p…
Write a C/C+ program that asks the user to type in N test grades from the keyboa
Write a C/C+ program that asks the user to type in N test grades from the keyboard, then calculates and displays the following statistical values: Sum of grades S = S + grades[i] …
Write a C/C+ program that uses a for loop to input data points (e.g. a list of t
Write a C/C+ program that uses a for loop to input data points (e.g. a list of test grades) into a 1 dimensional vector called Grades [] from the keyboard using a for loop or whil…
Write a C/C+ program uses nested for loops to take input values for 3 two dimens
Write a C/C+ program uses nested for loops to take input values for 3 two dimensional (n x m) arrays, you can name the arrays VOLTS(N1l.l.CURRENT[N][M], PHASE[N][M].Then calculate…
Write a C/C+ script that uses a Random Number generator nested inside a double f
Write a C/C+ script that uses a Random Number generator nested inside a double for loop to create a 2 dimensioned matrix RN[N][M) of N x M random numbers between Min and Max (wher…
Write a C/C++ code to perform convolution on a 2D image (in a .ppm file P6 with
Write a C/C++ code to perform convolution on a 2D image (in a .ppm file P6 with 11400^+6800 pixels) using a gaussian blur filter (averaged) with standard deviation 40 pixels. Sinc…
Write a C/C++ program (call it string_invert) that takes a string argument from
Write a C/C++ program (call it string_invert) that takes a string argument from the command line and outputs the string inreversed order. Here comes the twist: Each process can ou…
Write a C/C++ program (call it string_invert) that takes a string argument from
Write a C/C++ program (call it string_invert) that takes a string argument from the command line and outputs the string inreversed order. Here comes the twist: Each process can ou…
Write a C/C++ program called signal-parent.cpp that waits a brief period of time
Write a C/C++ program called signal-parent.cpp that waits a brief period of time (10 seconds; using the sleep function) to simulate a daemon process initializing and then waiting …
Write a C/C++ program that determines exactly how many hours have passed since a
Write a C/C++ program that determines exactly how many hours have passed since a previous historical event happened. For example, if the user entered the hour and date of the hist…
Write a C/C++ program that exhibits a single struct with an array of 20 pointers
Write a C/C++ program that exhibits a single struct with an array of 20 pointers to 'char' and an integer array with 20 elements (the number of char's allocated to each pointer). …
Write a C/C++ program that inputs a simple, unweighted, undirected graph from a
Write a C/C++ program that inputs a simple, unweighted, undirected graph from a file and outputs vertices in the order visited by a DFS. The program should take two command-line a…
Write a C/C++ program that read a source file (input.txt) containing characters
Write a C/C++ program that read a source file (input.txt) containing characters described below (Seperated with single spaces) and Your program should allocate and build and creat…
Write a C/C++ program to implement RSA trapdoor permutation. Your program should
Write a C/C++ program to implement RSA trapdoor permutation. Your program should do the following Write a C/C + + program to implement RSA trapdoor permutation. Your program shoul…
Write a C/C++ program to implement RSA trapdoor permutation. Your program should
Write a C/C++ program to implement RSA trapdoor permutation. Your program should do the following a. Implement a routine/function to generate RSA key pair (public key and secret k…
Write a C/C++ program to simulate function atoi. The input should be a string co
Write a C/C++ program to simulate function atoi. The input should be a string contains valid digits (no more than 5 characters). The output should be the converted integer. Loop b…
Write a C99 function named cloneArgv that duplicates an array of strings, as rec
Write a C99 function named cloneArgv that duplicates an array of strings, as received by a C program's main function. Your function should have the following prototype: char **clo…
Write a C99 function named cloneArgv that duplicates an array of strings, as rec
Write a C99 function named cloneArgv that duplicates an array of strings, as received by a C program's main function. Your function should have the following prototype: char **clo…
Write a COBOL program that will convert a literal date, for example Jan 31,2011,
Write a COBOL program that will convert a literal date, for example Jan 31,2011, to a Julian date, for example 0312011 (the 1st three digits are the day of the year and the 2nd fo…
Write a COBOL program to calculate the amount of a mobile phone bill. A call is
Write a COBOL program to calculate the amount of a mobile phone bill. A call is charged 30 cents per minute. The cost for line rental is RM60.00. The tax for the overall bill (inc…