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

Browse I

Alphabetical listing with fast deep pagination.
87858 items • Page 1376 / 1758

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
In this project you will create a Java application that simulates the operations
In this project you will create a Java application that simulates the operations of a pizza shop. Users of the pizza shop application will be able to create a new order, display a…
In this project you will create a basic calculator program. The calculator can o
In this project you will create a basic calculator program. The calculator can operate in two modes: Standard and Scientific modes. The Standard mode will allow the user to perfor…
In this project you will create a basic calculator program. The calculator can o
In this project you will create a basic calculator program. The calculator can operate in two modes: Standard and Scientific modes. The Standard mode will allow the user to perfor…
In this project you will create a collage of a single image. Select an image tha
In this project you will create a collage of a single image. Select an image that is small enough to fit six times into a picture about the size of those we've been working with. …
In this project you will create a deque that does not allow duplicates. The func
In this project you will create a deque that does not allow duplicates. The function of the deque’s operations addToBack and addToFront leave the deque unchanged if the the object…
In this project you will create a pair of Ping Client/Server program built on UD
In this project you will create a pair of Ping Client/Server program built on UDP in java. Your ping program is to send 10 ping messages to the target server over UDP. For each me…
In this project you will create a pair of Ping Client/Server program built on UD
In this project you will create a pair of Ping Client/Server program built on UDP in java. Your ping program is to send 10 ping messages to the target server over UDP, separated b…
In this project you will create a program called producer-consumer. c that will
In this project you will create a program called producer-consumer. c that will do the following: when the -p command line argument is passed, it will act as a producer when the -…
In this project you will create a simple text editor. . This application will al
In this project you will create a simple text editor. . This application will allow you to create new text files and open existing text files. The file contents are to be displaye…
In this project you will create a unique 3 graphics scene composed of OpenGL gra
In this project you will create a unique 3 graphics scene composed of OpenGL graphic components using transformation methods. Requirements: 1. Using Netbeans or Eclipse, develop a…
In this project you will create a unique 3 scene composed of OpenGL graphic comp
In this project you will create a unique 3 scene composed of OpenGL graphic components using transformation methods. Requirements: 1. Using Netbeans or Eclipse, develop a JOGL app…
In this project you will create a unique 3D animated scene composed of Three.js
In this project you will create a unique 3D animated scene composed of Three.js graphic components. The scene should include animation, lighting and multiple objects.   Requiremen…
In this project you will define some interfaces, abstract classes, and concrete
In this project you will define some interfaces, abstract classes, and concrete classes, all placed in a specific package. You will also use the instanceofoperator. Note: if you d…
In this project you will design and implement a class that can generate a sequen
In this project you will design and implement a class that can generate a sequence of pseudorandom integers, which is a sequence that appears random in many ways. The approach use…
In this project you will design two bandpass filters (a Chebyshev and a Butterwo
In this project you will design two bandpass filters (a Chebyshev and a Butterworth lumped element bandpass filter). Design a lumped element Chebyshev or equal-ripple bandpass fil…
In this project you will develop a class that models a random walk and write a c
In this project you will develop a class that models a random walk and write a client program that use the class. Several core concepts we introduced in Chapter 7, will be utilize…
In this project you will extend your Shapes editor application, in two direction
In this project you will extend your Shapes editor application, in two directions. First you will make your shapes and the collection class holding them serializable, and second, …
In this project you will implement a priority queue module using binary heaps. T
In this project you will implement a priority queue module using binary heaps. The interface is specified in the given file pq.h. For this project, you will have to complete the s…
In this project you will implement a very simple TTY game. In this game, the use
In this project you will implement a very simple TTY game. In this game, the user has a catapult that can launch projectiles. In each round of the game, the computer places a wall…
In this project you will implement and explore the performance of different kind
In this project you will implement and explore the performance of different kinds of spell checkers. I have provided a text file containing about 110,000 English words on eCoursew…
In this project you will investigate the basic chemistry and light requirements
In this project you will investigate the basic chemistry and light requirements of photosynthesis. Phenol red is a pH indicator dye that is red to magenta in color at pH 7 or high…
In this project you will look up the PCI-DSS control objectives on the Internet
In this project you will look up the PCI-DSS control objectives on the Internet and see which ones TJX did not comply with. Source: https://www.pcisecuritystandards.org/security_s…
In this project you will perform the physical design and implementation using SQ
In this project you will perform the physical design and implementation using SQL Data Definition Language (DDL) and     proceed with populating the Mom and Pop Johnson Video Stor…
In this project you will write a C++ program that simulates the purchase of a si
In this project you will write a C++ program that simulates the purchase of a single item in an online store. What to do Write a C++ program that: 1. Prints out a welcome message.…
In this project you will write a C++ program that simulates the purchase of a si
In this project you will write a C++ program that simulates the purchase of a single item in an online store. What to do Write a C++ program that: 1. Prints out a welcome message.…
In this project you will write a C++ program that simulates the purchase of a si
In this project you will write a C++ program that simulates the purchase of a single item in an online store. What to do Write a C++ program that: 1. Prints out a welcome message.…
In this project you will write a C++ program that simulates the purchase of a si
In this project you will write a C++ program that simulates the purchase of a single item in an online store. What to do Write a C++ program that: 1. Prints out a welcome message.…
In this project you will write a program that displays a long message on the 2X1
In this project you will write a program that displays a long message on the 2X16 LCD on the trainer board. In order to show a message that is longer than 16 characters you need t…
In this project you will write a program which creates, holds, displays and serv
In this project you will write a program which creates, holds, displays and serves student information to the user. For every student you store five different fields: 1) Name and …
In this project you will write an application for drawing Geometrical Shapes: Yo
In this project you will write an application for drawing Geometrical Shapes: Your application will be build with a frame (JFrame) and a tool bar (JToolBar) that will offer the us…
In this project, an InputLoop is provided to read in a sequence of single-precis
In this project, an InputLoop is provided to read in a sequence of single-precision float-point numbers and you are required to add MIPS code to compute the SUM, MIN and MAX of th…
In this project, is asking to write a simple calculator which can add, subtract,
In this project, is asking to write a simple calculator which can add, subtract, multiply, and divide. Here are the specifications for the calculator: The calculator has one “accu…
In this project, please complete the attached code project3.asm to achieve the f
In this project, please complete the attached code project3.asm to achieve the following functions: 1) Read in a sequence of numbers from the console one by one 2) If a special nu…
In this project, please complete the attached code project3.asm to achieve the f
In this project, please complete the attached code project3.asm to achieve the following functions: 1) Read in a sequence of numbers from the console one by one 2) If a special nu…
In this project, search for web hosting providers and report on three that meet
In this project, search for web hosting providers and report on three that meet the following criteria: Support PHP and MySQL Offer e-commerce capabilities Provide at least 1 GB o…
In this project, the students are expected to study on a specific Multi-objectiv
In this project, the students are expected to study on a specific Multi-objective Combinatorial Optimization problem and could do one of the following: write a structured and prop…
In this project, we combine the concepts of Recursion and Sorting. Since the Jav
In this project, we combine the concepts of Recursion and Sorting. Since the Java Collection API provides various built-in sorting capabilities, so we will focus on Merge Sort and…
In this project, we w make up a banking system. You are an employee of MadeUp Ba
In this project, we w make up a banking system. You are an employee of MadeUp Banking. Your job is to manage multiple bank accounts. Here, you would create new accounts, deposit t…
In this project, we will make up a banking system. You are an employee of MadeUp
In this project, we will make up a banking system. You are an employee of MadeUp Banking. Your job is to manage multiple bank accounts. Here, you would create new accounts, deposi…
In this project, we will make up a banking system. You are an employee of MadeUp
In this project, we will make up a banking system. You are an employee of MadeUp Banking Your job is to manage multiple bank accounts. Here, you would create new accounts, deposit…
In this project, we will make up a banking system. You are an employee of MadeUp
In this project, we will make up a banking system. You are an employee of MadeUp Banking Your job is to manage multiple bank accounts. Here, you would create new accounts, deposit…
In this project, we will study to apply multithreaded programming to implement a
In this project, we will study to apply multithreaded programming to implement a producer-consumer solution that prints a sequence of consecutive integers starting from 0, using a…
In this project, write a program to compute the taxes for an individual based on
In this project, write a program to compute the taxes for an individual based on their income, deductions, and filing status. This project focuses on files, vectors, and maps. We …
In this project, y ou will be writi ng an object that implements an ordered link
In this project, you will be writing an object that implements an ordered linked list with operator overload support for insertions and deletions. The specification for the list o…
In this project, you are asked to design and implement a class for double link l
In this project, you are asked to design and implement a class for double link list to hold integers: – The class should be called DList, you also need a class called Node that co…
In this project, you are asked to design, develop, implement, and test a prototy
In this project, you are asked to design, develop, implement, and test a prototype (a model) for an exam software system.This exam is administered to students graduating with a de…
In this project, you are asked to design, develop, implement, and test a prototy
In this project, you are asked to design, develop, implement, and test a prototype (a model) for an exam grading software system. This system will read the students' ID numbers, n…
In this project, you are asked to re-sample a 2D digital image. The specific req
In this project, you are asked to re-sample a 2D digital image. The specific requirements are: Down-sampling: Given an image, you are asked to down-sample the image by three times…
In this project, you are asked to re-sample a 2D digital image. The specific req
In this project, you are asked to re-sample a 2D digital image. The specific requirements are: Down-sampling: Given an image, you are asked to down-sample the image by three times…
In this project, you are asked to re-sample a 2D digital image. The specific req
In this project, you are asked to re-sample a 2D digital image. The specific requirements are: Down-sampling: Given an image, you are asked to down-sample the image by three times…