Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1412 / 1624
Create a movie (Using Matlab) of the Lorenz attractor. Modify the animate.m scri
Create a movie (Using Matlab) of the Lorenz attractor. Modify the animate.m script from Lecture 4 to create a movie of the Lorenz attractor similar to the movie embedded on slide …
Create a movie website using PHP and HTML and link the database on a website. Th
Create a movie website using PHP and HTML and link the database on a website. The website should contains a registration page that ask the users first and last name, email address…
Create a multi-threaded server that handles a client\'s transaction until the tr
Create a multi-threaded server that handles a client's transaction until the transaction is completed. The ‘transaction’ is a series of requests from the client until the client s…
Create a multifile project following the examples from the textbook. There shoul
Create a multifile project following the examples from the textbook. There should be a file with the main function, a file with a class definition and a file with the functions of…
Create a multifile project with the base class Shape, the class Circle (derived
Create a multifile project with the base class Shape, the class Circle (derived public from Shape), and the class Rectangle (derived public from Shape). 1. The class Shape should …
Create a music survey form similar to the hands-on exercise 6 on pages 421-422 o
Create a music survey form similar to the hands-on exercise 6 on pages 421-422 of the textbook. Requirements: Name your file MusicSurvey.html. Set the action of your form to: http…
Create a music survey form... Requirements: 1. Name your file MusicSurvey.html .
Create a music survey form... Requirements: 1. Name your file MusicSurvey.html. 2. Set the action of your form to: http://www.markmurtha.com/csis128/readform.asp 3. Re…
Create a narrated paper pitching your business idea(which is to open a soul food
Create a narrated paper pitching your business idea(which is to open a soul food restaurant). to a potential investor--think of Donald Trump and the Apprentice show. Here are the …
Create a nested inner class that implements the ItemListener interface. Create a
Create a nested inner class that implements the ItemListener interface. Create an object of the nested inner class as the event handler object. Invoke the add…
Create a net worth statement using the following information: Checking account b
Create a net worth statement using the following information: Checking account balance $1,500 Home Mortgage 105,000 Savings Account balance 3,000 Home Equity Loan 9,000 Fair Marke…
Create a network function which takes in IP address like 192.168.1.1 and returns
Create a network function which takes in IP address like 192.168.1.1 and returns 192.168.001.001 And another function when user enter aa:bb:cc:dd:ee:ff it should return AA:BB:CC:D…
Create a network that models something with at least 5 objects/nodes. Have two t
Create a network that models something with at least 5 objects/nodes. Have two types of connections for each object with at least one connection from each object. Have at least on…
Create a new .html file called ifPractice.html You\'ll need to create two button
Create a new .html file called ifPractice.html You'll need to create two buttons. The first button will prompt the user for a number and then produce an alert box telling the user…
Create a new 2D array for the kernel set. number of rows: kernelProportion times
Create a new 2D array for the kernel set. number of rows: kernelProportion times number of rows in trainingSet cast the result of this calculation to an int number of cols: same a…
Create a new ASSEMBLY project using Keil Software. C of CPP files will NOT be ac
Create a new ASSEMBLY project using Keil Software. C of CPP files will NOT be accepted. Thumbs up for the correct answer. Thank you! (1)Make sure you use the M3 option Write an AR…
Create a new Arduino sketch. Define two global variables called count and prev_c
Create a new Arduino sketch. Define two global variables called count and prev_count. Make sure the variables are declared as a volatile unsigned long. Initialize both variables t…
Create a new C++ empty project titled \"CS115_IP2_YourName\" in the IDE. Determi
Create a new C++ empty project titled "CS115_IP2_YourName" in the IDE. Determine the functions that you need to create (you need at least 3). Design and implement those functions …
Create a new C++ empty project titled \"CS115_IP3_YourName\" in the IDE. Design
Create a new C++ empty project titled "CS115_IP3_YourName" in the IDE. Design the customer class. Include at least the customer name and address for the class. Create class functi…
Create a new C++ empty project titled \"CS115_IP4_YourName\" in the IDE. Use 2 a
Create a new C++ empty project titled "CS115_IP4_YourName" in the IDE. Use 2 arrays: one for the products, and one for the quantities. Use loops to assign values to the arrays. Us…
Create a new C++ empty project titled \"CS115_IP4_YourName\" in the IDE. Use 2 a
Create a new C++ empty project titled "CS115_IP4_YourName" in the IDE. Use 2 arrays: one for the products, and one for the quantities. Use loops to assign values to the arrays. Us…
Create a new C++ empty project titled \"CS115_IP5_YourName\" in the IDE. For the
Create a new C++ empty project titled "CS115_IP5_YourName" in the IDE. For the quantities, use a pointer to the first item of an array of int. An example of the declaration code m…
Create a new C++ header file called Circle.h. Enter the following description of
Create a new C++ header file called Circle.h. Enter the following description of a circle class: #ifndef CIRCLE_H #define CIRCLE_H #incliude using namespace std; class Circle { fr…
Create a new C++ source file named autocompleter.cpp that implements the class d
Create a new C++ source file named autocompleter.cpp that implements the class declared in autocompleter.h, so that autocompleter.cpp and the provided files compile into a program…
Create a new C++ source file named autocompleter.cpp that implements the class d
Create a new C++ source file named autocompleter.cpp that implements the class declared in autocompleter.h, so that autocompleter.cpp and the provided files compile into a program…
Create a new Eclipse project named LablHWLastnameFirstname and a new class withi
Create a new Eclipse project named LablHWLastnameFirstname and a new class within that project named $1 bills, S5 bills, S10 bills, and $20 bills in a cash register. The program s…
Create a new HTML page named Contact (5 points) Create a contact form that inclu
Create a new HTML page named Contact (5 points) Create a contact form that includes the following elements: o First Name textbox (attributes: type, id, name) (5 points) o Last Nam…
Create a new JAVA class inside your project folder. The name of your new JAVA cl
Create a new JAVA class inside your project folder. The name of your new JAVA class should be ListStats. Write a program that will read in a list of positive integers (including z…
Create a new JUnit test suite called FootyScoreTests that thoroughly tests the p
Create a new JUnit test suite called FootyScoreTests that thoroughly tests the provided class FootyScore. Use the Coverage tool in Eclipse to check how much of FootyScore your tes…
Create a new Java Project called Midterm1. Add two packages to the src folder: p
Create a new Java Project called Midterm1. Add two packages to the src folder: part1 and part2 Package part1: In package part1 declare 4 classes: Athlete, BaseballPlayer, SoccerPl…
Create a new Java Project called Midterm1. Add two packages to the src folder: p
Create a new Java Project called Midterm1. Add two packages to the src folder: partl and part2 Package part1: (45 points) Athlete name String +Sport (name: String) +getName() Stri…
Create a new Java Web Application project. Create a ServletContextListener which
Create a new Java Web Application project. Create a ServletContextListener which gets the current time as a String and stores it as a servlet context attribute (application scope …
Create a new Java Web Application project. Create a ServletContextListener which
Create a new Java Web Application project. Create a ServletContextListener which gets the current time as a String and stores it as a servlet context attribute (application scope …
Create a new Java application called \"Averager\" (without the quotation marks)
Create a new Java application called "Averager" (without the quotation marks) to get positive integers (i.e., any integer greater than 0) from the user, each preceded with a suita…
Create a new Java application called \"CheckString\" (without the quotation mark
Create a new Java application called "CheckString" (without the quotation marks) according to the following guidelines. ** Each method below, including main, should handle (catch)…
Create a new Java application called \"IncomeTax\" (without the quotation marks)
Create a new Java application called "IncomeTax" (without the quotation marks) that prompts a user for his or her marital status (single or married) and annual income (a double va…
Create a new Java application called \"WeightedAvgDataAnalyzer\" (without the qu
Create a new Java application called "WeightedAvgDataAnalyzer" (without the quotation marks), that modifies the DataAnalyzer.java code above according to the specifications below …
Create a new Java class called: Fibonacci Write a program that prints out the n
Create a new Java class called: Fibonacci Write a program that prints out the nth value in the Fibonacci sequence. In mathematics, the Fibonacci numbers are the numbers in the fol…
Create a new Java class called: Fibonacci Write a program that prints out the nt
Create a new Java class called: Fibonacci Write a program that prints out the nth value in the Fibonacci sequence In mathematics, the Fibonacci numbers are the numbers in the foll…
Create a new Java class called: GetNumbers For this assignment, you will be crea
Create a new Java class called: GetNumbers For this assignment, you will be creating a small main program and a method which will be used later in the project. Write a method name…
Create a new Java class called: MilitaryTime public class MilitaryTime Write a J
Create a new Java class called: MilitaryTime public class MilitaryTime Write a Java application program that reads two times in military format (0900 and 1730 for example) from th…
Create a new Java class called: NumberPyramid Write a program that will print a
Create a new Java class called: NumberPyramid Write a program that will print a pyramid of integers to the screen. The program should begin by asking the user for the number of li…
Create a new Java class called: NumberPyramid Write a program that will print a
Create a new Java class called: NumberPyramid Write a program that will print a pyramid of integers to the screen. The program should begin by asking the user for the number of li…
Create a new Java class called: NumberPyramid Write a program that will print a
Create a new Java class called: NumberPyramid Write a program that will print a pyramid of integers to the screen The program should begin by asking the user for the number of lin…
Create a new Java class called: PriceList Write a price-look up program for a fl
Create a new Java class called: PriceList Write a price-look up program for a florist. The program should ask the user to enter the name of a flower. Next, the program should prin…
Create a new Java class inside your project folder. The name of the class should
Create a new Java class inside your project folder. The name of the class should be: Change Note that this means you should have the following line at the top of your program: pub…
Create a new Java file, and name it A2Q2. java. (Do not prefix it with your name
Create a new Java file, and name it A2Q2. java. (Do not prefix it with your name.) Name the class appropriately to match. You have been provided with a main program file, called T…
Create a new Java file, and name it Course.java. (You do not need to prefix it w
Create a new Java file, and name it Course.java. (You do not need to prefix it with your name this time.) Name the class appropriately to match. You have been provided with a main…
Create a new Java project called inlab4. 2. Create a package called model and a
Create a new Java project called inlab4. 2. Create a package called model and a package called test. 3. In the model package, add the following class: package model; public class …
Create a new Java project called inlab4. b) Create a package called model and a
Create a new Java project called inlab4. b) Create a package called model and a package called test. c) In the model package, add the following class: package model; import java.u…
Create a new Java project for this homework. Find a color .jpg image on the Web
Create a new Java project for this homework. Find a color .jpg image on the Web that shows the face of a person and load it into your project folder. (It should be at the same lev…