Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 232 / 602
Design and create a class named Stats that has an array of 12 doubles as one of
Design and create a class named Stats that has an array of 12 doubles as one of its member variables. The values in the array should be set by making 12 calls to a public member f…
Design and create a graphical (GUI) application that allows the user to choose a
Design and create a graphical (GUI) application that allows the user to choose a different shape for displaying its area and perimeter. Three choices: Circle - enter the radius va…
Design and create a program that calculates simple and compound interest. Simple
Design and create a program that calculates simple and compound interest. Simple interest means that interest is only applied to the original amount. For instance, if a person dep…
Design and create a program to calculate the total wages for an employee. An emp
Design and create a program to calculate the total wages for an employee. An employee is paid $10 per hour for the first 40 hours. The employee is paid $15 per hour for every hour…
Design and create a user-friendly program in C++ that will prompt the end-user t
Design and create a user-friendly program in C++ that will prompt the end-user to enter a number of seconds. - There are 60 seconds in a minute. If the number of seconds entered b…
Design and create a workbook to keep track of the payroll for hourly employees.
Design and create a workbook to keep track of the payroll for hourly employees. Each worksheet will correspond to a different week. You have six employees. List them in a column. …
Design and create the tables. You must create additional tables to hold Project
Design and create the tables. You must create additional tables to hold Project and Activity Data. You will use normalization to come up with your final table design. IMPORTANT: F…
Design and declaration. All classes\' data fields should he private. Design an a
Design and declaration. All classes' data fields should he private. Design an abstract class named Person and its two subclasses named Student and Employee. Person has as abstract…
Design and describe below any experiment you can think of that would allow you t
Design and describe below any experiment you can think of that would allow you to determine if a pile of seeds from a random plant species are alive without(1) dumping water on th…
Design and describe below any experiment you can think of that would allow you t
Design and describe below any experiment you can think of that would allow you to determine if a pile of seeds from a random plant species are alive without(1) dumping water on th…
Design and describe below any experiment you can think of that would allow you t
Design and describe below any experiment you can think of that would allow you to determine if a pile of seeds from a random plant species are alive without(1) dumping water on th…
Design and describe below any experiment you can think of that would allow you t
Design and describe below any experiment you can think of that would allow you to determine if a pile of seeds from a random plant species are alive without(1) dumping water on th…
Design and describe, in precise English and without using code, linear-time algo
Design and describe, in precise English and without using code, linear-time algorithms for the following problems. You will be designing and describing three different algorithms …
Design and develop a Java program to solve problem #3.13 (Employee Class) on p.
Design and develop a Java program to solve problem #3.13 (Employee Class) on p. 102 Chapter 3 of the text book. 3.13 (Employee Class) Create a class called Employee that includes …
Design and develop a Java program to solve problem #3.13 (Employee Class) on p.
Design and develop a Java program to solve problem #3.13 (Employee Class) on p. 102 Chapter 3 of the text book. 3.13 (Employee Class) Create a class called Employee that includes …
Design and develop a Single View iPhone application in Objective-C that allows t
Design and develop a Single View iPhone application in Objective-C that allows the user to enter a set of integers separated by commas, sorts them, and shows the sorted integers s…
Design and develop a complete C++ program that creates and displaysthe \'Banner\
Design and develop a complete C++ program that creates and displaysthe 'Banner' outputfrom the project listed below utilizing a user defined FUNCTION,named 'BANNER'. Please leavec…
Design and develop a database of your choice that includes at least: Five entiti
Design and develop a database of your choice that includes at least: Five entities. Structural Constraints a. At least two of the three cardinality constraints. (1: 1, 1: N, N: M)…
Design and develop a program that accepts the name of a directory that contains
Design and develop a program that accepts the name of a directory that contains a set of text-only files. The program must be executable as below. java PA2 The program ensures the…
Design and develop a program that accepts the name of a directory that contains
Design and develop a program that accepts the name of a directory that contains a set of text-only files. The program must be executable as below. The program ensures the followin…
Design and develop a proposal for improved sustainability practices in the organ
Design and develop a proposal for improved sustainability practices in the organisation for which you work or intend to work. You might address a specific issue or a total environ…
Design and develop an interactive program that will evaluate the infix expressio
Design and develop an interactive program that will evaluate the infix expression using stack concept and operations. Implement the stack using linked list structure. Your program…
Design and implement (in Java) a program that simulates a vending machine. Produ
Design and implement (in Java) a program that simulates a vending machine. Products can be purchased by inserting the correct number of coins into the machine. A user selects a pr…
Design and implement (in Java) a program that simulates a vending machine. Produ
Design and implement (in Java) a program that simulates a vending machine. Products can be purchased by inserting the correct number of coins into the machine. A user selects a pr…
Design and implement C/C++ program (myshell5.c) to process command (to tokenize
Design and implement C/C++ program (myshell5.c) to process command (to tokenize and parse the command, and print its components correctly). Your C/C++ program should be able to pa…
Design and implement C/C++ program (myshell5.c) to process command (to tokenize
Design and implement C/C++ program (myshell5.c) to process command (to tokenize and parse the command, and print its components correctly). Your C/C++ program should be able to pa…
Design and implement C/C++ program (myshell5.c) to process command (to tokenize
Design and implement C/C++ program (myshell5.c) to process command (to tokenize and parse the command, and print its components correctly). Your C/C++ program should be able to pa…
Design and implement Dijkstra’s algorithm to compute all-pair shortest paths in
Design and implement Dijkstra’s algorithm to compute all-pair shortest paths in any given graph using An adjacency matrix using a one-dimensional array for storing only the elemen…
Design and implement Floyd’s algorithm to compute all-pair shortest paths in any
Design and implement Floyd’s algorithm to compute all-pair shortest paths in any given graph using An adjacency matrix using a one-dimensional array for storing only the element…
Design and implement Pep/8 Assembly language programs for each of the following:
Design and implement Pep/8 Assembly language programs for each of the following: A program that computes the sum of three numbers (3, 4, 2) and displays the result PEP/8 Simulator…
Design and implement a BankAccount program, to find the account balance for a mo
Design and implement a BankAccount program, to find the account balance for a month. Each bank account has a number and holds the initial balance, amount of deposits, amount of wi…
Design and implement a Book class, such as you can imagine as part of software f
Design and implement a Book class, such as you can imagine as part of software for a library. Class Book should have members for the ISBN. title, author , and copyright date. Also…
Design and implement a C Language program that measures the performance of given
Design and implement a C Language program that measures the performance of given processors. There are several metrics that measure the performance of a processor. We will be usin…
Design and implement a C Language program that measures the performance of given
Design and implement a C Language program that measures the performance of given processors. There are several metrics that measure the performance of a processor. We will be usin…
Design and implement a C Language program that measures the performance of given
Design and implement a C Language program that measures the performance of given processors. There are several metrics that measure the performance of a processor. We will be usin…
Design and implement a C++ Application that: Interactively input: Employee First
Design and implement a C++ Application that: Interactively input: Employee First Name Employee Last Name Employee id Employee hours worked per week Employee Pay Rate Menu with Opt…
Design and implement a C++ Application that: Interactively input: Employee First
Design and implement a C++ Application that: Interactively input: Employee First Name Employee Last Name Employee id Employee hours worked per week Employee Pay Rate Menu with Opt…
Design and implement a C++ Application that: Interactively input: Employee First
Design and implement a C++ Application that: Interactively input: Employee First Name Employee Last Name Employee id Employee hours worked per week Employee Pay Rate Menu with Opt…
Design and implement a C++ program that creates an 8-byte buffer capable of stor
Design and implement a C++ program that creates an 8-byte buffer capable of storing a 64-bit stream. You program shall allow the user to store and retrieve 8-bit (1 byte) values i…
Design and implement a C++ program that defines a base class A, which has a subc
Design and implement a C++ program that defines a base class A, which has a subclass B, which itself has a subclass C. The A class must implement a method, m, which is overridden …
Design and implement a C++ program that uses the MP1 protocol to perform arithme
Design and implement a C++ program that uses the MP1 protocol to perform arithmetic computations on short data types. Your code shall include the following functions: On each oper…
Design and implement a C++ program to maintain a list of contacts. Requirements:
Design and implement a C++ program to maintain a list of contacts. Requirements: 1. Contacts have a name, a phone number, and an email address. A contact is uniquely identified by…
Design and implement a C++ program to maintain a list of contacts. Requirements:
Design and implement a C++ program to maintain a list of contacts. Requirements: 1. Contacts have a name, a phone number, and an email address. A contact is uniquely identified by…
Design and implement a C++ program which searches an integerin an array INLIST o
Design and implement a C++ program which searches an integerin an array INLIST of integers. It accepts an array of integersLIST, the number of integers in LIST, and an integer A. …
Design and implement a C/C++ program (a3part2.c [or a3part2.cpp]) to read a file
Design and implement a C/C++ program (a3part2.c [or a3part2.cpp]) to read a file, to do the following tasks. Task1. Read the file (/etc/passwd) and output for each line to the fil…
Design and implement a C/C++ program (a3part3.c [or a3part3.cpp]) to implement a
Design and implement a C/C++ program (a3part3.c [or a3part3.cpp]) to implement a simple shell. Warning: you should not use any "system" call throughout this assignment (and therea…
Design and implement a C/C++ program (a3part3.c [or a3part3.cpp]) to implement a
Design and implement a C/C++ program (a3part3.c [or a3part3.cpp]) to implement a simple shell. Warning: you should not use any "system" call throughout this assignment (and therea…
Design and implement a C/C++ program that uses a Dynamic Programming solution to
Design and implement a C/C++ program that uses a Dynamic Programming solution to compute the “minimum editing distance” between two strings and shows the operations necessary to t…
Design and implement a Demand Paging virtual memory simulator! It must be a text
Design and implement a Demand Paging virtual memory simulator! It must be a text based application (NOT a GUI based one). You can use the C/C++ or Java programming language. The f…
Design and implement a Demand Paging virtual memory simulator! It must be a text
Design and implement a Demand Paging virtual memory simulator! It must be a text based application (NOT a GUI based one). You can use the C/C++ or Java programming language. The f…