Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 1006 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a function in Matlab that takes as input the size n and a tridiagonal matr
Write a function in Matlab that takes as input the size n and a tridiagonal matrix given as three vectors: n x 1 vector v representing the main diagonal, (n-1) x 1 vector w repres…
Write a function in Matlab to find small images inside of a big image. The color
Write a function in Matlab to find small images inside of a big image. The colors of the small image may be slightly different along with the illumination. The difference will be …
Write a function in NASM Pentium assembly language(save as reverse. ASM file) to
Write a function in NASM Pentium assembly language(save as reverse.ASM file) to output reverse string from user input. The main procedure reads the string from the user and pass i…
Write a function in Python, myRelation(p,q), that prints the set of ordered pair
Write a function in Python, myRelation(p,q), that prints the set of ordered pairs of the following relation: r = {(x,y) | x A, y B, x divides y, x + y > p, x + y < q} where …
Write a function in R, called myDiamondManipulatorO that has a primary input arg
Write a function in R, called myDiamondManipulatorO that has a primary input argument reserved for the dia- monds dataset and does the following: (a) Has a default input arguments…
Write a function in Standard ML to calculate the Taylor expansion of the sin(x)
Write a function in Standard ML to calculate the Taylor expansion of the sin(x) function: This is a programming assignment and not a math proof. Question 2 Consider the Taylor exp…
Write a function in a matlab script please he overall grade in a course is deter
Write a function in a matlab script please he overall grade in a course is determined from the grades of 10 homework assign Homework: Homework assignments are graded on a scale fr…
Write a function in assembly language named encrypt which takes a pointer to a b
Write a function in assembly language named encrypt which takes a pointer to a buffer containing some cleartext, and modifies the buffer to contain the encrypted version of that t…
Write a function in assembly language. Input a sequence of positive numbers endi
Write a function in assembly language. Input a sequence of positive numbers ending with 0. Find the minimum and maximum. For example, input 4, 6, 2, 99, 21, 10, 0. min = 2 and max…
Write a function in c ++ . please explain it step by step to better understand .
Write a function  in c ++ . please explain it step by step to better understand .  I DO NOT NEED THE WHOLE PROGRAM , I JUST NEED THE CORRECT CODE FOR THE  FUNCTION IN C ++ . ONCE …
Write a function in c language that takes score as parameter and computes and re
Write a function in c language that takes score as parameter and computes and returns letter grade based on the scale below. 90-100 A   80-89 B   70-79 C   60-69 D      00-59 F Wr…
Write a function in c++ that does statistics on a doubly linked list. It should
Write a function in c++ that does statistics on a doubly linked list. It should be a constant function that prints out the largest sum, smallest, total, and average. It should do …
Write a function in c++ using for loops and give a list of 2 test data: The func
Write a function in c++ using for loops and give a list of 2 test data: The function must not use any function templates from the algorithms portion of the Standard C++ library. b…
Write a function in c++ using for loops: The function must not use any function
Write a function in c++ using for loops: The function must not use any function templates from the algorithms portion of the Standard C++ library. bool locateSequence(const string…
Write a function in in C LANGUAGE that solves the quadratic equation ax 2 + bx +
  Write a function in in C LANGUAGE that solves the quadratic equation ax2 + bx + c = 0. The prototype of the function should be: int quadratic(double a, double b, double c, doubl…
Write a function in matlab and then a program that has the following: Consider t
Write a function in matlab and then a program that has the following: Consider the function f(x) = e^-0.4 x cos x - 0.3. a) Plot the function using fplot for - 2 lessthanorequalto…
Write a function in php which takes two parameters and returns (not echos) the H
Write a function in php which takes two parameters and returns (not echos) the HTML representing a link with the destination URL and link text reflecting the parameters passed in.…
Write a function in python 2.7 File operations in python 2.7 INPUT:CrimeReport.t
Write a function in python 2.7 File operations in python 2.7 INPUT:CrimeReport.txt: in this file, each line is a raw tweet json format. output-folder: where new results will be st…
Write a function in python called is_square(board): Given a board as a list of l
Write a function in python called is_square(board): Given a board as a list of lists of Booleans, check whether it represents a square board with the same number of rows and colum…
Write a function in python called link_strings(xs): Consider a sequence of value
Write a function in python called link_strings(xs): Consider a sequence of values, xs. It can contain any python values, but we're only interested in the strings. Without using th…
Write a function in python def encode(msg,secret_d): Consider a string msg and a
Write a function in python def encode(msg,secret_d): Consider a string msg and a dictionary, secret_d, where the keys are single-character strings and values are strings. For ever…
Write a function in python show_board(board, queen=\'Q\', empty=\'-\'): Given a
Write a function in python show_board(board, queen='Q', empty='-'): Given a board, and the options indicate what character to use for cells with and without a queen, create a stri…
Write a function inOrder that takes three string (char*) arguments. The function
Write a function inOrder that takes three string (char*) arguments. The function combines the first two strings, in alphabetical order, and stores the result in the third string. …
Write a function including prototype and header which is passed an array of inte
Write a function including prototype and header which is passed an array of integers and the number of elements in the array. The function then sorts the array and returns to the …
Write a function increment(grid) that takes an existing 2-D list of digits and i
Write a function increment(grid) that takes an existing 2-D list of digits and increments each digit by 1. If incrementing a given digit causes it to become a 10 (i.e., if the ori…
Write a function indexOf(source,sub) that takes two C++ strings and • returns -1
Write a function indexOf(source,sub) that takes two C++ strings and • returns -1 if sub is not a substring in source • returns the index of the first occurrence of sub in source (…
Write a function inputStats that takes an istream& and an ostream& as parameters
Write a function inputStats that takes an istream& and an ostream& as parameters. The input stream represents an input file. Your function reports various statistics about…
Write a function insert() that takes three arguments: a character vector str1 [1
Write a function insert() that takes three arguments: a character vector str1 [100], a character vector str2[100], and an integer i. Your function insert () inserts the string str…
Write a function insertAtEnd() for a linked list that has the following declarat
Write a function insertAtEnd() for a linked list that has the following declaration: void insertAtEnd (struct node **pStart, int myData); The function should insert a new node, at…
Write a function insertAtPositionN () for a doubly-linked list that has the foll
Write a function insertAtPositionN () for a doubly-linked list that has the following declaration and precondition: int insertAtPositionN (struct node **pHead, int n, int newData)…
Write a function insertAtPositionN () for a singly-linked list that has the foll
Write a function insertAtPositionN () for a singly-linked list that has the following declaration and precondition. int insertAtPositionN (struct node **pHead, int n, int newData)…
Write a function int CircleStats( double r, double &d, double &c, double &a ); w
Write a function int CircleStats( double r, double &d, double &c, double &a ); which takes the radius (r) of a circle, and sets, into variables in the calling code, th…
Write a function int multiple(int a, int b) that determines for a pair of intege
Write a function int multiple(int a, int b) that determines for a pair of integers whether the second integer is a multiple of the first. The function takes two integer arguments …
Write a function interleave which takes two vectors of the same length and retur
Write a function interleave which takes two vectors of the same length and returns a vector which is the result of interleaving the elements of the two input vectors as shown in t…
Write a function intgetCount(QUEUE q) to count the number of elements in a circu
Write a function intgetCount(QUEUE q) to count the number of elements in a circular queue without using any looping statements. Initial value of front (F) and rear (R) is zero. Ea…
Write a function ioAve() which repeatedly prompts the user to enter numbers (of
Write a function ioAve() which repeatedly prompts the user to enter numbers (of any sign), followed by any printable non-numerical character (to signal the end of the sequence of …
Write a function isLegalPosition() that takes as input a board location then ret
Write a function isLegalPosition() that takes as input a board location then returns “1” if it is a place where a game piece can be played, or returns a “0” if it is a place where…
Write a function isSimilar that takes a Queue and a Stack as parameters (contain
Write a function isSimilar that takes a Queue and a Stack as parameters (containing the same type of elements) and returns true if all the elements of stack is contained in the qu…
Write a function is_full that returns true or false to indicate whether the arra
Write a function is_full that returns true or false to indicate whether the array that implements a stack is full. Assume that SIZE specifies the size of the array. b) Write a ver…
Write a function is_palindrome() embedded in a program, that takes a pointer to
Write a function is_palindrome() embedded in a program, that takes a pointer to the beginning of a string and returns a boolean value. That value is true if the string is a palind…
Write a function is_palindrome() embedded in a program, that takes a pointer to
Write a function is_palindrome() embedded in a program, that takes a pointer to the beginning of a string and returns a boolean value. That value is true if the string is a palind…
Write a function join :: Eq a => [(a,b)] -> [(a,c)] -> [(a,b,c)]. join takes two
Write a function join :: Eq a => [(a,b)] -> [(a,c)] -> [(a,b,c)]. join takes two lists of pairs, and returns a single list of triples. A triple is generated only when the…
Write a function juggle() that has one parameter: num. The function generates a
Write a function juggle() that has one parameter: num. The function generates a sequence of numbers as follows: It starts with num If num is even, it replaces num with the integer…
Write a function leap.m that takes a year as an input and outputs a 1 if the yea
Write a function leap.m that takes a year as an input and outputs a 1 if the year is a leap year and a 0 otherwise. Here are the rules for leap years: Years divisible by 400 are l…
Write a function letter2number() that takes a string representing a letter grade
Write a function letter2number() that takes a string representing a letter grade as a parameter and returnsthe grade point associated with that grade.The grade letter will be one …
Write a function listEvenNumbers2() using an infinite while loop. The function t
Write a function listEvenNumbers2() using an infinite while loop. The function takes NO input arguments. This will be a variation of problem 1, using a loop-and-a-half pattern. Th…
Write a function listEvenNumbers2() using an infinite while loop. The function t
Write a function listEvenNumbers2() using an infinite while loop. The function takes NO input arguments. This will be a variation of problem 1, using a loop-and-a-half pattern. Th…
Write a function madlibs () that takes in 4 parameters: a list of nouns, a list
Write a function madlibs() that takes in 4 parameters: a list of nouns, a list of verbs a list of adjectives and some text. The text will have NNN for a place to inject a random n…
Write a function mat_mult() that has accepts two 3x3 matrices matA and matB as i
Write a function mat_mult() that has accepts two 3x3 matrices matA and matB as input and returns a pointer to an output matrix that is the product of the two input matrices. Point…
Write a function matrix-multiply that takes two matrices as input and multiplies
Write a function matrix-multiply that takes two matrices as input and multiplies them and outputs the resultant in LISP. It should be recursive. testing: (MATRIX-MULTIPLY 'NIL 'NI…