Browse L
Alphabetical listing with fast deep pagination.
15677 items • Page 62 / 314
Language C++, using Stroustrup\'s GUI . This is to realize Buffon\'s Needle expe
Language C++, using Stroustrup's GUI. This is to realize Buffon's Needle experiment using Stroustrup's GUI implementation. The mission is to realize a visual effect to gain insigh…
Language C++, using Stroustrup\'s GUI. This is to realize Buffon\'s Needle exper
Language C++, using Stroustrup's GUI. This is to realize Buffon's Needle experiment using Stroustrup's GUI implementation. The mission is to realize a visual effect to gain insigh…
Language C++: implement a doubly linked list class, then: Implement a tree class
Language C++: implement a doubly linked list class, then: Implement a tree class based on the implementation - you can choose either (1) use nodes to make a tree structure or (2) …
Language C++: implement a doubly linked list class, then: Implement a tree class
Language C++: implement a doubly linked list class, then: Implement a tree class based on the implementation - you can choose either (1) use nodes to make a tree structure or (2) …
Language Definitions In the following languages, M(B, D, MIL, TIF) indicates a m
Language Definitions In the following languages, M(B, D, MIL, TIF) indicates a machine that accepts a base-B number that is divisible by D. The third parameter is whether the stri…
Language Interpreter JAVA Problem Description: The goal of this exercise is to r
Language Interpreter JAVA Problem Description: The goal of this exercise is to reproduce in a limited way, an interpreter for a computer language. The language will be defined as …
Language Interpreter JAVA Problem Description: The goal of this exercise is to r
Language Interpreter JAVA Problem Description: The goal of this exercise is to reproduce in a limited way, an interpreter for a computer language. The language will be defined as …
Language Interpreter JAVA Problem Description: The goal of this exercise is to r
Language Interpreter JAVA Problem Description: The goal of this exercise is to reproduce in a limited way, an interpreter for a computer language. The language will be defined as …
Language L generates code for Machine M. Compiler is in L. Obtain a compiler of
Language L generates code for Machine M. Compiler is in L. Obtain a compiler of L that generates code for M and runs on M. Pick which one you need and write explain through words …
Language does not matter really, but I primarily work in Java, SDK 8 Submit your
Language does not matter really, but I primarily work in Java, SDK 8 Submit your analysis only. Write a program that creates three identical arrays, array1, array2, and array3, of…
Language in Matlab Please, and Only need to answer Part B. WS 2016 Assignment 6
Language in Matlab Please, and Only need to answer Part B. WS 2016 Assignment 6 Assignment due: Before the start of the next Lab Problem 1: Reinforced Concrete Beam [20ptl In cons…
Language is ADA. Part 2 of 3 part question. Implement the body of DisplayBoard.
Language is ADA. Part 2 of 3 part question. Implement the body of DisplayBoard. This procedure should output the TicTacToe board in a nice readable way. You will want to use verti…
Language is Ada. Part 3 of 3 part question. Implement a function (or procedure i
Language is Ada. Part 3 of 3 part question. Implement a function (or procedure if you prefer) to determine if a player has won the game according to the standard rules of TicTacTo…
Language is C++ 2) Numbers Write a program that: a. Asks the user for an input i
Language is C++ 2) Numbers Write a program that: a. Asks the user for an input in the main. The input can be anything, alphanumeric and symbols, can included spaces, and can be lo…
Language is C++ Assignment Description : In this assignment you will create a pr
Language is C++ Assignment Description: In this assignment you will create a program that allows the user to choose between the following menu choices (menu-driven program): 1. Li…
Language is C++ In mathematics, the Fibonacci numbers are the series of numbers
Language is C++ In mathematics, the Fibonacci numbers are the series of numbers that exhibit the following pattern: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144,... In mathematica…
Language is C++ USCorp is a company who needs a program to calculate how much to
Language is C++ USCorp is a company who needs a program to calculate how much to pay their hourly paid employees. The following restrictions apply: 1- The US Department of Labor r…
Language is C++ You\'ll be creating your own class called Fraction which stores
Language is C++ You'll be creating your own class called Fraction which stores a fractional value. Your Fraction class will have the following integer member variables: num: repre…
Language is C++ please. Java ain\'t an option. I will find the list of names by
Language is C++ please. Java ain't an option. I will find the list of names by my self. Palindrome Ladder - Final Project Palindrome ladder is an ancient game played before the ti…
Language is C++. Write a queue class to implement a queue using a 2 directional
Language is C++. Write a queue class to implement a queue using a 2 directional linked list. Test the program with the following sequence of code: queue myQ; ( Use default const…
Language is C++. any help is appreciated, thank you! 1. Write a program called C
Language is C++. any help is appreciated, thank you! 1. Write a program called Checkinput, that asks the user to input a value that represents weeks. Calculate and display the …
Language is C++. any help is appreciated, thank you! Write a program called Coun
Language is C++. any help is appreciated, thank you! Write a program called CountElements that does the following: · Declare a char array called sentence of 40 elements an…
Language is Java - Please to not answer if the answer is not complete. Complete
Language is Java - Please to not answer if the answer is not complete. Complete the implementation of the Fraction class. Your class should provide at least the following public m…
Language is Java Complete the implementation of the Fraction class. Your class s
Language is Java Complete the implementation of the Fraction class. Your class should provide at least the following public methods a default constructor - Did this a constructor …
Language is Java Write a program that will prompt the user for information about
Language is Java Write a program that will prompt the user for information about a schedule of courses at a university and then print out the course schedule. Do not make any assu…
Language is Java. Any help is appreciated, thank you. Assume that Employee has b
Language is Java. Any help is appreciated, thank you. Assume that Employee has been defined as a class in a Java program. Consider the declaration "Employee emp;". Does emp point …
Language is Java. Need subclasses of the superclass Course called MusicCourse an
Language is Java. Need subclasses of the superclass Course called MusicCourse and ComputerScienceCourse and then a class that uses both to provide the output shown. Write a progra…
Language is Python 3.5.2 Why am I getting the error \"if board[0][j] != board[i]
Language is Python 3.5.2 Why am I getting the error "if board[0][j] != board[i][j]: builtins.IndexError: list index out of range" for the code below? import random def start(board…
Language is Python 3.6 4 HOMEWORK 02: FRUITFUL FUNCTIONS & CONDITIONALS th some
Language is Python 3.6 4 HOMEWORK 02: FRUITFUL FUNCTIONS & CONDITIONALS th some of your favorite artists! There are prices for single tickets and you want to decide how you ca…
Language is Python 3.6 Function Name: unique_lists Parameters: list1, list2 Retu
Language is Python 3.6 Function Name: unique_lists Parameters: list1, list2 Return Value: The modified list1 Description: Write a function that takes in two lists. If an element i…
Language is Python 3.6 Function name: translaton Parameters;: a filename (str),
Language is Python 3.6 Function name: translaton Parameters;: a filename (str), a string Returns: a string Description: Write a function that takes in a filename and a string, the…
Language is Python 3.6 HOMEWORK 02FRUITFUL FUNCTIONS & CONDITIONALS Part 1: Mark
Language is Python 3.6 HOMEWORK 02FRUITFUL FUNCTIONS & CONDITIONALS Part 1: Market Place You've just moved into your dorm room and now you need to do some shopping. Using the …
Language is Python 3.6. Write a basic packet sniffer program to check and log al
Language is Python 3.6. Write a basic packet sniffer program to check and log all traffic that passes through the network. Make sure to include any functions you might need.
Language is Python You will write a program that is a customizable Caesar Cipher
Language is Python You will write a program that is a customizable Caesar Cipher program. First, the program will take in from the user the shift of the cipher. Caesar Ciphers can…
Language is Python. Using these imports. The last one is from anaconda. DynamicA
Language is Python. Using these imports. The last one is from anaconda. DynamicArray: Consider an implementation of a dynamic array, but instead of copying the ele- ments into an …
Language is an arbitrary system of symbols (words) that is rule-governed and all
Language is an arbitrary system of symbols (words) that is rule-governed and allows communication about things that are distant in time or space. Semanticity, productivity, and di…
Language is c++ I need help getting this expected output below i have included m
Language is c++ I need help getting this expected output below i have included my main which is called lab21.cpp and my other file named parsedata .cpp and .h file and a text file…
Language is c++ Please keep it simple and create a separate header. Create a cla
Language is c++ Please keep it simple and create a separate header. Create a class called birthday. The class should store the birthday of a person in three integers: month, day, …
Language is c++ and need to run it in code blocks. Lab : Tic-Tac-Toe In this lab
Language is c++ and need to run it in code blocks. Lab : Tic-Tac-Toe In this lab, you are going to use a 2D array to create a program that allows two users to play tic-tac-toe. DO…
Language is c++. Write a queue class to implement a queue using a 2 directional
Language is c++. Write a queue class to implement a queue using a 2 directional linked list. Test the program with the following sequence of code: queue myQ; ( Use default const…
Language is in \"C++\" I am having really difficulty writing this program and co
Language is in "C++" I am having really difficulty writing this program and codes I have so far are below and price.txt file is basically following by the row. I know this is a re…
Language is python Implement the required classes to complete the farm_sim progr
Language is python Implement the required classes to complete the farm_sim program. # Required classes: # 1. Crop - water, harvest # 2. Corn (derived from Crop) - water, har…
Language of implementation is C++ Write a program for calculating the weekly sal
Language of implementation is C++ Write a program for calculating the weekly salary for the employees of a company. The company currently has 3 employees (Carla, Steve, and Bob) b…
Language shortcuts can often be used to make code more concise. For example, ter
Language shortcuts can often be used to make code more concise. For example, ternary and null coalescing operators can reduce the amount of code, but arguably to the detriment of …
Language should be Visual Studio C++, and beginner/intermediate, use case, cout,
Language should be Visual Studio C++, and beginner/intermediate, use case, cout,etc. Write a program to be used as a calculator. It should be able to find addition (+), subtractio…
Language should be in C++ for visual basic or whichever program. Write a program
Language should be in C++ for visual basic or whichever program. Write a program that takes the X-Y coordinates of a point in the Cartesian system and displays a message telling e…
Language typically develops using visual and auditory functions and experiences.
Language typically develops using visual and auditory functions and experiences. In unusual cases such as that of Helen Keller who could not hear nor see, a person may learn langu…
Language using here is C code: #include #include #include
Language using here is C code: #include <stdio.h> #include <stdlib.h> #include <stdint.h> //You may add/modify/remove structs typedef struct pixel_t pixel_t; str…
Language/Platform This project must target a Unix platform and execute properly
Language/Platform This project must target a Unix platform and execute properly on our cs1 or csgrads1 Linux server. The project must be written in C, C++, or Java. If using C or …
Language/Type: Python lists Marty Stepp (on 07/08) Author: Consider the followin
Language/Type: Python lists Marty Stepp (on 07/08) Author: Consider the following function: def 1ist,mystery2(a): for i in range(1, len(a) 1) Indicate in the right-hand column wha…