Web development and programming
191828 questions • Page 58 / 3837
(Machine Learning) Use SVM from sklearn to classify non-linearly sperable datase
(Machine Learning) Use SVM from sklearn to classify non-linearly sperable datasets. Refer to the example in sklearn http://scikit-learn.org/stable/auto_examples/svm/plot_iris.html…
(Make the changes in this program so that arrays are transferred to the function
(Make the changes in this program so that arrays are transferred to the functions as pointer variable parameters and the items of the arrays are accessed using pointer variables i…
(Matlab Help) Im having trouble with the following function My attempt: Is there
(Matlab Help) Im having trouble with the following function My attempt: Is there a better way to approach this problem? function hist = annualEnergy(Data, thresh); n=[0.256 0.576 …
(Matlab Question) Create the following matrices, and use them in the exercises t
(Matlab Question) Create the following matrices, and use them in the exercises that follow: a=[15 3 22; 3 8 3; 22 5 82] b= [1;5;6] c=[12 18 5 2] (a) Create a matrix called d from …
(Matlab Script Help) (Please include comment% to explain the steps of the codes,
(Matlab Script Help) (Please include comment% to explain the steps of the codes, thank you) for example, The arrays PriceA, PriceB, and PriceC are given below and contain stock pr…
(Matlab) Let f(x) be a twice continuously differentiable function and suppose we
(Matlab) Let f(x) be a twice continuously differentiable function and suppose we are already given three Matlab functions "f. m" with header "function [y] = f(x)" that returns val…
(Matlab) What am I missing in order to compile the funciton function hist = annu
(Matlab) What am I missing in order to compile the funciton function hist = annualEnergy(Data, thresh); n=[0.256 0.576 0.384 0.192 0.832 0.576 0.256 0.128 0.192]; for i = 1:n A= i…
(Matlab) need to modify the code: Player fails the game if you cannot make it wi
(Matlab) need to modify the code: Player fails the game if you cannot make it within 3 tries. Player can do this game up to 10 times. If player input is larger than 10, it will di…
(Mean and Median Program) With the “response_method1” array, calculate mean and
(Mean and Median Program) With the “response_method1” array, calculate mean and medium values. The supplied code checks your results and prints messages indicating if your values …
(Median-of-3 Partition) One way to improve the RANDOMIZED-QUICKSORT is to choose
(Median-of-3 Partition) One way to improve the RANDOMIZED-QUICKSORT is to choose the pivot for partitioning more carefully than by picking a random element from the array. One com…
(Memory mapped I/O – interrupt) Write a MIPS program to implement the following
(Memory mapped I/O – interrupt) Write a MIPS program to implement the following single digit adder: keyboard input: X+Y= display output: X+Y=Z where X and Y are single digits (suc…
(Merge two sorted lists) Write the following method that merges two sorted lists
(Merge two sorted lists) Write the following method that merges two sorted lists into a new sorted list. public static int[] merge(int[] list1, int[] list2) Implement the method i…
(Method Create)Create one file by writing ten names and a random number 1 to 60
(Method Create)Create one file by writing ten names and a random number 1 to 60 for an age. So the constant will be 10. (Method ReadFile) You will need 2 arrays, 1 for the names, …
(Microsoft Access SQL) I am trying find the UNum for users that played at least
(Microsoft Access SQL) I am trying find the UNum for users that played at least one game played by at least one single user who played at least one game with a ListPrice of $9.99.…
(Microsoft Access SQL) I am trying find the UNum for users who played the same g
(Microsoft Access SQL) I am trying find the UNum for users who played the same game on all consoles. I have most of my query but am not sure how get the correct output. Based on w…
(Microsoft Access SQL) I am trying to answer a question with the correct query.
(Microsoft Access SQL) I am trying to answer a question with the correct query. I am just not sure if the output of C5, C6, C2, C3, C7 is correct. I thought it should be C1 and C4…
(Mobile App Development Assignment). Note: Please write the Java and XML code(s)
(Mobile App Development Assignment). Note: Please write the Java and XML code(s) if you are going to answer the problem. Also, please give me a link of where you got the images fr…
(Mobile App Development) In Android Studio, Create a camera app that allows the
(Mobile App Development) In Android Studio, Create a camera app that allows the user to upload a picture from their phone camera gallery, see the picture via summary page, and edi…
(Mobile App Development) Problem 2 – Customize the displayed content in ListView
(Mobile App Development) Problem 2 – Customize the displayed content in ListView In many cases, we might need a more complicated structure to present data, such as a tweet like me…
(Mobile App Development)(Android Studio Assignment) Create a tab view, which has
(Mobile App Development)(Android Studio Assignment) Create a tab view, which has Tab A and Tab B. Tab A is empty, but Tab B contains a spinner that has a drop-down function on it.…
(Mobile Application Development) Using Android Studio, Create a camera app that
(Mobile Application Development) Using Android Studio, Create a camera app that allows the user to upload a picture from their phone camera gallery, see the picture via summary pa…
(Modified Account Class) Modify class Account (Fig. 3.13) to provide a method ca
(Modified Account Class) Modify class Account (Fig. 3.13) to provide a method called debit that withdraws money from an Account. Ensure that the debit amount does not exceed the A…
(Modify) Modify Program 9.2 so that it continues to divide two numbers until the
(Modify) Modify Program 9.2 so that it continues to divide two numbers until the user enters the character q (as a numerator or denominator) to terminate program execution. Here i…
(Modifying the Internal Data Representation of a Class) It would be perfectly re
(Modifying the Internal Data Representation of a Class) It would be perfectly reasonable for the Time2 class of Fig 8.5 to represent the time internally as the number of seconds s…
(Morse Code) Perhaps the most famous of all coding schemes is the Morse code, de
(Morse Code) Perhaps the most famous of all coding schemes is the Morse code, developed by Samuel Morse in 1832 for use with the telegraph system. The Morse code assigns a series …
(Morse Code) Perhaps the most famous of all coding schemes is the Morse code, de
(Morse Code) Perhaps the most famous of all coding schemes is the Morse code, developed by Samuel Morse in 1832 for use with the telegraph system. The Morse code assigns a series …
(Mostly MATLAB) An n times n matrix A has entries a_i, j = 5/(i + 2j - 1). (a) D
(Mostly MATLAB) An n times n matrix A has entries a_i, j = 5/(i + 2j - 1). (a) Design a MATLAB routine myA.m that constructs for arbitrary n the n times n matrix A, a column vecto…
(Multithreaded Server) Multithreaded servers are quite popular today, especially
(Multithreaded Server) Multithreaded servers are quite popular today, especially because of the increasing use of multicore servers. Modify the simple server application presented…
(Must be written in Java) 5.9 (Conversions between feet and meters) Write a clas
(Must be written in Java) 5.9 (Conversions between feet and meters) Write a class thatcontains the following two methods: /** Converts from feet to meters */ public static double …
(MyInteger class) Design a class named MyInteger. The class contains: - An int d
(MyInteger class) Design a class named MyInteger. The class contains: - An int data field named value that stores the int value represented by this object. - A constructor that cr…
(Mylnteger.java class) Design a class named Mylnteger. The class contains: - An
(Mylnteger.java class) Design a class named Mylnteger. The class contains: - An int data field named value that stores the int value represented by this object. - A constructor th…
(NASM / Assembly) Please explain in one english sentence what this program does?
(NASM / Assembly) Please explain in one english sentence what this program does? (E.g., this program computes the sum of two numbers.. etc.) segment .data msg1 db “> “, …
(NEEDS TO BE IN PYTHON 2.7) Part 1 Write a loop that sums all positive integers
(NEEDS TO BE IN PYTHON 2.7) Part 1 Write a loop that sums all positive integers from 1 to 100 Note: The answer is 5150 Print out the result in sentence form such as: The sum of al…
(NET AND C# ASSIGNMENT) Two integer numbers to serve as the lower bound and uppe
(NET AND C# ASSIGNMENT) Two integer numbers to serve as the lower bound and upper bound for a range of random numbers. A list of integer numbers within the above range of random n…
(NOTE: THE PROGRAM SHOULD BE WRITTEN IN C++) Important, please read! Make sure y
(NOTE: THE PROGRAM SHOULD BE WRITTEN IN C++) Important, please read! Make sure you use the specified struct name and function prototypes, as they will be referred to as such in th…
(NOTE: THE PROGRAM SHOULD BE WRITTEN IN C++) Important, please read! Make sure y
(NOTE: THE PROGRAM SHOULD BE WRITTEN IN C++) Important, please read! Make sure you use the specified struct name and function prototypes, as they will be referred to as such in th…
(New string split method) The split method in the Stringclass returns an array o
(New string split method) The split method in the Stringclass returns an array of strings consisting of the substringssplit by the delimiters. However, the delimiters are not retu…
(No code template for this week\'s lab. It should be fairly short! Problem 1 (6
(No code template for this week's lab. It should be fairly short! Problem 1 (6 pts) Suppose that you have a class named BankAccount that represents (surprise!) a bank account. The…
(Northwoods database) Display the number of classes by days, and time of the day
(Northwoods database) Display the number of classes by days, and time of the day, formatted as shown below: 4. Number of dlasses MTWRE08:00 a.m. MTWRE09:00 a.m. 02:00 p.m. 03:00 p…
(Not asking which one is right but they want numbers)Let S be a set with n eleme
(Not asking which one is right but they want numbers)Let S be a set with n elements and let a and b distinct elements of S. How many relations R are there on S such that : a) (a,b…
(Note this is while loop, no array please and thanks) Write a method called cons
(Note this is while loop, no array please and thanks) Write a method called consecutive that accepts three integers as parameters and returns true if they are three consecutive nu…
(Ntwork Security)-subject 1.29. A s we mentioned in the text, an apparently well
(Ntwork Security)-subject 1.29. A s we mentioned in the text, an apparently well-protected network could be brought down via an apparently minor trick. The following is a story sh…
(Number Grid - Optional Bonus) I like games. One of my favorite games is \"numbe
(Number Grid - Optional Bonus) I like games. One of my favorite games is "number grid", and the mechanics are as follows: We are given an m times n grid of positive integers A (ex…
(Number histogram) Design and implement an application that creates a histogram
(Number histogram) Design and implement an application that creates a histogram that allows you to visually inspect the frequency distribution of a set of values. The program shou…
(Numerical Methods: Pseudocode) 10. The statement DOFOR J = L, H, A means that,
(Numerical Methods: Pseudocode) 10. The statement DOFOR J = L, H, A means that, in the loop, J = L for the first cycle, J = L+A for the second cycle, J = A + 2A for third cycle, a…
(Numerical) Heron\'s formula for the area, A, of a triangle with sides of length
(Numerical) Heron's formula for the area, A, of a triangle with sides of length a,b, and c is A=v[s(s-a)(s-b)(s-c)] where S=(a+b+c)/2 Write test and execute a function that accept…
(Numerical) a. Define an array with a maximum of 20 integer values, and fill the
(Numerical) a. Define an array with a maximum of 20 integer values, and fill the array with numbers input from the keyboard or assigned by the program. Then write a function split…
(Numerical) a. Euclid\'s method for finding the greatest common divisor (GCD) of
(Numerical) a. Euclid's method for finding the greatest common divisor (GCD) of two positive integers consists of the following steps. Step 1, divide the larger number by the smal…
(Objects and classes) Write a Java program for ATM machines to meet the followin
(Objects and classes) Write a Java program for ATM machines to meet the following requirements: 1. Define an Account class with the following 4 private data fields: • An int data …
(Occurrences of each digit in a string) Write a method that counts the occurrenc
(Occurrences of each digit in a string) Write a method that counts the occurrences of each digit in a string using the following header: public static int[] count(String s) The me…
Subject
Web development and programming
Use Browse or pick another subject.