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

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 301 / 602

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
Develop a Java application to calculate the monthly paychecks for a number of di
Develop a Java application to calculate the monthly paychecks for a number of different types of employees. The employee types are created in a subclass array based on parent base…
Develop a Java application which implements an application for a store chain tha
Develop a Java application which implements an application for a store chain that has three types of stores which are Book, Music, and Movie stores. Your application should have a…
Develop a Java application which implements an application for a store chain tha
Develop a Java application which implements an application for a store chain that has three types of stores which are Book, Music, and Movie stores. Your application should have a…
Develop a Java class to hold a fraction that acts like a data type. Store both t
Develop a Java class to hold a fraction that acts like a data type. Store both the numerator and non-zero denominator each as instance variables (integer) enabling exact answers f…
Develop a Java console application for a simple game of guessing at a secret fiv
Develop a Java console application for a simple game of guessing at a secret five-digit code (a random number from 10000 to 99999). When the user enters a guess at the code, the p…
Develop a Java program called GuessNumber.java to make a game to guess a number
Develop a Java program called GuessNumber.java to make a game to guess a number between 1 and 100. Operation: • The application prompts the user to enter an int value from 1 to 10…
Develop a Java program that Uses selection constructs (if, and if else). Uses th
Develop a Java program that Uses selection constructs (if, and if else). Uses the Java iteration constructs (while, do, for). Uses static variables. Ensure integer variables input…
Develop a Java program that computes the %G~C Content of a DNA sequence. Your pr
Develop a Java program that computes the %G~C Content of a DNA sequence. Your program should: (What i have below is correct except for part 5-3) /*File : GCContent.java*/ import j…
Develop a Java program that uses: Inheritance constructs overriding superclass m
Develop a Java program that uses: Inheritance constructs overriding superclass methods invoking super class methods accessing superclass instance variables abstact classes and met…
Develop a Java program that will read a file of sales volume and print a report
Develop a Java program that will read a file of sales volume and print a report with the sales commission of each salesperson. Each input record should contain salesperson number,…
Develop a Java program that: creates a user designed class uses proper design te
Develop a Java program that: creates a user designed class uses proper design techniques including reading UML Class Diagrams reads input from the keyboard using a Scanner Object …
Develop a Java program to compare the performance of data retrieval for the foll
Develop a Java program to compare the performance of data retrieval for the following search methods: Sequential Search Binary search of a sorted array Hashed search Find prime I …
Develop a Java program to implement the following algorithms using recursion and
Develop a Java program to implement the following algorithms using recursion and iteration and report the result and the elapsed time in nanoseconds for each version. Prompt the u…
Develop a Java program to read the text description of trees and construct a Bin
Develop a Java program to read the text description of trees and construct a Binary tree. Your class Tree should provide implement the Iterable interface. The iterable interface r…
Develop a Java program to read the text description of trees and construct a tre
Develop a Java program to read the text description of trees and construct a tree. Your class Tree should provide implement the Iterable interface. The iterable interface requires…
Develop a Javascript application that allows the user to enter strings into a va
Develop a Javascript application that allows the user to enter strings into a variable number of input widgets. As a string is entered by the user its length is automatically disp…
Develop a MATLAB Graphical User Interface (GUI) that can find the length of an a
Develop a MATLAB Graphical User Interface (GUI) that can find the length of an arc in the three-coordinate systems. The user will need to specify the coordinate system and them th…
Develop a MATLAB Program with a GUI that computes the deflection of a cantilever
Develop a MATLAB Program with a GUI that computes the deflection of a cantilever or simply supported beam. The program should have the following features: The graphical-user-inter…
Develop a MATLAB function based on the following: Beyond the Colebrook Equation
Develop a MATLAB function based on the following: Beyond the Colebrook Equation discussed in class, other relationships, such as the Von Karman equation are available to estimate …
Develop a MATLAB function plot_frame(C. \'label\', \'color\') to plot a 3D coord
Develop a MATLAB function plot_frame(C. 'label', 'color') to plot a 3D coordinate frame, where C is a 3X3 numerical rotation matrix, label is a text string used to label (i.e., su…
Develop a MATLAB function that uses an Euler numerical integration method to sol
Develop a MATLAB function that uses an Euler numerical integration method to solve the equations of motion shown above. Your function should take as an input a step size dt, the i…
Develop a MTALB code to determine the electric field due to the following charge
Develop a MTALB code to determine the electric field due to the following charge distributions: a point charge, an infinite line charge, and an infinite surface charge. The code m…
Develop a MTALB code to determine the electric field due to the following charge
Develop a MTALB code to determine the electric field due to the following charge distributions: a point charge, an infinite line charge, and an infinite surface charge. The code m…
Develop a MTALB code to determine the electric field due to the following charge
Develop a MTALB code to determine the electric field due to the following charge distributions; a point charge, infinite line charge, and infinite surface charge. The code must as…
Develop a MTALB code to determine the electric field due to the following charge
Develop a MTALB code to determine the electric field due to the following charge distributions; a point charge, infinite line charge, and infinite surface charge. The code must as…
Develop a MapReduce-based solution constructing an inverted character index of a
Develop a MapReduce-based solution constructing an inverted character index of a list of words. The index should map every character appearing in at least one of the words to a li…
Develop a MathCAD file that analytically rotates a 3D state of stress from its i
Develop a MathCAD file that analytically rotates a 3D state of stress from its initial Cartesian reference frame (xyz) to another frame (x’y’z’). Use rotation matrices. (a) In the…
Develop a Matlab code implementing the boundary value design method for simple t
Develop a Matlab code implementing the boundary value design method for simple ternary distillation using bottom-up and top-down tray-by-tray calculations. For simplicity, assume …
Develop a Matlab code to calculate the numerical differentiation at ALL the foll
Develop a Matlab code to calculate the numerical differentiation at ALL the following data points, and produce the following plot. To ensure high accuracy calculations, the equati…
Develop a Matlab code to calculate the numerical differentiation at ALL the foll
Develop a Matlab code to calculate the numerical differentiation at ALL the following data points, and produce the following plot. To ensure high accuracy calculations, the equati…
Develop a Matlab function that finds the root of a function f(x) within a given
Develop a Matlab function that finds the root of a function f(x) within a given initial interval [a, b] with a tolerance in solution of at least e using the bisection method. Name…
Develop a Matlab program that models the three waveguides described in Figure 1
Develop a Matlab program that models the three waveguides described in Figure 1 and Table 1, below. Geometry of some transmission lines. Lumped element characterization of transmi…
Develop a Matlab program that models the three waveguides described in Figure 1
Develop a Matlab program that models the three waveguides described in Figure 1 and Table 1, below. The Matlab program should initially ask the user to choose one of the topologie…
Develop a Matlab program to implement Liebmann\'s method for a rectangular plate
Develop a Matlab program to implement Liebmann's method for a rectangular plate with Dirichlet boundary conditions to solve temperature distribution of the heated plate. The side …
Develop a Matlab program to implement Liebmann\'s method for a rectangular plate
Develop a Matlab program to implement Liebmann's method for a rectangular plate with Dirichlet boundary conditions to solve temperature distribution of the heated plate. The side …
Develop a Matlab program to obtain first-derivative estimates for unequally spac
Develop a Matlab program to obtain first-derivative estimates for unequally spaced data. Test it with the following data: where f(x) = 5e^-2x x. Compare your results with the true…
Develop a Matlab program to obtain first-derivative estimates for unequally spac
Develop a Matlab program to obtain first-derivative estimates for unequally spaced data. Test it with the following data: where f(x) = 5e^-2x x. Compare your results with the true…
Develop a Microsoft Access database with the table(s) necessary to hold any 5 st
Develop a Microsoft Access database with the table(s) necessary to hold any 5 states of the United States of America, their capitals and a graphic picture of the appropriate state…
Develop a Microsoft Excel workbook that provides the user the opportunity to ent
Develop a Microsoft Excel workbook that provides the user the opportunity to enter a data set for a single random variable by providing the number of observations in the set along…
Develop a Monte Carlo simulation by writing an algorithm that generates a sequen
Develop a Monte Carlo simulation by writing an algorithm that generates a sequence of uniform random numbers (0, 1) for values of x and y on the OABC region, and calculate the cor…
Develop a Monte Carlo simulation model for the pharmacy situation described in P
Develop a Monte Carlo simulation model for the pharmacy situation described in Problem 9 of Chapter 8. Use the IntUniform distribution in Risk Solver Platfomm tomodel the demand a…
Develop a Monte Carlo simulation model for the pharmacy situation described in P
Develop a Monte Carlo simulation model for the pharmacy situation described in Problem 9 of Chapter 8. Use the IntUniform distribution in Risk Solver Platfomm tomodel the demand a…
Develop a Multisim model based on the block diagram above. (Screenshot of Multis
Develop a Multisim model based on the block diagram above. (Screenshot of Multisim in needed only) Signal generators: Generate three sine wave signals of 0.1V peak amplitude and z…
Develop a Python 3.4 program which will calculate and display information about
Develop a Python 3.4 program which will calculate and display information about exam scores for the students in a class, as described below. The program will prompt the user to en…
Develop a Python program that uses one loop within another loop (nested loops),
Develop a Python program that uses one loop within another loop (nested loops), to draw a pattern that looks 1. The pattern is made by printing blanks spaces (") and asterisks" 2.…
Develop a Python program that will calculate the sum of an integer series, as de
Develop a Python program that will calculate the sum of an integer series, as described below. The program will consist of function squares, function cubes, and the main block of …
Develop a Python program that will calculate the sum of an integer series, as de
Develop a Python program that will calculate the sum of an integer series, as described below. The program will consist of function squares, function cubes, and the main block of …
Develop a Python program which inputs a series of integers and processes them. T
Develop a Python program which inputs a series of integers and processes them. The program will: a) Continue to process values until the user enters the value 0 b) Ignore all nega…
Develop a Python program which will convert English words into their Pig Latin f
Develop a Python program which will convert English words into their Pig Latin form, as described below. The program will repeatedly prompt the user to enter a word. First convert…
Develop a Python program. Define a class in Python and use it to create an objec
Develop a Python program. Define a class in Python and use it to create an object and display its components. Define a Book class where a book contains the following components (a…