Browse All
Alphabetical listing with fast deep pagination.
1197283 items • Page 32 / 23946
#EXAMPLE: On the Apollo 14 mission to the moon, astronaut Alan Shepard hit a gol
#EXAMPLE: On the Apollo 14 mission to the moon, astronaut Alan Shepard hit a golf ball with a 6 iron. The acceleration due to gravity on the moon is 1/6 of its value on earth. Sup…
#File: numstat2.py # readFile function implementation def readFile(infile): arr
#File: numstat2.py # readFile function implementation def readFile(infile): arr = [] for line in infile: num = int(line) arr.append(num) return arr # getSum function implementatio…
#Fluid Statics Manometer :- Manometers used to be common pressure-measurement de
#Fluid Statics Manometer :- Manometers used to be common pressure-measurement devices, but, outside of laboratories, electronic pressure transducers are now more common. Manometer…
#For Exercises 1-4, Use the MARS simulator to write and execute MIPS assembly co
#For Exercises 1-4, Use the MARS simulator to write and execute MIPS assembly code that will perform the high level language pseudocode. # Do this in a single program source file.…
#Function to find the day of the week def dayofweek(data): d = int(data[1]) m =
#Function to find the day of the week def dayofweek(data): d = int(data[1]) m = int(data[0]) y = int(data[2]) if m < 3: z = y-1 else: z = y dayofweek = ( 23*m//9 + d + 4 + y + …
#GetReal -depaima × Hollywood T akes a Knee × ,11 ACCEPTABLE FORMS OF × schedule
#GetReal -depaima × Hollywood T akes a Knee × ,11 ACCEPTABLE FORMS OF × schedule C | ezto.mheducation.com/hm.tpx value: 5.88 points Ch. Ex. 102 -Hess's Law: Nitrogen Oxides 1 out …
#Given a positive integer n between 1 and 9, generate the #permuations of the se
#Given a positive integer n between 1 and 9, generate the #permuations of the set {1,2,3,4,...,n} *USING the JOHNSON-TROTTER #ALGORITHM.* #Using 'import time' and 'time.clock()', …
#Hydrate Lab# 1. What would happen to your results (how would it effect the salt
#Hydrate Lab# 1. What would happen to your results (how would it effect the salt to water ratio) if not all of the water was evaporated from your sample? 2. What would happen to y…
#I have written this code for which one function is missing which I cant figure
#I have written this code for which one function is missing which I cant figure out, please help me to run this code. Thank you. #include <iostream> #include <cstdlib>…
#IMPLEMENTATION IN ANY LANGUAGES# Project Objective: in completing this project,
#IMPLEMENTATION IN ANY LANGUAGES# Project Objective: in completing this project, you will • Fully understand the page replacement mechanisms • Be able to simulate operating system…
#JAVA Copy your ChessPiece class. Create a new application titled populateChessB
#JAVA Copy your ChessPiece class. Create a new application titled populateChessBoard that contains your main statement. In your populateChessBoard class create 2 arrays, one to co…
#JAVA Create a new class titled ChessBoard that contains - A private multi-dimen
#JAVA Create a new class titled ChessBoard that contains - A private multi-dimensional array of containing the squares of the chess board Getter and Setter methods for putting a c…
#JAVA program By starting at the top of the triangle below and moving to adjacen
#JAVA program By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23. 3 7 4 2 4 6 8 5 9 3 That is…
#Java My code is at the end of the post. And I am tracked into several problems.
#Java My code is at the end of the post. And I am tracked into several problems. My original thinking is to create a 4x4 array first, in this order: (A,A, Q,Q K,K J,J,2, 2,5, 5, 6…
#KY. 2 Moment of inertia and kinetic energy Four small spheres are connected by
#KY. 2 Moment of inertia and kinetic energy Four small spheres are connected by rods of negligible mass and form a rigid object. Axis of rotation The figure to the right shows the…
#Linked Lists and Classes #C++ Hi, please use singly linked list method to do th
#Linked Lists and Classes #C++ Hi, please use singly linked list method to do this question. Thank you! Here’s the contents of a file called example.cpp: If you try to compile thi…
#LinkedList #doubly #C++ Hi guys, I\'d appreciate if you can help me solve this
#LinkedList #doubly #C++ Hi guys, I'd appreciate if you can help me solve this question in C++ please! In this assignment your task is to implement a special kind of doubly-linked…
#MIPS ASSEMBLY PROGRAM Write a program that reads an array of 20 integers with a
#MIPS ASSEMBLY PROGRAM Write a program that reads an array of 20 integers with an appropriate prompt, stores it, and then prints in three formats: - One integer per line - All int…
#MODIFY THE TEMPLATE TO: Recall the grids from previous chapters. #Write code th
#MODIFY THE TEMPLATE TO: Recall the grids from previous chapters. #Write code that gets a width and height from the user, and returns a #two dimensional list, where each element i…
#MODIFY THE TEMPLATE TO: Write code to find the minimum #value of a list of inte
#MODIFY THE TEMPLATE TO: Write code to find the minimum #value of a list of integers entered by the user. import subprocess import sys #from answer import * def template(l): l…
#Measuring instantaneous velocity # photogate timer # projectile motion Q1-3 Tha
#Measuring instantaneous velocity # photogate timer # projectile motion Q1-3 Thanks :) In this experiment, you are going to measure the instantaneous velocity of an object 1. Meth…
#No 3 please me solved no3 thanks Consider an automobile manufacturer who is con
#No 3 please me solved no3 thanks Consider an automobile manufacturer who is contemplating the redesign of an existing model. The engineering and marketing groups have concurrentl…
#No2 please help me thanks ~ Consider an automobile manufacturer who is contempl
#No2 please help me thanks ~ Consider an automobile manufacturer who is contemplating the redesign of an existing model. The engineering and marketing groups have concurrently det…
#No5 please help me solve no5 thanks ~ Suppose an insurance company classifies d
#No5 please help me solve no5 thanks ~ Suppose an insurance company classifies drivers into three classes: low risk, average risk, and high risk. Records indicate that the probabi…
#PLC Programming PLC is used to operate a parking garage door. A ladder logic pr
#PLC Programming PLC is used to operate a parking garage door. A ladder logic program for parking garage automatic control is designed but necessary labels are missing. Name (i.e.…
#Please Change the template such that, Create a string that, when printed, #woul
#Please Change the template such that, Create a string that, when printed, #would put the words one, two, and three each on their own line. import subprocess #from answer import *…
#Please use Javafx not awt. Modify the the following source code so that when th
#Please use Javafx not awt. Modify the the following source code so that when the mouse is clicked within 30 pixels of the middle of the smiley face it changes color. It will alte…
#Program 5 simple cryptarithm solver 3.4#11 #since we have not yet studied permu
#Program 5 simple cryptarithm solver 3.4#11 #since we have not yet studied permutation generators, twe will not write a general cryptarithm solver. Instead, let's write a special …
#Program Analysis# – What is output by in the following program? Show All Work #
#Program Analysis# – What is output by in the following program? Show All Work #include <iostream > Using namespace std; int func (int a, int b); main () { int j =…
#Program Analysis# – What is output by in the following program? Show All Work #
#Program Analysis# – What is output by in the following program? Show All Work #include <iostream > Using namespace std; int func (int a, int b); main () { int j =…
#Program Analysis# – What is output by in the following program? Show All Work v
#Program Analysis# – What is output by in the following program? Show All Work void func (int i, int j); { int iRetVal; if ( i >= -2 && j <= 2 ) …
#Program Analysis# – What is output by in the following program? Show All Work v
#Program Analysis# – What is output by in the following program? Show All Work void func (int i, int j); { int iRetVal; if ( i >= -2 && j <= 2 ) …
#Python The last Stop Boutique is having a five-day sale. Each day, starting on
#Python The last Stop Boutique is having a five-day sale. Each day, starting on Monday, the price will drop 10% of the previous day's price. For example, if the orginal price of a…
#Question 2 (PLEASE ANSWER ALL QUESTIONS BELOW THEY ARE ALL A PART OF 1 QUESTION
#Question 2 (PLEASE ANSWER ALL QUESTIONS BELOW THEY ARE ALL A PART OF 1 QUESTION) Use the following contingency table to complete (a) and (b) below. _ A B …
#Question 2 (PLEASE ANSWER ALL QUESTIONS BELOW THEY ARE ALL A PART OF 1 QUESTION
#Question 2 (PLEASE ANSWER ALL QUESTIONS BELOW THEY ARE ALL A PART OF 1 QUESTION) Use the following contingency table to complete (a) and (b) below. _ A B …
#Recall in the lesson on sorts that we had you complete the #Bubble and Selectio
#Recall in the lesson on sorts that we had you complete the #Bubble and Selection sort, and we showed you Merge sort. 1e didn't show any of insertion sort, and I bet you can #gues…
#TITLE1 Bla Bla bla bla bla bla bla bla bla bla bla bla bla Bla Bla bla bla bla
#TITLE1 Bla Bla bla bla bla bla bla bla bla bla bla bla bla Bla Bla bla bla bla bla bla bla bla bla bla bla bla Bla Bla bla bla bla bla bla bla bla bla bla bla bla Bla Bla bla bla…
#This function \"binarySearchPythonCode\" identifies the elements which is prese
#This function "binarySearchPythonCode" identifies the elements which is present in the start and end values def binarySearchPythonCode(list, Element, startElement, endElement): #…
#This one is a challenge. There\'s a lot going on: splitting #up strings, removi
#This one is a challenge. There's a lot going on: splitting #up strings, removing unnecessary characters, converting to #integers, and running a big conditional. Our solution to #…
#Trying to create a simple while loop that uses a #pre-stored width #and height
#Trying to create a simple while loop that uses a #pre-stored width #and height to return a string of all of the coordinates of each #tile in the grid, in order, separated by spac…
#Two Capital Structure • A firm has 200,000 stocks outstanding at a market price
#Two Capital Structure • A firm has 200,000 stocks outstanding at a market price of 50 and no debt • The firm plans to issue 3,000 bonds at a market value of 1,000 • The proceeds …
#UBUNTU G++ When I run this command: g++ -std=c++17 -Wall -Icatch.hpp CalcList.c
#UBUNTU G++ When I run this command: g++ -std=c++17 -Wall -Icatch.hpp CalcList.cpp PP1Test.cpp I got this warning: cc1plus: warning: catch.hpp: not a directory. I put all my files…
#USING PYTHON WOULD BE BEST# Graphs have been broadly employed in modeling vario
#USING PYTHON WOULD BE BEST# Graphs have been broadly employed in modeling various kinds of applications. In this project, you apply graph algorithms to solve applications specifi…
#VJ5J9WH #4VJR37C #5DYKK96 Hello, the above shipping labels that were given to m
#VJ5J9WH #4VJR37C #5DYKK96 Hello, the above shipping labels that were given to me when I went to sell a book. I cannot remember which I used, but the one I used was combined with …
#We\'ve written the function, selectionsort, below. It takes #in one list parame
#We've written the function, selectionsort, below. It takes #in one list parameter, alist. Our version of selection sort #involves finding the minimum value and moving it to an #e…
#\'s 2.13.1 , 2.13.2, 2.13.3 In the following problems, the data table contains
#'s 2.13.1 , 2.13.2, 2.13.3 In the following problems, the data table contains the values for registers r3 and r4. You will he asked to perform several ARM logical operations on t…
#\'s 3,4,5,6 (Mathematical Probability Theory) stnet 3. An urn contains 3 red, 8
#'s 3,4,5,6 (Mathematical Probability Theory) stnet 3. An urn contains 3 red, 8 yellow, and 13 green balls; another urn contains 5 red, 7 yellow, and 6 green balls. One ball is se…
#_Items_Sold TV$ Conference$ JournalAd$ 88,000 87,000 95,000 100,000 80,000 98,0
#_Items_Sold TV$ Conference$ JournalAd$ 88,000 87,000 95,000 100,000 80,000 98,000 99,000 99,000 96,000 101,000 103,000 101,000 76,000 91,000 95,000 93,000 80,000 88,000 102,000 9…
#create class called car class Car: def __init__(self,year,make,speed): self.__y
#create class called car class Car: def __init__(self,year,make,speed): self.__year_model=year self.__make=make self.__speed=0 #set the arguments for speed,year, and make def set_…
#data declarations: numbers: .space 36 message1: .asciiz \"Enter an integer: \ \
#data declarations: numbers: .space 36 message1: .asciiz "Enter an integer: " message2: .asciiz "The array contains the following: "next_line: .asciiz " " .text .globl main main: …