Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1428 / 1624
Create a set of classes to implement a banking mode in Java, and are expected to
Create a set of classes to implement a banking mode in Java, and are expected to employ the techniques of inheritance and polymorphism. A bank has account owners, each of them may…
Create a set of dummy variables for each of the three industries. Estimate a mul
Create a set of dummy variables for each of the three industries. Estimate a multiple regression equation with the price-earnings ratio (P/E) as the dependent variable and the fol…
Create a set of meeting rules that you would insist upon as a project manager of
Create a set of meeting rules that you would insist upon as a project manager of a large project team for weekly update meetings. you can create hypothetical project or use one fr…
Create a set of normalized relations given the invoice shown below. Start with a
Create a set of normalized relations given the invoice shown below. Start with a single table (could be in NNF) and then proceed to 1NF, 2NF and 3NF. If the first table is in NNF,…
Create a set of normalized relations given the sample data below. Start with a s
Create a set of normalized relations given the sample data below. Start with a single table (could be in NNF) and then proceed to 1NF, 2NF and 3NF. If the first table is in NNF, e…
Create a set of php programs to allow users of the web site to upload various fi
Create a set of php programs to allow users of the web site to upload various files to our server. Details: use the standard "php upload" routine…
Create a set of points that are very close together and then add a point that is
Create a set of points that are very close together and then add a point that is far away from the set. What is the impact of the new point on the standard deviation? Try to creat…
Create a set of use cases for a housing system. The system helps students find a
Create a set of use cases for a housing system. The system helps students find apartments. Owners of apartments fill in information forms about the rental units they have availabl…
Create a set of use cases for an online university registration system. The syst
Create a set of use cases for an online university registration system. The system should enable the staff of each academic department to examine the courses offered by their depa…
Create a set of use cases for the following health club membership system: When
Create a set of use cases for the following health club membership system: When members join the health club, they pay a fee for a certain length of time. Most memberships are for…
Create a set of webpages that registers users for a professional conference. Use
Create a set of webpages that registers users for a professional conference. Use a session to track down users as they navigate through the web pages. Include three separate web p…
Create a shell script that returns a full name associated with a userid specied
Create a shell script that returns a full name associated with a userid specied in the command line argument. • Use the names found in /acct/common/CSCE215-Spring16. • Your shell …
Create a shell script that would receive as a parameter (from the command line)
Create a shell script that would receive as a parameter (from the command line) the number of days from epoch (January 1, 1970) and display the date in a human readable way, pleas…
Create a shell script, cExt.sh that takes one or more parameters, where the firs
Create a shell script, cExt.sh that takes one or more parameters, where the first is a desired extension and the remainder are names of files to be renamed. For each file in the c…
Create a shell script, cExt.sh that takes one or more parameters, where the firs
Create a shell script, cExt.sh that takes one or more parameters, where the first is a desired extension and the remainder are names of files to be renamed. For each file in the c…
Create a short Word document, no longer than a page, that describes “How the Int
Create a short Word document, no longer than a page, that describes “How the Internet Works.” This can be from any perspective you wish, browser, email, networking but will probab…
Create a short Word document, no longer than a page, that describes “How the Int
Create a short Word document, no longer than a page, that describes “How the Internet Works.” This can be from any perspective you wish, browser, email, networking but will probab…
Create a shuffle method using the below pseudo code as a guide: create a new emp
Create a shuffle method using the below pseudo code as a guide: create a new empty arraylist (called newList) while randomly select the index of one song on the playlist remove it…
Create a side by side bar chart for this problem with income on the x -axis to s
Create a side by side bar chart for this problem with income on the x-axis to show the relationship between opinions about wealth re-distribution by income & show the calculat…
Create a simple 2d java Tic--%u2010Tac--%u2010Toe game where two players take tu
Create a simple 2d java Tic--%u2010Tac--%u2010Toe game where two players take turns until one of the players wins. (use at least three methods) Here Is the general idea: 1. W…
Create a simple Android interface that takes a password and provides feedback as
Create a simple Android interface that takes a password and provides feedback as to its strength (using the provided Classes + Tests ). Your interface needs an input text field, b…
Create a simple GUI using only code (i.e., you may not use WindowBuilder or any
Create a simple GUI using only code (i.e., you may not use WindowBuilder or any other designer for this particular problem, just to make sure we understand the basics) that replic…
Create a simple Java application template. This is a just a bare-bones, generic
Create a simple Java application template. This is a just a bare-bones, generic program shell, but it contains all the basic structural elements common to all the code we'll write…
Create a simple Point class Members: int x, y These should be private Instance M
Create a simple Point class Members: int x, y These should be private Instance Methods: Constructor 1 Takes no parameters Se…
Create a simple String class that represents a character string abstraction. The
Create a simple String class that represents a character string abstraction. The class must use the C++ new and delete operators to dynamically manage memory (in the heap) to stor…
Create a simple applet. The program will use a label to hold the program Solutio
Create a simple applet. The program will use a label to hold the program
Create a simple application to model the different types of cars and vehicles. T
Create a simple application to model the different types of cars and vehicles. The following classes and should be defined: Vehicle An Abstract Java class. Instance variables: …
Create a simple assembly language program in SPIM. This program should include c
Create a simple assembly language program in SPIM. This program should include comments and be properly formatted. It should exit without crashing. The program should implement th…
Create a simple balance using a ruler as the balance beam and a pencil as the fu
Create a simple balance using a ruler as the balance beam and a pencil as the fulcrum. (A pencil or pen with a hexagonal cross section is easier to use than one with a round cross…
Create a simple blackjack game with rules below in JAVA FX using images and such
Create a simple blackjack game with rules below in JAVA FX using images and such. The player and dealer are each dealt 2 cards. All of the players cards are dealt face up, the dea…
Create a simple calculator program using the Windows Application function within
Create a simple calculator program using the Windows Application function within Visual Studio. You will need to use at least one form level variable and display it when the ‘=’ b…
Create a simple calculator. Your interface should contain two input boxes in whi
Create a simple calculator. Your interface should contain two input boxes in which the user can put two numbers. There should be four buttons: add, subtract, multiply, and divide.…
Create a simple chat box in php so far this is what i have but it keeps showing
Create a simple chat box in php so far this is what i have but it keeps showing code outside: <html> <head> <title>Network Chat Room</title> </head> …
Create a simple class (DoStuff) containing an int, and overload the operator+ as
Create a simple class (DoStuff) containing an int, and overload the operator+ as a member function. Also, provide a print() member function that takes an ostream& as an argume…
Create a simple class (DoStuff) containing an int, and overload the operator+ as
Create a simple class (DoStuff) containing an int, and overload the operator+ as a member function. Also, provide a print() member function that takes an ostream& as an argume…
Create a simple class (DoStuff) containing an int, and overload the operator+ as
Create a simple class (DoStuff) containing an int, and overload the operator+ as a member function. Also, provide a print() member function that takes an ostream& as an argume…
Create a simple class (DoStuff) containing an int, and overload the operator+ as
Create a simple class (DoStuff) containing an int, and overload the operator+ as a member function. Also, provide a print() member function that takes an ostream& as an argume…
Create a simple class (DoStuff) containing an int, and overload the operator+ as
Create a simple class (DoStuff) containing an int, and overload the operator+ as a member function. Also, provide a print() member function that takes an ostream& as an argume…
Create a simple client/server socket program in Java. The client is a Java GUI t
Create a simple client/server socket program in Java. The client is a Java GUI that speaks to a server socket running on a desktop machine. The server side is a Java program with …
Create a simple command line Java program to calculate the average of a variable
Create a simple command line Java program to calculate the average of a variable quantity of integers that are passed as an argument when the program is called. This uses the args…
Create a simple command line Java program to calculate the average of a variable
Create a simple command line Java program to calculate the average of a variable that is set to be an array that are passed as an argument when the program is called. This uses th…
Create a simple command line program that simulates the rolling of a pair of six
Create a simple command line program that simulates the rolling of a pair of six-sided dice a user given number of times. The number of times to roll the pair of dice should be re…
Create a simple command line program that simulates the rolling of a pair of six
Create a simple command line program that simulates the rolling of a pair of six-sided dice a user given number of times. The number of times to roll the pair of dice should be re…
Create a simple command line program that simulates the spinning of a roulette w
Create a simple command line program that simulates the spinning of a roulette wheel like game. The landing positions of the wheel are to be stored in a circular (the last node sh…
Create a simple command line program that simulates the spinning of a roulette w
Create a simple command line program that simulates the spinning of a roulette wheel like game. The landing positions of the wheel are to be stored in a circular (the last node sh…
Create a simple database with three fields : id, lastName, firstName all as Stri
Create a simple database with three fields : id, lastName, firstName all as Strings. You should define a class called DatabaseRecord with three private String varibles (the three …
Create a simple electronic runner’s journal that allows a user to log a list o
Create a simple electronic runner’s journal that allows a user to log a list of runs. Your program must use the “list†API in the C++ standard template library (STL). Your pr…
Create a simple food delivery service software system that manages customer call
Create a simple food delivery service software system that manages customer call-in the orders for combo meals via a first/in-first/out method. Your program will allow a food deli…
Create a simple food delivery service software system that manages customer call
Create a simple food delivery service software system that manages customer call-in the orders for combo meals via a first/in-first/out method. Your program will allow a food deli…
Create a simple form using C# (C Sharp) I just started learning C# this week and
Create a simple form using C# (C Sharp) I just started learning C# this week and it's different from the other programming languages I've learned and I need help with this assignm…