Browse Y
Alphabetical listing with fast deep pagination.
29588 items • Page 450 / 592
You will write a console program that will meet the following requirements: Crea
You will write a console program that will meet the following requirements: Create a console program where you will implement coding constructs classes and variables that are need…
You will write a function that performs least-squares linear regression on any f
You will write a function that performs least-squares linear regression on any function of the form. where: _The ai's are the coercions to be determined using least-squares linear…
You will write a function, copy_array , that takes a pointer to an array and an
You will write a function, copy_array, that takes a pointer to an array and an integer length and returns a pointer to a copy of that array. The first unit test should be used to …
You will write a main that declares an array of size 100. In the main you will c
You will write a main that declares an array of size 100. In the main you will call three functions. They are int readData (int aR[ ], int maxSize); void SumsDigit (int aR[ ], int…
You will write a multi-interface version of the well-known concentration game: 1
You will write a multi-interface version of the well-known concentration game: 1. The game displays a grid of upper-case letters, with each letter appearing twice. 2. A player has…
You will write a paper on Market Analysis of AMAZON : (Due July 21), Target Mark
You will write a paper on Market Analysis of AMAZON : (Due July 21), Target Market & Product Strategy (due July 21), Distribution Strategy & Promotion Strategy (There is n…
You will write a program in C learn that uses a training data set to learn weigh
You will write a program in C learn that uses a training data set to learn weights for a set of house attributes, and then applies those weights to a set of input data to calculat…
You will write a program in Motorola 68000 assembler that will calculate the use
You will write a program in Motorola 68000 assembler that will calculate the user's age in 2015 given the user's date of birth. First, the program will print the programming assig…
You will write a program in Motorola 68000 assembler that will calculate the use
You will write a program in Motorola 68000 assembler that will calculate the user's age in 2015 given the user's date of birth. First, the program will print the programming assig…
You will write a program in Motorola M68000 assembler that does the following. F
You will write a program in Motorola M68000 assembler that does the following. First, the program will print the programming assignment number, your name, and your class account, …
You will write a program in any language that is capable of solving 6x6 Sudoku p
You will write a program in any language that is capable of solving 6x6 Sudoku problems using the search technique I presecribed below Your program needs to be able to read in the…
You will write a program named flipper.py that “flips” the “pixels” of ascii-art
You will write a program named flipper.pythat “flips” the “pixels” of ascii-art images. Ascii-art is an image that is created by assembling rows and columns or characters to resem…
You will write a program that asks a user for two (x, y) coordinates. Your progr
You will write a program that asks a user for two (x, y) coordinates. Your program will calculate and print the equation between the coordinates in slope-intercept form. You will …
You will write a program that computes quiz score statistics. Ask a student to e
You will write a program that computes quiz score statistics. Ask a student to enter their quiz scores, one score at a time. Tell them to just hit the ENTER key instead of typing …
You will write a program that computes the BCNF decomposition of a pair (relatio
You will write a program that computes the BCNF decomposition of a pair (relation, functional dependencies. You might find it useful to implement the classes described below 1. S …
You will write a program that consists of 4 sub programs as described below payr
You will write a program that consists of 4 sub programs as described below payroll 1) read input data name, hours worked, bonus code, rate of pay …
You will write a program that converts binary numbers to decimal numbers, where
You will write a program that converts binary numbers to decimal numbers, where the input binary number is a String. This program will first verify whether the input only contains…
You will write a program that involve Python concepts like classes, decorators,
You will write a program that involve Python concepts like classes, decorators, gen- erators and iterators. You will be writing an RSA encryption/decryption system that conforms t…
You will write a program that plays a word game with the user. You need to use t
You will write a program that plays a word game with the user. You need to use the scanner class to get the input from the user Your program must produce the output shown in the…
You will write a program that prompts the user to enter a 7-digit phone numbers,
You will write a program that prompts the user to enter a 7-digit phone numbers, and finds the 3- and 4-letter words that map to the phone number, according to the restrictions ou…
You will write a program that reads a binary file that contains records of creat
You will write a program that reads a binary file that contains records of creatures. Each record can be stored in a Creature struct. You should present the user with a menu of th…
You will write a program that uses a class bookType, which will hold specific in
You will write a program that uses a class bookType, which will hold specific information about a book, and various functions to be performed on a book. You will define an array t…
You will write a program that uses multiple processes to compute the sum of a se
You will write a program that uses multiple processes to compute the sum of a set of (small) positive integers. There are two types of processes for this: I). A set of "slaves" pr…
You will write a program that will perform the basic tasks of a Red Box movie an
You will write a program that will perform the basic tasks of a Red Box movie and video game rental. This program should simulate a user approaching the machine and making a renta…
You will write a program that will play a letter guessing game. - Write a progra
You will write a program that will play a letter guessing game. - Write a program that reads letters from a file called“lettersin.txt”. - Your program will ask the user to enter t…
You will write a program that will scan in and store in an array a specified num
You will write a program that will scan in and store in an array a specified number of integers ranging between 1 – 10. You can assume that the user will not enter a number less t…
You will write a program that will scan in and store in an array a specified num
You will write a program that will scan in and store in an array a specified number of integers ranging between 1 – 10. You can assume that the user will not enter a number less t…
You will write a program that will simulate the management of moncy in 3 account
You will write a program that will simulate the management of moncy in 3 accounts: checking, savings, and credit General Requirements: A preprocessor directive must be used to def…
You will write a program to compare state and county information in C++. You mus
You will write a program to compare state and county information in C++. You must have the following structs in your program struct county { string name; //name of county string *…
You will write a program to determine the gas mileage use on atrip, given the mi
You will write a program to determine the gas mileage use on atrip, given the miles driven and the gallons used. Theprogram should then calculate and print out the miles pergallon…
You will write a program to keep up with product vendors inventories. There is n
You will write a program to keep up with product vendors inventories. There is no Inheritance in this project, the relationship between the classes are "has a aggregations. Vendor…
You will write a program to run a car rental shop. The program will work as foll
You will write a program to run a car rental shop. The program will work as follows: On startup, it will read a file of Cars, staff, and customers (storing each into a single arra…
You will write a program using 2 threads to calculate the Fibonacci number. Each
You will write a program using 2 threads to calculate the Fibonacci number. Each thread will process one of the values used to calculate the result for the last iteration of the c…
You will write a program using functions that performs the following tasks. Thes
You will write a program using functions that performs the following tasks. These tasks are explained in more detail later in this document (1) For a user specified number of iter…
You will write a program where you ask the user to enter an ‘A’ or ‘a’, ‘B’ or ‘
You will write a program where you ask the user to enter an ‘A’ or ‘a’, ‘B’ or ‘b’, or ‘C’ or ‘c’. If they enter an uppercase or lowercase ‘A’ you will print out ‘A is for apple’,…
You will write a program which reads in a 2D grid of characters which represent
You will write a program which reads in a 2D grid of characters which represent a word- search similar to what you find in the newspaper Your program then prompts the user to ente…
You will write a program which reads in a 2D grid of characters which represent
You will write a program which reads in a 2D grid of characters which represent a word- search similar to what you find in the newspaper Your program then prompts the user to ente…
You will write a program, Project1.java, which repeatedly asks the user for inpu
You will write a program, Project1.java, which repeatedly asks the user for input until the user enters “DONE” and then outputs a chart showing the relative frequencies of the let…
You will write a python program for customers of a store to create acounts. Each
You will write a python program for customers of a store to create acounts. Each customer needs to provide first name, last name, age, email address, desired password, credit card…
You will write a short Java application that will accept five strings from the u
You will write a short Java application that will accept five strings from the user. Each String will be a word in a sentence. The first word will be a subject, the second word wi…
You will write a short story about a famous couple (you can choose a real couple
You will write a short story about a famous couple (you can choose a real couple, or else you can put two celebrities together who you would like to as a couple!). You can write a…
You will write a simple assembly language program that performs a few arithmetic
You will write a simple assembly language program that performs a few arithmetic operations. This will require you to establish your programming environment and create the capabi…
You will write a simple assembly language program that performs a few arithmetic
You will write a simple assembly language program that performs a few arithmetic operations. This will require you to establish your programming environment and create the capabil…
You will write a simple assembly language program that performs a few arithmetic
You will write a simple assembly language program that performs a few arithmetic operations. This will require you to establish your programming environment and create the capabil…
You will write a simple calculator program that asks the user to choose an opera
You will write a simple calculator program that asks the user to choose an operation (+, -, *, /, %) and then asks for the 2 operands. It will calculate and store the results, and…
You will write a simple “Guess My Number” game. The program will ask the user to
You will write a simple “Guess My Number” game. The program will ask the user to guess a number between 1 and 100. As the user guesses, the program will indicate whether the numbe…
You will write a simplified model of a bouncing ball using numpy. Assume the bal
You will write a simplified model of a bouncing ball using numpy. Assume the ball is dropped on Venus under constant acceleration g=8.87 m/s^2 from the limit of its atmosphere, a …
You will write a total of 4 SML functions (not counting local helper functions).
You will write a total of 4 SML functions (not counting local helper functions). Your solutions must be solved as one to two-line functions involving iterators such as map, filter…
You will write a very (very) simple game, in which the user will select an anima
You will write a very (very) simple game, in which the user will select an animal and then guess how many legs that animal should have. (It is not a very challenging or interestin…
You will write a very basic web application in PHP that will create a dynamic se
You will write a very basic web application in PHP that will create a dynamic search form. The PHP script will take user input from the form and perform basic searches on files lo…