Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1128 / 1333
Write a program to measure the analog voltage on the PCO(ADCO) pin using the ADC
Write a program to measure the analog voltage on the PCO(ADCO) pin using the ADC peripheral with V_ref selected to be AV_cc. Using a voltage source, apply a DC voltage to ADC0 and…
Write a program to merge two sorted arrays to create a third sorted array contai
Write a program to merge two sorted arrays to create a third sorted array containing all values from the two original arrays. PLEASE INCLUDE COMMENTS !!! Merge is a key component …
Write a program to merge two sorted arrays to create a third sorted array contai
Write a program to merge two sorted arrays to create a third sorted array containing all values from the two original arrays. PLEASE INCLUDE COMMENTS !!! Merge is a key component …
Write a program to model a simple calculator. Each data line should consist of t
Write a program to model a simple calculator. Each data line should consist of the next operation to be performed from the list below and the right operand. Assume the left operan…
Write a program to model a simple calculator. Each data line should consist of t
Write a program to model a simple calculator. Each data line should consist of the next operation to be preformed from the list below and the right operand. Assume the left operan…
Write a program to modify a PPM in python image in two ways: Negate the colors A
Write a program to modify a PPM in python image in two ways: Negate the colors Apply a high contrast To do this, the flow of your program should be as follows: Prompt the user to …
Write a program to monitor bit PD7 connected to a switch. If PD7 is HIGH create
Write a program to monitor bit PD7 connected to a switch. If PD7 is HIGH create a square wave of 50% duty cycle on bit 0 of Port B and if PD7 is LOW create a square wave of 66% du…
Write a program to nd and print a Fibonacci sequence of numbers. The Fibonacci s
Write a program to nd and print a Fibonacci sequence of numbers. The Fibonacci sequence is dened as follow: Your program should prompt the user to enter a limit and indicate wheth…
Write a program to open a text file named \"CSC2134N.TXT\" for output, then acce
Write a program to open a text file named "CSC2134N.TXT" for output, then accept an integer from the console and a float value from the console (in separate input operations) and …
Write a program to open the text file named \"CSC2134N.TXT\" that you created in
Write a program to open the text file named "CSC2134N.TXT" that you created in prior assignment for input, then read all the numbers from the file and display them on the screen. …
Write a program to pack boxes with blobs. Write two classes and a driver program
Write a program to pack boxes with blobs. Write two classes and a driver program. Note that the driver program may not use some of the methods or constructors. You should define …
Write a program to parse and evaluate programs consisting of assignment and prin
Write a program to parse and evaluate programs consisting of assignment and print statements with fully parenthesized arithmetic expressions (see Program 4.3.5). For example, give…
Write a program to perform addition and subtraction operations with large intege
Write a program to perform addition and subtraction operations with large integers up to 20 digits in length. Your program shall be able to input a positive integer, an operator (…
Write a program to perform an ecological simulation involving rabbits and wolves
Write a program to perform an ecological simulation involving rabbits and wolves. The basic biological facts are that wolves eat rabbits and rabbits eat grass. Both breed, althou…
Write a program to perform grocery check-out procedure for a simple store. Use a
Write a program to perform grocery check-out procedure for a simple store. Use a dynamic array of structures (Up to 100) to store this information. For each product we store the f…
Write a program to perform the bisection method in C. Create the following macro
Write a program to perform the bisection method in C. Create the following macro definitions MAX_ITERATIONS 100 ROWS MAX_ITERATIONS COLS 3 EPS 1e-6 Create a structure typedef abov…
Write a program to perform the following in C++: 1)Implement Dijkstra’s Algorith
Write a program to perform the following in C++: 1)Implement Dijkstra’s Algorithm . 2)Read a graph data file. Each line contains weighted edge: “vertex, vertex, weight” 3)Using th…
Write a program to perform the following in C++: 1)Implement Dijkstra’s Algorith
Write a program to perform the following in C++: 1)Implement Dijkstra’s Algorithm . 2)Read a graph data file. Each line contains weighted edge: “vertex, vertex, weight” 3)Using th…
Write a program to perform the following tasks. Define an array of characters of
Write a program to perform the following tasks. Define an array of characters of size 15. Read 15 characters from the user into the array. Next, read a search character from the u…
Write a program to perform the following tasks. Define an array of characters of
Write a program to perform the following tasks. Define an array of characters of size 15. Read 15 characters from the user into the array. Next, read a search character from the u…
Write a program to place an order from the restaurant menu below. Create the for
Write a program to place an order from the restaurant menu below. Create the form and write the program so that after the button is clicked, the cost of the meal is calculated. Th…
Write a program to play \"Rock, Paper, Scissors, Lizard, Spock.\" A user will en
Write a program to play "Rock, Paper, Scissors, Lizard, Spock." A user will enter a character to represent one of the five items. The program will randomly select one of the five …
Write a program to play a dice game against the computer. The game is very simpl
Write a program to play a dice game against the computer. The game is very simple. You will place a wager of tokens. The computer rolls a dice and you roll a dice. If your dice is…
Write a program to play a game in which you try to sink a fleet of five navy ves
Write a program to play a game in which you try to sink a fleet of five navy vessels by guessing their location on a grid. The program uses random numbers to position its ships on…
Write a program to play a game in which you try to sink a fleet of five navy ves
Write a program to play a game in which you try to sink a fleet of five navy vessels by guessing their location on a grid. The program uses random numbers to position its ships on…
Write a program to play a game in which you try to sink a fleet of five navy ves
Write a program to play a game in which you try to sink a fleet of five navy vessels by guessing their locations on a grid. The program uses random numbers to position its ships o…
Write a program to play a game in which you try to sink a fleet of five navy ves
Write a program to play a game in which you try to sink a fleet of five navy vessels by guessing their locations on a grid. The program uses random numbers to position its ships o…
Write a program to play a game of rock/paper/scissors; the user will play agains
Write a program to play a game of rock/paper/scissors; the user will play against the computer. Requirements: * All screen input/output will be from gui display and input boxes. (…
Write a program to play a game of rock/paper/scissors; the user will play agains
Write a program to play a game of rock/paper/scissors; the user will play against the computer. Requirements: * All screen input/output will be from gui display and input boxes. (…
Write a program to play a game of rock/paper/scissors; the user will play agains
Write a program to play a game of rock/paper/scissors; the user will play against the computer. Requirements: * All screen input/output will be from gui display and input boxes. (…
Write a program to play a game of rock/paper/scissors; the user will play agains
Write a program to play a game of rock/paper/scissors; the user will play against the computer. Requirements: * All screen input/output will be from gui display and input boxes. (…
Write a program to play a guessing game that picks a random number between 1 and
Write a program to play a guessing game that picks a random number between 1 and 100. Ask the player to guess the number. On each incorrect attempt, give the player a hint of "hig…
Write a program to play a song represented as text. In Eclipse, create a package
Write a program to play a song represented as text. In Eclipse, create a package called program2 (note the lowercase first letter), in which you will create a program called PlayS…
Write a program to play a very modified version of spades. The program will sele
Write a program to play a very modified version of spades. The program will select two hands of 5 cards for a single player and the computer dealer. The hands should be chosen usi…
Write a program to play hangman where the computer chooses the word and the huma
Write a program to play hangman where the computer chooses the word and the human user tries to guess the word. The twist is that the computer starts out with a dictionary of many…
Write a program to play the \"guess a number game.\" Include the header files. I
Write a program to play the "guess a number game." Include the header files. In your program, seed the random number generator with time. srand(time(NULL)); Generate a random numb…
Write a program to play the game Pass the Pigs (pigs.py) In python . Pass the Pi
Write a program to play the game Pass the Pigs (pigs.py) In python. Pass the Pigs is a popular games of chance for two or more players based on a dice game called Pig. The rules o…
Write a program to play the game isolation. Game Instructions There are two play
Write a program to play the game isolation. Game Instructions There are two players "x" and "0". Either player can go first Each player can move horizontal, vertical, or diagonal,…
Write a program to play the game isolation. Game Instructions There are two play
Write a program to play the game isolation. Game Instructions There are two players "x" and "0" Either player can go first Each player can move horizontal, vertical, or diagonal, …
Write a program to play the game of Blackjack where the user of the program is t
Write a program to play the game of Blackjack where the user of the program is the player, and the program acts as the dealer. The program begins by dealing two cards each to the …
Write a program to play the game of SIM with eight points (labeled A-H). Again,
Write a program to play the game of SIM with eight points (labeled A-H). Again, the two players are RED and BLUE; you can assume that RED moves first by convention; each player al…
Write a program to play the paper-rock-scissors game asfollows. First, the user
Write a program to play the paper-rock-scissors game asfollows. First, the user will ener his or her choise(P,R,or S) fromthe keyboard. Next, the computer will determine its choic…
Write a program to play the pig game against the computer. At each turn, the cur
Write a program to play the pig game against the computer. At each turn, the current player will roll a pair of dice and accumulates points. I'm in a beginers Java class and some …
Write a program to play the rock-paper-scissors game. The player will type in R,
Write a program to play the rock-paper-scissors game. The player will type in R,P, or S. The program then announces the winner as well as the basis for determining the winner: pap…
Write a program to prepare the monthly charge account statement for a customer o
Write a program to prepare the monthly charge account statement for a customer of CS CARD International, a credit card company. The program should take as input the previous balan…
Write a program to print 1 20 in an output file \"out txt\" Each number in the t
Write a program to print 1 20 in an output file "out txt" Each number in the text file should be in a new line Write a program that determines whether a pi en ear is a leap year o…
Write a program to print a business travel expenses attachment for an income tax
Write a program to print a business travel expenses attachment for an income tax return. The program should request as input the name of the organization visited, the dates and lo…
Write a program to print columns of numbers: number, the Square, the Square Root
Write a program to print columns of numbers: number, the Square, the Square Root, and the Sine. The focus will be on printing the columns exactly as specified. INPUT/OUTPUT DESCRI…
Write a program to print out the binary value of a 16 bit number. Create integer
Write a program to print out the binary value of a 16 bit number. Create integers i, count, and mask. Set 'i' to a hex value of 0x1b53. Set mask to a value of 0x8000. Why? print a…
Write a program to print out the numbers 10 through 49 in the following manner:
Write a program to print out the numbers 10 through 49 in the following manner: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 …