Browse L
Alphabetical listing with fast deep pagination.
15677 items • Page 63 / 314
Language: C // Is there a way to do this using an input file? For instance: Here
Language: C // Is there a way to do this using an input file? For instance: Here is a sample input file that contains the information for a Drink Machine: 8 Coke 1.25 25 Root-beer…
Language: C Problem: Function Definition With the given text file in the bottom
Language: C Problem: Function Definition With the given text file in the bottom right of the picture, how are the extra periods/"full stops" being stored into the variable temp...…
Language: C Programming // produce result: 12 12 12 13 13 13 13 0 Hooray! (This
Language: C Programming // produce result: 12 12 12 13 13 13 13 0 Hooray! (This will print even if you're not getting the correct results.) int round_up_or_down(double dub); int m…
Language: C Programming // produce result: Hooray! double get_pancake_data(doubl
Language: C Programming // produce result: Hooray! double get_pancake_data(double pancake_count, double pancakes_per_minute, double minutes); int main(void) { if (get_pancake_data…
Language: C Programming // produce result: Median of {1, 5, 9}: 5 Median of {9,
Language: C Programming // produce result: Median of {1, 5, 9}: 5 Median of {9, 5, 1}: 5 Median of {1, 9, 5}: 5 Median of {9, 1, 5}: 5 Median of {5, 1, 9}: 5 Median of {5, 9, 1}: …
Language: C Programming // produce result: Pancakes consumed: 211.600 Pancakes p
Language: C Programming // produce result: Pancakes consumed: 211.600 Pancakes per minute: 9.200 Minutes spent munching: 23.000 Hooray! (This will print even if you're not getting…
Language: C Project Overview: Computer games are excellent way to stretch your p
Language: C Project Overview: Computer games are excellent way to stretch your programming ability, and practice both problem solving and developing your own solutions and algorit…
Language: C Write a function that produces the next generation of cellular autom
Language: C Write a function that produces the next generation of cellular automata Background: Function signature: Function description: We compactly represent a generation as a …
Language: C and comment code please PThreads The goal of this homework is to sho
Language: C and comment code please PThreads The goal of this homework is to show an understanding of pthreads and C. Assignment: Write a C program to use the bitwise operations w…
Language: C# I\'m having trouble with a practice program. >> Program named Numbe
Language: C# I'm having trouble with a practice program. >> Program named NumberAverage that includes a method that accepts any number of numeric parameters, displays them, …
Language: C# Please be as explicit as possible into the algorithm of the program
Language: C# Please be as explicit as possible into the algorithm of the program! Thanks!!! a. Create a rectangular multidimensional array of type double. b. Your array shall acco…
Language: C# Please be as explicit as possible into the algorithm of the program
Language: C# Please be as explicit as possible into the algorithm of the program! Thanks!!! a. Create a jagged array of type double. b. The array should be large enough to hold 50…
Language: C++ 1. Write a program that will manage a simple address book. The pro
Language: C++ 1. Write a program that will manage a simple address book. The program should allow you to view and search existing entires as well as add new entries. The data shou…
Language: C++ For my project i need to write a program that loads in data into 5
Language: C++ For my project i need to write a program that loads in data into 5 arrays, one array for each mortality condition, using the hospital code as the array index; arrays…
Language: C++ For this assignment, you will be redefining your own MyVector clas
Language: C++ For this assignment, you will be redefining your own MyVector class using dynamic memory allocation (dynamically allocating arrays). This assignment requires you to …
Language: C++ For this lab, you will do some basic manipulations of gray-scale i
Language: C++ For this lab, you will do some basic manipulations of gray-scale images. The obvious data structure for an image is a 2-D array, so you will be writing functions tha…
Language: C++ Given the three following files: http://www.mediafire.com/download
Language: C++ Given the three following files: http://www.mediafire.com/download/5t33if0hh2dndmz/AddressBook.cpp http://www.mediafire.com/download/4d9c6j6dq7ctoj1/AddressBook.h ht…
Language: C++ Goals Create recursive functions Call your functions in a program
Language: C++ Goals Create recursive functions Call your functions in a program Design the user interface In this lab, you will implement three functions using recursion and write…
Language: C++ I need a working code that can do this so I can expand on it. 1. W
Language: C++ I need a working code that can do this so I can expand on it. 1. Write a program that will manage a simple address book. The program should allow you to view and sea…
Language: C++ I need help creating a class called DynamicArray and its purpose i
Language: C++ I need help creating a class called DynamicArray and its purpose is to store an array that uses the concept of templates to store any type of data. It needs accessor…
Language: C++ I need help making an array-based stack header file. In the ABS.h,
Language: C++ I need help making an array-based stack header file. In the ABS.h, the default scale factor is 2.0f and when you attempt to push() an item onto an ABS that is full, …
Language: C++ In my main file (main.cpp), the code includes int main(){ Vehicle
Language: C++ In my main file (main.cpp), the code includes int main(){ Vehicle vehicles[] = { Vehicle("Toyota", "Camry", 2010, 20000, 31000), ......}; Showroom showroom ("Primary…
Language: C++ Instructions: Write a program that will manage a simple address bo
Language: C++ Instructions: Write a program that will manage a simple address book. The program should allow you to view and search existing entires as well as add new entries. Th…
Language: C++ Let us say the values are arranged in two dimensional array instea
Language: C++ Let us say the values are arranged in two dimensional array instead. The thief wants to start anywhere, pick up a series of items (by going up, down, left or right a…
Language: C++ Original Question: http://www.chegg.com/homework-help/questions-an
Language: C++ Original Question: http://www.chegg.com/homework-help/questions-and-answers/project-using-c-create-simple-class-hierarchy-basis-fantasy-combat-game-universe-contains…
Language: C++ Overview The Final Project is to develop a simple database system.
Language: C++ Overview The Final Project is to develop a simple database system. The database is to handle multiple records, each composed of several fields. The database will sto…
Language: C++ Overview The Final Project is to develop a simple database system.
Language: C++ Overview The Final Project is to develop a simple database system. The database is to handle multiple records, each composed of several fields. The database will sto…
Language: C++ Peter Parker is working on a program that will help him keep track
Language: C++ Peter Parker is working on a program that will help him keep track of the product numbers of his web shooter components. Currently, his program asks for a model numb…
Language: C++ Prompt for the name of an input text file to check. This file will
Language: C++ Prompt for the name of an input text file to check. This file will contain a number of words. For this assignment a word is any sequence of one or more characters se…
Language: C++ Sample configuration file (config.txt) Tables: table #, max seats
Language: C++ Sample configuration file (config.txt) Tables: table #, max seats 1 2 2 4 3 2 4 2 5 2 6 4 7 6 8 10 9 2 10 4 11 4 12 4 13 4 14 2 15 2 16 2 17 2 18 2 Menu: listing…
Language: C++ This is the program that it needs to be based off of: Modify the e
Language: C++ This is the program that it needs to be based off of: Modify the existing pet interaction functions (feed) and play)) to also change this value. For example, if the …
Language: C++ Topic: Recursion thank you. Your job is to write the fill function
Language: C++ Topic: Recursion thank you. Your job is to write the fill function for a raster-based graphics symbols. The input to the function is the row and column cell of the p…
Language: C++ Use this code Node.hPreview the documentView in a new window, BSTr
Language: C++ Use this code Node.hPreview the documentView in a new window, BSTree.hPreview the documentView in a new window, BSTree.cppView in a new window to implement a binary …
Language: C++ Use this code Node.hPreview the documentView in a new window, BSTr
Language: C++ Use this code Node.hPreview the documentView in a new window, BSTree.hPreview the documentView in a new window, BSTree.cppView in a new window to implement a binary …
Language: C++ Write a program called array.cpp which prompts and reads a list of
Language: C++ Write a program called array.cpp which prompts and reads a list of positive numbers (ints) into an array, prints the array, finds the minimum value in the array, sub…
Language: C++ Write a program that calculates a customer’s monthly bill for a fr
Language: C++ Write a program that calculates a customer’s monthly bill for a fractional ownership jet service. In a fractional ownership jet service, the customer gets the benefi…
Language: C++ You are to create a program that can be used for keeping track of
Language: C++ You are to create a program that can be used for keeping track of textbooks required and recommended for classes and the cost of those textbooks. All input will be t…
Language: C++ Your first job will be to go through all of the code and decide wh
Language: C++ Your first job will be to go through all of the code and decide which functions should be declared const. You should find several places throughout the program where…
Language: C++ exam.txt : Thank you in advance for the help!! :) For this lab you
Language: C++ exam.txt : Thank you in advance for the help!! :) For this lab you need to write a program to read in the data and store them into a 2-dimentional array, and use 1 f…
Language: C++ pet code that should be modified: Thank you so much for the help!
Language: C++ pet code that should be modified: Thank you so much for the help! :) For this lab you will be modifying the pet program from the textbook. Pay careful attention to h…
Language: C++ with comments Class Design Exercise OK, so now I want you to test
Language: C++ with comments Class Design Exercise OK, so now I want you to test your design chops: Design & declare a class called "Phasor" (or similar name). The class must h…
Language: C99 In this problem you will write functions that computes whether or
Language: C99 In this problem you will write functions that computes whether or not two strings s1 and s2 are anagrams of each other. Two non null strings are anagrams of each oth…
Language: C99 You must complete the implementation of a trie data structure (pro
Language: C99 You must complete the implementation of a trie data structure (pronounced "try"), a tree where each node has 26 children (corresponding to the 26 letters of the alph…
Language: C99 You must complete the implementation of a trie data structure (pro
Language: C99 You must complete the implementation of a trie data structure (pronounced "try"), a tree where each node has 26 children (corresponding to the 26 letters of the alph…
Language: C99 a) Write a function, void remove_white_spaces(char *s) which mutat
Language: C99 a) Write a function, void remove_white_spaces(char *s) which mutates the string s so that all white spaces characters are removed from the string. b) Write a functio…
Language: JAVA (Assignment looks long but really isn\'t, it\'s just a lot of ins
Language: JAVA (Assignment looks long but really isn't, it's just a lot of instructions to help) Outcomes: -Write programs that use arrays -Write programs that display numbers …
Language: JAVA Create a New Project called YourLastNameValidPassword. Write a pr
Language: JAVA Create a New Project called YourLastNameValidPassword. Write a program that takes two words as input from the keyboard, representing a password and the same passwor…
Language: Java (Don\'t programming this assignment, I just simply need pseudo co
Language: Java (Don't programming this assignment, I just simply need pseudo code and answer of each question) Also, I have all the answer a - f. I just need G. You can do all pro…
Language: Java - Just need some help starting it out. Purpose: To implement an a
Language: Java - Just need some help starting it out. Purpose: To implement an authorization system using access control matrix. Instructions: - Access control matrix: For this ta…
Language: Java 1 Details of the program You need to do the following tasks: 1. I
Language: Java 1 Details of the program You need to do the following tasks: 1. Implement a function that computes the inverse of a 3x3 matrix mod 26 (Hint: you can use lookup tabl…