Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1436 / 1624
Create a work breakdown structure for an IT contractor company that has been con
Create a work breakdown structure for an IT contractor company that has been contracted by a pet store. This is only a rough draft and doesn't need to be perfect. objectives: prop…
Create a work class “RecipeFinder” inside the project. This is the most difficul
Create a work class “RecipeFinder” inside the project. This is the most difficulty class in this program. One thing you need to figure out is how to output the body of a recipe ba…
Create a workbook with the first two worksheets called “Television Ads” and “Con
Create a workbook with the first two worksheets called “Television Ads” and “Conversion Rates”. They have to be identical to the worksheets shown below when the workbook is first …
Create a working replica of the classic game MasterMind in C++. The idea of the
Create a working replica of the classic game MasterMind in C++. The idea of the game is for a player) to guess the secret code chosen by the computer. The code is a sequence of 4 …
Create a working version of an Arkanoid game. (Win32 program) Steps: Create sing
Create a working version of an Arkanoid game. (Win32 program) Steps: Create single horizontal paddle and a ball, and walls. Make the ball move and bounce from all walls and the pa…
Create a worksheet that has the following matrix, which shows temperatures measu
Create a worksheet that has the following matrix, which shows temperatures measured at 4 locations on 4 different days Develop a well-structured VBA code that stores the following…
Create a workspace named Lab08 and place each part below as a separate project w
Create a workspace named Lab08 and place each part below as a separate project within this workspace. Note: only one project is active at a time. To work (Build/Run) a different p…
Create a “word machine” capable of asking the user to enter a word, and then let
Create a “word machine” capable of asking the user to enter a word, and then let the user perform a given task from a menu. The menu should provide the following task options: 1. …
Create a.txt file with the following contents: HelloWorldHelloWorldHelloWorldHel
Create a.txt file with the following contents: HelloWorldHelloWorldHelloWorldHelloWorld GoodnightMoonGoodnightMoonGoodnightMoon HelloWorldHelloWorldHelloWorldHelloWorld GoodnightM…
Create aJava GUI program that calculates the area, and perimeter of arectangle o
Create aJava GUI program that calculates the area, and perimeter of arectangle or triangle, or the area and circumference acircle. Your program will read a file that contains 4 sp…
Create aJava GUI program that calculates the area, and perimeter of arectangle o
Create aJava GUI program that calculates the area, and perimeter of arectangle or triangle, or the area and circumference acircle. Your program will read a file that contains 4 sp…
Create aclass named Calendar using the following as instancevariables: year: oft
Create aclass named Calendar using the following as instancevariables: year: oftype int in the range 1900-3000 month: in therange 1 to 12 (January is 1) day: in thera…
Create all 2012 monthly calendars. Use exercise 9.4 for guidance. Use (x)html, p
Create all 2012 monthly calendars. Use exercise 9.4 for guidance. Use (x)html, php, loops, and arrays. The output should look like this (but it should include all 12 months): Thes…
Create all 6 functions and use switch case function in driver to run program giv
Create all 6 functions and use switch case function in driver to run program given the case sensitive option AaBbCcDc AaBbCcD TNormall1 No Spac.. | Heading 1 Heading 2 Sub Title x…
Create all necessary element using javascript in the body and insert , the resul
Create all necessary element using javascript in the body and insert , the result should equavilent of the html page below,..This will be the javascript file will be inserted into…
Create an 8-bit Verilog counter module out of J/K flip-flops. Dene the top-level
Create an 8-bit Verilog counter module out of J/K flip-flops. Dene the top-level counter module with the following I/O signals: inputs: mclk to MCLK, incr to BTN0, rst to BTN1; ou…
Create an ADT that contains a fixed-size array that can hold at most 100 integer
Create an ADT that contains a fixed-size array that can hold at most 100 integers and the following member functions: A default constructor that initializes all the elements in th…
Create an ALU. You will create a simplified 4-bit ALU that is able to do arithme
Create an ALU. You will create a simplified 4-bit ALU that is able to do arithmetic and logical calculations associated with adding, subtracting and branching instructions. The 4-…
Create an ARC assembly language program that will have two arrays, of five eleme
Create an ARC assembly language program that will have two arrays, of five elements each. Sum the corresponding elements in the two arrays together and store the result in one of …
Create an ASP.NET page for a motel (Motel Galvez) where customers will be able t
Create an ASP.NET page for a motel (Motel Galvez) where customers will be able to select the type of room they would prefer and the number of nights they would like to book it for…
Create an ASP.NET web page that displays a multi-line text box, a “Find:” text b
Create an ASP.NET web page that displays a multi-line text box, a “Find:” text box, a “Replace with:” text box, and a “Replace all” button. Clicking the button causes the multi-li…
Create an ATM machine to withdraw deposit and check balances of a bank account.
Create an ATM machine to withdraw deposit and check balances of a bank account. This function is supposed to withdraw a desired amount from the chosen account. I'm having problems…
Create an ATM program. writing a C program You will ask the user for an initial
Create an ATM program. writing a C program You will ask the user for an initial balance and then provide the user with a menu of options. The user can choose as many or as little …
Create an AVL Tree Map. That is, create an AVLTree which implements a Map interf
Create an AVL Tree Map. That is, create an AVLTree which implements a Map interface. The file which needs to be worked on is AVLTreeMap.java (the functions which need to be filled…
Create an AVL Tree Map. That is, create an AVLTree which implements a Map interf
Create an AVL Tree Map. That is, create an AVLTree which implements a Map interface. The file which needs to be worked on is AVLTreeMap.java (the functions which need to be filled…
Create an AVL Tree as a C++ class called AVLTree. Implement smart pointers weak_
Create an AVL Tree as a C++ class called AVLTree. Implement smart pointers weak_ptr and shared_ptr, which are built to help to manage memory. Abide by the following rules if you w…
Create an Access database for the following scenario: Patients buy prescription
Create an Access database for the following scenario: Patients buy prescription drugs from the NHF pharmacy. Data is recorded for the following objects: Patient Field Data type A …
Create an Access database with two tables using the graphical capabilities of th
Create an Access database with two tables using the graphical capabilities of the product (vs. SQL). One table is called STUDENTS and has fields for Student_ID, Last_Name, First_N…
Create an Account class (java) with the following member data: 1. Account ID (a
Create an Account class (java) with the following member data: 1. Account ID (a random 4-digit number that is generated when the object is created) 2. Balance (starts at $0.00 unt…
Create an AddCoins application that prompts the user for the number of pennies,
Create an AddCoins application that prompts the user for the number of pennies, nickels, dimes, and quarters the then displays their total dollar amount. The AddCoins application…
Create an Aircraft class that has several properties that are common to all airc
Create an Aircraft class that has several properties that are common to all aircraft (Ex: number of engines, seat capacity). You define the name of the Class and the actual fields…
Create an Alien class. Include at least three protected data members of your cho
Create an Alien class. Include at least three protected data members of your choice, such as the number of eyes the Alien has. Include a constructor that requires a value for each…
Create an Alien class. Include at least three protected data members of your cho
Create an Alien class. Include at least three protected data members of your choice, such as the number of eyes the Alien has. Include a constructor that requires a value for each…
Create an Analysis experiment program. (Please use simple python code for an int
Create an Analysis experiment program. (Please use simple python code for an introductory python class) The following is a list of information needed to create the Analysis experi…
Create an Android Stop Watch mobile application based on the below requirements:
Create an Android Stop Watch mobile application based on the below requirements:The Stop Watch App will display the time as: HH:MM:SS.mmmm Where HH represents the number of hours;…
Create an Animal class that stores information about an Animal: Name, age, weigh
Create an Animal class that stores information about an Animal: Name, age, weight and contains the following methods: A constructor that sets the parameters of the class Setters a…
Create an Application that stores inventory records for a retail store. The appl
Create an Application that stores inventory records for a retail store. The application should have an Inventory Class with the following properties: invNumber: A string used to h…
Create an Application using C#. Which Adds, Edits, and Deletes assignments onto
Create an Application using C#. Which Adds, Edits, and Deletes assignments onto a storage medium, with grades per student–per assignment. Assignments must be separated into 2 grou…
Create an Arduino program that uses enum to create 6 states and does the followi
Create an Arduino program that uses enum to create 6 states and does the following in the states respectively: • State 1 – “Running Forward”. Starts a DC motor moving forward (…
Create an ArrayList data structure that will hold Integer values. Prompt the use
Create an ArrayList data structure that will hold Integer values. Prompt the user for a number that is greater than 50 which will be the number of items you will place into this A…
Create an ArrayListR eview class with one generic type to do the following Creat
Create an ArrayListR eview class with one generic type to do the following Creates anarray list filled with numbers, and inserts new elements into the specified location in the li…
Create an ArrayListReview class to do the following (JAVA) -Creates an array lis
Create an ArrayListReview class to do the following (JAVA) -Creates an array list filled with numbers, and inserts new elements into the specified location in the list. -Create a …
Create an ArrayListReview class with one generic type to do the following after
Create an ArrayListReview class with one generic type to do the following after import java.util.ArrayList; import java.util.Arrays; class ArrayListReview<N extends Number> …
Create an ArrayListReview class with one generic type to do the following • Crea
Create an ArrayListReview class with one generic type to do the following • Creates an array list filled with numbers, and inserts new elements into the specified location in the …
Create an ArrayListReview class with one generic type to do the following • Crea
Create an ArrayListReview class with one generic type to do the following • Creates an array list filled with numbers, and inserts new elements into the specified location in the …
Create an ArrayListReview class with one generic type to do the following • Crea
Create an ArrayListReview class with one generic type to do the following • Creates an array list filled with numbers, and inserts new elements into the specified location in the …
Create an Asset class. Assets have an asset ID, name, value, and sku (stock keep
Create an Asset class. Assets have an asset ID, name, value, and sku (stock keeping unit) number. Create a constuctor that accepts asset ID, name, value, and sku. Create second co…
Create an Automobile class for a dealership. Include fields for an ID number, ma
Create an Automobile class for a dealership. Include fields for an ID number, make, model, color, year, vin number, miles per gallon, and speed. Include get and set methods for ea…
Create an Automobile class for a dealership. Include fields for an ID number, ma
Create an Automobile class for a dealership. Include fields for an ID number, make, model, color, year, vin number, miles per gallon, and speed. Include get and set methods for ea…
Create an Automobile class for a dealership. Include fields for an ID number, ma
Create an Automobile class for a dealership. Include fields for an ID number, make, model, color, year, vin number, miles per gallon, and speed. Include get and set methods for ea…