Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1123 / 1333
Write a program to convert the hexadecimal contents of a block of RAM into print
Write a program to convert the hexadecimal contents of a block of RAM into printable ASCII characters and leave the results in another block of RAM. Each byte in the source block …
Write a program to convert the hexadecimal contents of a block of RAM into print
Write a program to convert the hexadecimal contents of a block of RAM into printable ASCII characters and leave the results in another block of RAM. Each byte in the source block …
Write a program to convert the time fi\'om 24-hour notation to 12-hour notation
Write a program to convert the time fi'om 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of converting the time …
Write a program to convert the time from 24-hour notation to 12-hour notation an
Write a program to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of converting the time b…
Write a program to convert the time from 24-hour notation to 12-hour notation an
Write a program to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of converting the time b…
Write a program to convert the time from 24-hour notation to 12-hour notation an
Write a program to convert the time from 24-hour notation to 12-hour notation and vice versa. Your program must be menu driven, giving the user the choice of converting the time b…
Write a program to convert the user input based on the following specifications.
Write a program to convert the user input based on the following specifications. The user input has the following format [variable-length number] [a space] [A|B|H|M] If the input …
Write a program to count how many entries in an N-byte array are positive, negat
Write a program to count how many entries in an N-byte array are positive, negative, even, and/or odd. The array should be stored starting at memory location $100. The value of N …
Write a program to count the number of characters in a null-terminated ASCII str
Write a program to count the number of characters in a null-terminated ASCII string that are equal to a KEY. The KEY is stored in memory location 0x0150. The string is stored in m…
Write a program to create a ArrayDriver class andA rrayOperations class to do th
Write a program to create a ArrayDriver class andArrayOperations class to do the arrayoperations. importjava.util.Scanner; public class ArrayDriver { public static void main(St…
Write a program to create a bar chart showing the average monthly mean temperatu
Write a program to create a bar chart showing the average monthly mean temperature for college Station from 2004 to 2013. The point of the exercise is to compute the size and loca…
Write a program to create a calendar for a year. The program reads the year from
Write a program to create a calendar for a year. The program reads the year from the keyboard. It then calculates which day of the week (SUN through SAT) is the first day of the y…
Write a program to create a customer\'s bill for a company. The company tells on
Write a program to create a customer's bill for a company. The company tells only five different products: TV, VCR, Remote Controller, CD Player, and Tape Recorder. The unit price…
Write a program to create a list of employees by storing their information in th
Write a program to create a list of employees by storing their information in the following arrays: The program should relate the data in each array through the subscripts. For ex…
Write a program to create a list of products by storing their information in the
Write a program to create a list of products by storing their information in the following arrays: itemNum: an array of long integers to hold the product numbers. itemName: an arr…
Write a program to create a mmap() that is shared by multiple threads. Use fstat
Write a program to create a mmap() that is shared by multiple threads. Use fstat() to obtain the size of the mapped file to size the mapping. Find out the number of logical proces…
Write a program to create a mmap() that is shared by multiple threads. Use fstat
Write a program to create a mmap() that is shared by multiple threads. Use fstat () to obtain the size of the mapped file to size the mapping. Find out the number of logical proce…
Write a program to create an output file containing a customized loan amortizati
Write a program to create an output file containing a customized loan amortization table. Your program will prompt the usr to enter the amount borrowed (the principal), the annual…
Write a program to create an output file containing a customized loan amortizati
Write a program to create an output file containing a customized loan amortization table. Your program will prompt the user to enter the amount borrowed (the principal), the annua…
Write a program to create an output file, \"mydata.txt\", and write the numbers
Write a program to create an output file, "mydata.txt", and write the numbers 1 to 1000. Put 10 numbers on each line. Format the output so that the columns line up perfectly. 1 …
Write a program to create and delete a new process on Windows OS. IN C++ ONLY ha
Write a program to create and delete a new process on Windows OS. IN C++ ONLY have headers at the start of every module/ subroutine/ function which you have written to explain the…
Write a program to create and fill a circular singly linked list with computer s
Write a program to create and fill a circular singly linked list with computer science (you can ask the user to enter a sentence e.g I Love C++)) Computer science - Round 1: start…
Write a program to create and fill a circular singly linked list with computer s
Write a program to create and fill a circular singly linked list with computer science (you can ask the user to enter a sentence e.g I Love C++)) Computer science Round 1: start f…
Write a program to create and use gift cards. Write a separate class to represen
Write a program to create and use gift cards. Write a separate class to represent a gift card, and name it appropriately. A gift card can only be given a value when it is instanti…
Write a program to create objects that represent automobiles Program Requirement
Write a program to create objects that represent automobiles Program Requirements The program will be written in NetBeans, and will follow the CS210 Coding Standards Create a new …
Write a program to decipher messages encoded using a prefix code, given the enco
Write a program to decipher messages encoded using a prefix code, given the encoding tree. Such codes are widely used in applications that compress data, including JPEG for images…
Write a program to declare an array of character and initialize it to a string.
Write a program to declare an array of character and initialize it to a string. The program should display the count of times that each vowel appears in the string. Also, it shoul…
Write a program to declare at least two objects (people) of your new class and t
Write a program to declare at least two objects (people) of your new class and test each of the functions . You can place your class definition in a header file and "include" it i…
Write a program to decode secret messages, using the numeric key from data5a.txt
Write a program to decode secret messages, using the numeric key from data5a.txt, described below. Each line in the data file, data5b.txt will be a string to be converted from the…
Write a program to define a class Complex that enables operations on complex num
Write a program to define a class Complex that enables operations on complex numbers. Complex numbers are numbers of the form a + bi, where a is the real part of the complex numbe…
Write a program to define a class to represent triangle. Data members should inc
Write a program to define a class to represent triangle. Data members should include base, height, area of type float. The data members base and height must have private access. T…
Write a program to design a checkboard with the following criteria’s * Displays
Write a program to design a checkboard with the following criteria’s *Displays a frame containing 64 squares arranged in eight rows and eight columns. * Each square is 25 pixels b…
Write a program to design a checkboard with the following criteria’s * Displays
Write a program to design a checkboard with the following criteria’s *Displays a frame containing 64 squares arranged in eight rows and eight columns. * Each square is 25 pixels b…
Write a program to design a checkboard with the following criteria’s Displays a
Write a program to design a checkboard with the following criteria’s Displays a frame containing 64 squares arranged in eight rows and eight columns. Each square is 25 pixels by 2…
Write a program to design an appointment calendar. An appointment includes the d
Write a program to design an appointment calendar. An appointment includes the date, starting time, ending time, and a description; for example, Dentist 2012/10/1 17:30 18:30 CS1 …
Write a program to design an appointment calendar. An appointment includes the d
Write a program to design an appointment calendar. An appointment includes the date, starting time, ending time, and a description; for example, Dentist 2012/10/1 17:30 18:30 CS1 …
Write a program to determine if a natural number has only 2 and/or 3 as prime fa
Write a program to determine if a natural number has only 2 and/or 3 as prime factors and how many of each factor (2 and 3) it does have. Write your program from scratch (you can …
Write a program to determine if the parameter you enter is a .txt file name. C L
Write a program to determine if the parameter you enter is a .txt file name. C LANGUAGE for example: #include int main( int argc, char *argv[] ) { if( argc == 2) printf("The param…
Write a program to determine statistics for a video game tournament. The user wi
Write a program to determine statistics for a video game tournament. The user will input names and scores of all tournament players. The program will calculate the average score a…
Write a program to determine statistics for a video game tournament. The user wi
Write a program to determine statistics for a video game tournament. The user will input names and scores of all tournament players. The program will calculate the average score a…
Write a program to determine the average amount households spend on housing (ren
Write a program to determine the average amount households spend on housing (rent or mortgage) based on their income. The U.S. Department of Housing and Urban Development's (HUD) …
Write a program to determine the average momentum of a collection of items with
Write a program to determine the average momentum of a collection of items with random velocities and masses. Do this using the following outline: 1. Construct a function named ra…
Write a program to determine the length of bursts of zero\'s in a list of N numb
Write a program to determine the length of bursts of zero's in a list of N numbers stored in an array. The program should record the length of the bursts of zero's in another arra…
Write a program to determine the length of bursts of zero\'s in a list of N numb
Write a program to determine the length of bursts of zero's in a list of N numbers stored in an array. The program should record the length of the bursts of zero's in another arra…
Write a program to determine the length of bursts of zero\'s in a list of N numb
Write a program to determine the length of bursts of zero's in a list of N numbers stored in an array. The program should record the length of the bursts of zero's in another arra…
Write a program to determine the location of a robot as it moves through a maze^
Write a program to determine the location of a robot as it moves through a maze^1. The robot location controller will receive a series of commands from the user. The program shoul…
Write a program to determine the number of days between any two dates from July
Write a program to determine the number of days between any two dates from July 4, 1776 until now. Inclusive. You must ensure that the user enters valid dates. This means a valid …
Write a program to determine the real roots of a general second-degree polynomia
Write a program to determine the real roots of a general second-degree polynomial of the form ax^2 + bx + c. The roots of the quadratic equation ax^2 + bx + c = 0 may be found by …
Write a program to determine the real roots of a general second-degree polynomia
Write a program to determine the real roots of a general second-degree polynomial of the form ax^2 + bx + c. The roots of the quadratic equation ax^2 + bx + c = 0 may be found by …
Write a program to determine whether an input string is a palindrome. You are to
Write a program to determine whether an input string is a palindrome. You are to use a stack . Output should be of the form "A Toyota's a Toyota." is a palindrome. (Note the apo…