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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1406 / 1624

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
Create a function in MATLAB called newton bisect which combines Newton’s method
Create a function in MATLAB called newton bisect which combines Newton’s method and the bisection method in a way that uses the best features of each. The algorithm works as follo…
Create a function in MATLAB that finds the unique solution to Ax=b equation usin
Create a function in MATLAB that finds the unique solution to Ax=b equation using Gaussian elimination with partial pivoting where A is a square matrix and b is a column vector of…
Create a function in R to perform a two-tailed one sample t-test. Assume that po
Create a function in R to perform a two-tailed one sample t-test. Assume that population SD is unknown. Find the p-value for H0: mu=100 vs H1: mu does not = 100. *** I am not supp…
Create a function in R to perform a two-tailed one sample t-test. Assume that po
Create a function in R to perform a two-tailed one sample t-test. Assume that population SD is unknown. Find the p-value for H0: mu=100 vs H1: mu does not = 100. *** I am not supp…
Create a function named CalcCost , which takes a string input filename and strin
Create a function named CalcCost, which takes a string input filename and string output filename as a parameter. This function returns the number of entries read from the file. If…
Create a function named ParseScores, which takes a string input filename as a pa
Create a function named ParseScores, which takes a string input filename as a parameter, an integer array, and size of the array. The function will read the student scores on each…
Create a function named ParseScores, which takes a string input filename as a pa
Create a function named ParseScores, which takes a string input filename as a parameter, an integer array, and size of the array. The function will read the student scores on each…
Create a function named ReadCities , which takes a string input filename and str
Create a function named ReadCities, which takes a string input filename and string output filename as a parameters. This function returns the number of cities read from the file. …
Create a function named ReadCities, which takes a string input filename and stri
Create a function named ReadCities, which takes a string input filename and string output filename as a parameters. This function returns the number of cities read from the file. …
Create a function of the signature: TreeNode* reconsttructTree(int [] preOrderLi
Create a function of the signature: TreeNode* reconsttructTree(int [] preOrderList, int[] inOrderList); that returns a pointer to a tree whose pre-order traversal output is given …
Create a function parity that takes as input a word of type std_logic_vector (of
Create a function parity that takes as input a word of type std_logic_vector (of arbitrary length) and returns a value of type std_logic. The returned value should be: '0' is ther…
Create a function randpi that will continuously generate random digits until pro
Create a function randpi that will continuously generate random digits until producing a sequence which reproduces t up to n significant figures, where n is the input argument to …
Create a function randpi that will continuously generate random digits until pro
Create a function randpi that will continuously generate random digits until producing a sequence which reproduces up to n significant figures, where n is the input argument to th…
Create a function randpi that will continuously generate random digits until pro
Create a function randpi that will continuously generate random digits until producing a sequence which reproduces up to n significant figures, where n is the input argument to th…
Create a function randpi that will continuously generate random digits until pro
Create a function randpi that will continuously generate random digits until producing a sequence which reproduces up to n significant figures, where n is the input argument to th…
Create a function removeWhite(const char *str1, char *str2) that removes all spa
Create a function removeWhite(const char *str1, char *str2) that removes all spaces inside str1 and stores the resulting string in str2. Create a function substring(const char *bi…
Create a function removeWhite(const char *str1, char *str2) that removes all spa
Create a function removeWhite(const char *str1, char *str2) that removes all spaces inside str1 and stores the resulting string in str2. Create a function substring(const char *bi…
Create a function removeWhite(const char *str1, char *str2) that removes all spa
Create a function removeWhite(const char *str1, char *str2) that removes all spaces inside strl and stores the resulting string in str2. Create a function substring(const char *bi…
Create a function removeWhite(const char *str1, char *str2) that removes all spa
Create a function removeWhite(const char *str1, char *str2) that removes all spaces inside str1 and stores the resulting string in str2. Create a function substring(const char *bi…
Create a function removeWhite(const char *strl, char *str2) that removes all spa
Create a function removeWhite(const char *strl, char *str2) that removes all spaces inside str1 and stores the resulting string in str2. Create a function substring(const char *bi…
Create a function scrape that uses a single parameter which contains the website
Create a function scrape that uses a single parameter which contains the website that should be scraped and the string representation of the regular expression. The function shoul…
Create a function scrape that uses a single parameter which contains the website
Create a function scrape that uses a single parameter which contains the website that should be scraped and the string representation of the regular expression. The function shoul…
Create a function template named \"findLargerValue\", which when given two value
Create a function template named "findLargerValue", which when given two values, will return the larger of the two values. In the main() function, use the "findLargerValue" functi…
Create a function template named \"findLargerValue\", which when given two value
Create a function template named "findLargerValue", which when given two values, will return the larger of the two values. In the main() function, use the "findLargerValue" functi…
Create a function that (1) receives an integer argument that specifies the size
Create a function that (1) receives an integer argument that specifies the size of the array (2) creates a char array on the heap of that size (3) returns that char array to the u…
Create a function that calculates the incident angle of the sun\'s rays at solar
Create a function that calculates the incident angle of the sun's rays at solar noon (the highest point of the sun in the sky) given a certain latitude and a certain day of the ye…
Create a function that calculates the incident angle of the sun\'s rays at solar
Create a function that calculates the incident angle of the sun's rays at solar noon (the highest point of the sun in the sky) given a certain latitude and a certain day of the ye…
Create a function that converts a string input by the user into the series of wo
Create a function that converts a string input by the user into the series of words that would be used to spell it phonetically. For example: Enter string: program Phonetic versio…
Create a function that implements f ( x ) as defined above. Function for Midpoin
Create a function that implements f(x) as defined above. Function for Midpoint Quadrature Create a function for your assigned quadrature technique (Midpoint) to approximate the ar…
Create a function that initially reads the seat chart from the file “chartIn.txt
Create a function that initially reads the seat chart from the file “chartIn.txt” and fill out a 2-dimentional array called seatChart. It then display the following menu: --------…
Create a function that prints an array of ints using pointer arithmetic. Assume
Create a function that prints an array of ints using pointer arithmetic.  Assume that the caller will give you valid addresses (i.e. they are actually the starting and ending poin…
Create a function that receives array as an argument, and displays the two dimen
Create a function that receives array as an argument, and displays the two dimensional array. Create a function that receives arrays as arguments, and transforms the input array. …
Create a function that returns a pointer to a 2 dimensional dynamic array of int
Create a function that returns a pointer to a 2 dimensional dynamic array of integer elements. The function should have 2 parameters that correspond to the size of each of the dim…
Create a function that takes a time in seconds as an input, and returns the numb
Create a function that takes a time in seconds as an input, and returns the number of hours and minutes that the time represents. The number of minutes shall be able to handle a d…
Create a function that takes any integer and cuts it in half, storing and return
Create a function that takes any integer and cuts it in half, storing and returning the result using a static int. Call this function from within a loop and stop 'halving' when it…
Create a function that takes two integers as parameters (width and height in tha
Create a function that takes two integers as parameters (width and height in that order) and prints a rectangle of pluses and dashes as shown below to the screen using only WHILE …
Create a function that visits a news page and pulls out all the headers by Web s
Create a function that visits a news page and pulls out all the headers by Web scraping. Put them all in a text file Programming language is Python
Create a function that will accept a scalar value from the function call and wil
Create a function that will accept a scalar value from the function call and will return (send back) nothing to the function call. The scalar value will be the number of rows a pa…
Create a function that will accept the radius of a cylindrical disk, the thickne
Create a function that will accept the radius of a cylindrical disk, the thickness of the cylindrical disk, the number of cylindrical holes that have been cut into this disk, and …
Create a function that will accept three scalar values representing a minimum an
Create a function that will accept three scalar values representing a minimum and maximum number and the user’s choice. Generate a random whole number ,”guess” in the range from t…
Create a function that will draw an octagonal prism as shown below. The base of
Create a function that will draw an octagonal prism as shown below. The base of the prism is a regular octagon (all the sides are equal). This function should have 3 function inpu…
Create a function that will draw an octagonal prism as shown below. The base of
Create a function that will draw an octagonal prism as shown below. The base of the prism is a regular octagon (all the sides are equal). This function should have 3 function inpu…
Create a function that will generate a list of random numbers. Be sure the numbe
Create a function that will generate a list of random numbers. Be sure the numbers are in random order. The function should accept a number that represents the size of the list an…
Create a function that will print a list out, given the header node. Here is the
Create a function that will print a list out, given the header node. Here is the function header: void list_print(node * head_ptr) Place this function before the main function in …
Create a function that will print a list out, given the header node. Here is the
Create a function that will print a list out, given the header node. Here is the function header: void list_print(node * head_ptr) Place this function before the main function in …
Create a function that will use the Secant method to try to find a root. Because
Create a function that will use the Secant method to try to find a root. Because this method may diverge, you should limit the number of time the loop repeats.
Create a function to calculate and return the area of a triangle, given the leng
Create a function to calculate and return the area of a triangle, given the lengths of the sides. Put the function in a JavaScript file (Heron.js"). In an HTML file ("Exercise 7.h…
Create a function to calculate the bonus for each employee. Here is the bonus st
Create a function to calculate the bonus for each employee. Here is the bonus structure: Sales > Sales Target Sr. Managers earn 25% on the amount above the sales target. Manage…
Create a function to process a document in the following steps: 1) Tokenize the
Create a function to process a document in the following steps: 1) Tokenize the words using NLTK 2) Use the Porter stemmer 3) Counts the term frequency tf for each item 4) calcula…
Create a function to sort the rows of a matrix by the third colum in descending
Create a function to sort the rows of a matrix by the third colum in descending order. You will be given a random 10x10 matrix called randMat by the test case. Store the result in…