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 1001 / 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 Eratos that takes an int indicating the upper range of the numb
Write a function Eratos that takes an int indicating the upper range of the numbers and a vector of ints that will contain the prime numbers:     void Eratos( int length, vector&l…
Write a function F(n) which returns the total number of operations (additions an
Write a function F(n) which returns the total number of operations (additions and assignments) done on the variable sum. Use Big-O asymptotic notation to classify each of these al…
Write a function FindMax() that will accept three variables ( firstnum , secnum
Write a function FindMax()that will accept three variables (firstnum, secnum, and max), each is of type int. The first and second variables will have a “copy” of their contents se…
Write a function InsertCustomer that inserts a node at the end of the linked lis
Write a function InsertCustomer that inserts a node at the end of the linked list. Assume that the function receives a pointer (Head) which points to the first node of the linked …
Write a function IntegerPower(base, exponent) that returns the value of base^exp
Write a function IntegerPower(base, exponent) that returns the value of base^exponent. For example, IntegerPower(3,4) = 3^4 = 3*3*3*3 = 81Assume that exponent is positive, nonzero…
Write a function JulianDays that takes two integer arguments formonths and days
Write a function JulianDays that takes two integer arguments formonths and days and returns the number of days since January 1inclusive this year 2010 (Jan 2 is considered 1 day f…
Write a function NumberOfPennies() that returns the total number of pennies give
Write a function NumberOfPennies() that returns the total number of pennies given a number of dollars and (optionally) a number of pennies. Ex: 5 dollars and 6 pennies returns 506…
Write a function PrintShampooInstructions(), with int parameter numCycles, and v
Write a function PrintShampooInstructions(), with int parameter numCycles, and void return type. If numCycles is less than 1, print "Too few.". If more than 4, print "Too many.". …
Write a function RevertString.m that accepts a string as its argument and return
Write a function RevertString.m that accepts a string as its argument and returns a string that’s a reverted version of that string (string obtained by flipping the argument strin…
Write a function Runge_Kutta2, then write a code runge_kutta2_exp.m to solve Exa
Write a function Runge_Kutta2, then write a code runge_kutta2_exp.m to solve Example 2.25. You may need to look at the function Euler2. m and Example 2.29. Use the MATLAB function…
Write a function Runge_Kutta2, then write a code runge_kutta2_exp.m to solve Exa
Write a function Runge_Kutta2, then write a code runge_kutta2_exp.m to solve Example 2.25. You may need to look at the function Euler2. m and Example 2.29. Use the MATLAB function…
Write a function SelSort(x) that performs a selection sort on a list of numbers.
Write a function SelSort(x) that performs a selection sort on a list of numbers. Then generate random lists of numbers of lengths 10, 50, 100, 500, 1000, 5000, 10,000, and 50,000.…
Write a function Split that takes as argument a C string (terminated with ‘ \\0
Write a function Split that takes as argument a C string (terminated with ‘’) that contains a single occurrence of the ‘@’ character. Your function should print the two substrings…
Write a function Split(...) that is given a string, a separator character, an ar
Write a function Split(...) that is given a string, a separator character, an array to fill and the max number of elements in the array as parameters and returns an integer result…
Write a function SplittingFind that uses path splitting for the find operations
Write a function SplittingFind that uses path splitting for the find operations instead of path collapsing. This is defined below: Definition [Path Splitting]: In path splitting, …
Write a function T accum(vector v) that forms and returns the \"sum\" of all ite
Write a function T accum(vector v) that forms and returns the "sum" of all items in the vector v passed to it. For example, it T is a numeric type such as int or double, the numer…
Write a function USING MATLAB that helps solve word search puzzles. Your functio
Write a function USING MATLAB that helps solve word search puzzles. Your function should search a 2-dimensional array of characters to find a specified word. If the word is found,…
Write a function We want a function, called split, that has three parameters: on
Write a function We want a function, called split, that has three parameters: one input file stream, and two output file streams. The function split does not open the stream itsel…
Write a function [U,S,V]=mysvd(A) in MATLAB that produce the exactly result as [
Write a function [U,S,V]=mysvd(A) in MATLAB that produce the exactly result as [U,S,V]= svd(A) ----the built-in function produce the singular value of matrix A Your implementation…
Write a function a_to_i that converts a string of ASCII digits into a 32-bit int
Write a function a_to_i that converts a string of ASCII digits into a 32-bit integer. The function will receive as an argument the starting address of the string and must return a…
Write a function add echo that adds an echo to the samples array Your function s
Write a function add echo that adds an echo to the samples array Your function should take four parameters: the samples array the size of the samples array the sampling rate (as a…
Write a function alter_string that creates a dest string which is the source str
Write a function alter_string that creates a  dest string which is the source string with the following changes: A Write a function alter_string that creates a dest string which i…
Write a function and prototype statement that accepts three parameters. The firs
Write a function and prototype statement that accepts three parameters. The first two parameters are pointers to 1-D arrays of integers. You may assume that the two arrays have al…
Write a function average that takes an input vector .x and returns as output the
Write a function average that takes an input vector .x and returns as output the average (mean) value of its elements, according to the formula average(x) = 1/N summation ^N _ I =…
Write a function bestCD(cds) that returns the CD structure with the highest numb
Write a function bestCD(cds) that returns the CD structure with the highest number of stars. This function will take an array of CD structures, cds (use the 10 you create in your …
Write a function bool yes( ) which reads a string from the keyboard and returns
Write a function bool yes( ) which reads a string from the keyboard and returns true if the string begins with 'Y' or 'y'; otherwise it returns false. Now write a main to play a s…
Write a function bracket_ by_len that takes a word as an input argument and retu
Write a function bracket_ by_len that takes a word as an input argument and returns the word bracketed to indicate its length. Words less than five characters long are bracketed w…
Write a function cafe day that which takes one argument, orders, which is a list
Write a function cafe day that which takes one argument, orders, which is a list of drink orders for the day at a café. The list orders contains one or more sub-lists, in which ea…
Write a function calcPay which takes two double values as arguments. The first a
Write a function calcPay which takes two double values as arguments. The first argument should represent the number of hours worked and the second should represent an hourly pay r…
Write a function calculateAverage() which takes four int arguments which are mar
Write a function calculateAverage() which takes four int arguments which are marks for four courses in the semester and returns their average as a float. The calculateAverage() fu…
Write a function called AddStringsstr1(Str1, Str2) that joins two null terminate
Write a function called AddStringsstr1(Str1, Str2) that joins two null terminated ('C') strings and returns the address of the concatenated string. The caller has two null termina…
Write a function called Cutter with the following specifications: The function t
Write a function called Cutter with the following specifications: The function takes two input parameters, a list of numbers and a number called the 'cut' The function loops throu…
Write a function called DNAcomplement that consumes a set of letters as a charac
Write a function called DNAcomplement that consumes a set of letters as a character array that form a DNA sequence such as 'gattaca' . The function will produce the complement of …
Write a function called Factors of Number that takes as input a positive integer
Write a function called Factors of Number that takes as input a positive integer and returns the factors of the positive integer as an array. For example, if the integer is 6, the…
Write a function called FirstElements for adding 100 random integers between 100
Write a function called FirstElements for adding 100 random integers between 100 to 1000 to myList. using C program Project: List management Goa l: creating, updating and displayi…
Write a function called Get_Info that takes a pointer to a student structure, (t
Write a function called Get_Info that takes a pointer to a student structure, (that has three fields: char array called name, an int id, and a double gpa) as its only argument. Th…
Write a function called Get_Info that takes a pointer to a student structure, (t
Write a function called Get_Info that takes a pointer to a student structure, (that has three fields: char array called name, an int id, and a double gpa) as its only argument. Th…
Write a function called Gray2binary that takes an unsigned character and returns
Write a function called Gray2binary that takes an unsigned character and returns an unsigned character. The returned value is the binary equivalent of the input byte, assuming it …
Write a function called Gray2binary that takes an unsigned character and returns
Write a function called Gray2binary that takes an unsigned character and returns an unsigned character. The returned value is the binary equivalent of the input byte, assuming it …
Write a function called My_fibonacci which calculates Fibonacci series for a non
Write a function called My_fibonacci which calculates Fibonacci series for a non-negative integer. Fibonacci series are deifned as follows. Fibonacci(k) = Fibonacci(k-1) +Fibonacc…
Write a function called ParseSentence that takes as an input parameter a null-te
Write a function called ParseSentence that takes as an input parameter a null-terminated string S. Where S would contain an English sentence. Assume that the delimiters are space,…
Write a function called RPSLS that allows the user to play a game of Rock, Paper
Write a function called RPSLS that allows the user to play a game of Rock, Paper, Scissors, Lizard, Spock against the computer. Use some of the functions that you've developed bef…
Write a function called \"counter\" using function declaration notation with the
Write a function called "counter" using function declaration notation with the following parameters & return value: Parameters: This function has no parameters. Return value: …
Write a function called \"findUserName\" that displays a suggested username base
Write a function called "findUserName" that displays a suggested username based on a person's first name, last name, and birth year given as a single string "firstname lastname bi…
Write a function called \"largerNum\" using function expression notation with th
Write a function called "largerNum" using function expression notation with the following parameters & return value: Any whole number (ie: 2, 567, 3947, 4, etc.) or string rep…
Write a function called \"multiply\" that takes in a number and produces an arra
Write a function called "multiply" that takes in a number and produces an array that represents the multiplication table for that number. A multiplication table is a NxN array whe…
Write a function called \"odd\" that takes a linked list and returns the odd-num
Write a function called "odd" that takes a linked list and returns the odd-numbered elements. Actually, write two functions called "odd" and "even". odd(L) returns a list of the 1…
Write a function called \"odd\" that takes a linked list and returns the odd-num
Write a function called "odd" that takes a linked list and returns the odd-numbered elements. Actually, write two functions called "odd" and "even". odd(L) returns a list of the 1…
Write a function called \"odd\" that takes a linked list and returns the odd-num
Write a function called "odd" that takes a linked list and returns the odd-numbered elements. Actually, write two functions called "odd" and "even". odd(L) returns a list of the 1…
Write a function called \"odd\" that takes a linked list and returns the odd-num
Write a function called "odd" that takes a linked list and returns the odd-numbered elements. Actually, write two functions called "odd" and "even". odd(L) returns a list of the 1…