Browse T
Alphabetical listing with fast deep pagination.
125787 items • Page 2194 / 2516
Try to use K means clustering to segment an image. You can use Matlab function:
Try to use K means clustering to segment an image. You can use Matlab function: kmeans( )
Try to use Ubuntu/Linux to solve this. Thank you so much Setting the Stage for Y
Try to use Ubuntu/Linux to solve this. Thank you so much Setting the Stage for Your First Python Program: The Cuckoo's Egg A system administrator at Lawrence Berkley National Labs…
Try to write a program which calculates the wage bill of Foo Corporation in an O
Try to write a program which calculates the wage bill of Foo Corporation in an OO manner and either displayes it in an alert box or writes it to the web page. Foo Corporation need…
Try using the same code on f(x) = x 2 starting with x L = 1 and x R = 2. What is
Try using the same code on f(x) = x2 starting with xL = 1 and xR = 2. What is the problem? Can you make your code reliable? Please think carefully about what “reliable” means in t…
Try your skills with Excel by completing the quota sampling demonstrations. Supp
Try your skills with Excel by completing the quota sampling demonstrations. Suppose that you are asked to find out the opinions of the residents in a small county about the locati…
Trying New Whole Foods – adapted from an assignment by Amanda Buxbaum Have you e
Trying New Whole Foods – adapted from an assignment by Amanda Buxbaum Have you ever found yourself in the produce section of the grocery store, staring at a food item you’ve never…
Trying my hardest to create this but I\'m terrible at HTML, can anyone finish th
Trying my hardest to create this but I'm terrible at HTML, can anyone finish this and provide me the index.html link at the end so i can submit it? ITE 115 INTRODUCTION TO COMPUTE…
Trying this again was hopeing to find help with these 2 question showing the wor
Trying this again was hopeing to find help with these 2 question showing the worl any help is great full10 points) 2. Two people, Ella and Jane, decide to start saving for retirem…
Trying to Sell Your Audio System You are trying to sell your audio system (an am
Trying to Sell Your Audio System You are trying to sell your audio system (an amplifier and speakers) to raise money for an upcoming trip to overseas. The system works great, and …
Trying to Solve Part E Constants 1 Periodic Table Learning Goal: To practice Pro
Trying to Solve Part E Constants 1 Periodic Table Learning Goal: To practice Problem-Solving Strategy for general problems. Two hockey pucks, labeled A and B, are initially at res…
Trying to add an ai part to my code but dont know where to start or how would I
Trying to add an ai part to my code but dont know where to start or how would I do this with the code I have created to have 1v1 player vs player but i want to add the player vs a…
Trying to adjust a findlargest algorithm to a find median in a unique set of num
Trying to adjust a findlargest algorithm to a find median in a unique set of numbers. Use the FindLargest algorithm (below) to develop an algorithm to find the median value in a l…
Trying to answer 1, a,b,c,d. Thank you. Consider a spherical comet 2 kilometers
Trying to answer 1, a,b,c,d. Thank you. Consider a spherical comet 2 kilometers in diameter with a mass of 5.25 Times 10^12 kg. Further assume that it crashes into Earth at a spee…
Trying to answer problem E4-19 which states: E4-19 On December 31, the adjusted
Trying to answer problem E4-19 which states: E4-19 On December 31, the adjusted trial balance of Oslo Employment Agency shows the following selected data. Accounts Receivable $24,…
Trying to answer this blank question and I just can\'t figure it out. Does it su
Trying to answer this blank question and I just can't figure it out. Does it support the chemical equation? Why or why not? I want ot understand this concept. G. I don't understan…
Trying to answer this in C++ Question 6: The number e is an important mathematic
Trying to answer this in C++ Question 6: The number e is an important mathematical constant that is the base of the natural logarithm. e also arises in the study of compound inter…
Trying to answer this question: My attept: I can\'t get the game to really work.
Trying to answer this question: My attept: I can't get the game to really work. What am I missing here? code text: def smart_ai(sticks): """make computer always win""" while True:…
Trying to balance power in groups sometimes works and other times deteriorates t
Trying to balance power in groups sometimes works and other times deteriorates the group’s productivity and cohesiveness. Knowing the pros and cons of each method of balancing pow…
Trying to build a filter class: The Filter class should have, at a minimum, the
Trying to build a filter class: The Filter class should have, at a minimum, the following capabilities. a resistor-object data member a capacitor-object data member a cutoff frequ…
Trying to build a program that can tell how many words are in a file. #define NU
Trying to build a program that can tell how many words are in a file. #define NULL 0 FILE *fpt; void main() { char name[20],c; int nw=0; clrscr(); printf("Enter the name of file t…
Trying to catch break. Your friend Jared is dismayed that he keeps having his lo
Trying to catch break. Your friend Jared is dismayed that he keeps having his loans rejected. He asks you to review various parts of this Criteria of Credibility, starting with hi…
Trying to check my work on this homework problem. Thanks! A metal strip lies on
Trying to check my work on this homework problem. Thanks! A metal strip lies on the x-y plane with current of 5.0 A flowing in the +y direction. The width of the strip (in the tim…
Trying to check my work on this homework problem. Thanks! A metal strip lies on
Trying to check my work on this homework problem. Thanks! A metal strip lies on the x-y plane with current of 5.0 A flowing in the +y direction. The width of the strip (in the tim…
Trying to clean up this program: #include #include using na
Trying to clean up this program: #include <iostream> #include <iomanip> using namespace std; int main() { int year, month, day; char c; bool validInput = false; while …
Trying to come up with the solution in Python language, formatting did not trans
Trying to come up with the solution in Python language, formatting did not transfer well, but should be in evenly spaced columns across the page PROBLEM DEFINITION: Write a class …
Trying to compute the WACC of IBM (International Business Machines Corp.) with t
Trying to compute the WACC of IBM (International Business Machines Corp.) with the following information. For finding the cost of equity, I chose to use the CAPM as a proxy. V = t…
Trying to create a COBOL program to update a master indexed file. Notes: A. Cust
Trying to create a COBOL program to update a master indexed file. Notes: A. Customer number is the key field for the indexed master file. B. If a transaction record exits for whic…
Trying to create a Library in Java 8 using the Date API. BookCopy has an associa
Trying to create a Library in Java 8 using the Date API. BookCopy has an associated DueDate (which is null if the book is not checked out) and LibraryCard has a non-negative bala…
Trying to create a Library using Java 8: How would I code these methods? - a ren
Trying to create a Library using Java 8: How would I code these methods? - a renewal method which allows the card holder to get a new due date for that book. Renewal periods are …
Trying to create a form that allows a user to view all records in the friends.da
Trying to create a form that allows a user to view all records in the friends.dat file. Populate a list box on the form with the phone number and names of the friends. I cannot ge…
Trying to create this java code game # Guess The Code Game #### The Game You are
Trying to create this java code game # Guess The Code Game #### The Game You are going to create a Java program that implements the game *Guess The Code* using a 2D Array and asso…
Trying to debug this java program it is a simple servlet to calculate the area o
Trying to debug this java program it is a simple servlet to calculate the area of a rectangle based on two doubles, length and width, containing to small errors of the same type. …
Trying to design small project in right way and have a trouble in it:\\ about ta
Trying to design small project in right way and have a trouble in it: about task: need to realize multiplication of big numbers, using fft First, i have classes class LargeNumber{…
Trying to determine its depth, a rock climber drops a pebble into a chasm and he
Trying to determine its depth, a rock climber drops a pebble into a chasm and hears the pebble strike the ground ,. later. (a) If the speed of sound in air is a 343 m s the rock c…
Trying to display name and input of a character through machine language of NASM
Trying to display name and input of a character through machine language of NASM through DosBOX. It is very simple but im having trouble with the code. My code is listed below. Th…
Trying to display two dice images that will roll a possible 2-12 and explainning
Trying to display two dice images that will roll a possible 2-12 and explainning the rules to player as well. Need help. import java.awt.FlowLayout; import java.awt.GridLayout; im…
Trying to do a mute function for a TV. Didn\'t post the entire code but here are
Trying to do a mute function for a TV. Didn't post the entire code but here are the private instance variables, and then my mute fuctions below. Can someone tell me why my code fu…
Trying to do my physics lab. Having trouble answering thesetwo questions. I plot
Trying to do my physics lab. Having trouble answering thesetwo questions. I plotted two graphs: V vs. t to see exponentialdecay.And ln V vs. t. We would open the switch and measur…
Trying to do part C on this worksheet. Please help. This fun problem relates to
Trying to do part C on this worksheet. Please help. This fun problem relates to physics. In case you're not a physics major, we urge you to follow the immortal advice of Douglas A…
Trying to do some homework and I\'m stuck on these 10 adjusting journal entries:
Trying to do some homework and I'm stuck on these 10 adjusting journal entries: 1. Wages earned by employees during December and to be paid in January are $33,875; associated payr…
Trying to do this in C++ Question 2: A palindrome is a word, which reads the sam
Trying to do this in C++ Question 2: A palindrome is a word, which reads the same backward or forward. For example, noon, civic, radar, level, rotor, kayak, reviver, racecar, redd…
Trying to do this in C++ Question 3: Implement following functions: a. void reve
Trying to do this in C++ Question 3: Implement following functions: a. void reverseArray(int arr[], int arrSize) That takes arr, an array of integers, and its size, arrSize. When …
Trying to do this in C++ Question 4: Traditional password entry schemes are susc
Trying to do this in C++ Question 4: Traditional password entry schemes are susceptible to "shoulder surfing" in which an attacker watches an unsuspecting user enter their passwor…
Trying to escape his pursuers, a secret agent skis off a slope inclined at 30° b
Trying to escape his pursuers, a secret agent skis off a slope inclined at 30° below the horizontal at 52 km/h. To survive and land on the snow 100 mbelow, he must clear a gorge 5…
Trying to escape your younger sibling, you go to stay with one of your friends f
Trying to escape your younger sibling, you go to stay with one of your friends for the weekend! Your friend's little sister wants to go to the mall, too! Since you don't have acce…
Trying to evaluate a social work program or project can be quite complicated. Id
Trying to evaluate a social work program or project can be quite complicated. Identify and describe three barriers that can interfere with the evaluation process. Using your examp…
Trying to figure out how to do this based on the code below for huffman tree, -
Trying to figure out how to do this based on the code below for huffman tree, - the weight should be based on the frequency of occurrence and the order in which a node is encounte…
Trying to figure out how to do this based on the code below for huffman tree, -
Trying to figure out how to do this based on the code below for huffman tree, - the weight should be based on the frequency of occurrence and the order in which a node is encounte…
Trying to figure out how to do this based on the code below for huffman tree, -
Trying to figure out how to do this based on the code below for huffman tree, - the weight should be based on the frequency of occurrence and the order in which a node is encounte…
Trying to figure out how to write this part of the code, I got everything else,
Trying to figure out how to write this part of the code, I got everything else, but the part (I think). My code is underneather. public boolean equals(Object obj) Determines wheth…