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 1410 / 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 language translator program using the Yandex free translation web servi
Create a language translator program using the Yandex free translation web service. You must first register at the Yandex site. Once logged in, you can request an API key for the …
Create a layout that displays the latitude, longitude, and accuracy for the netw
Create a layout that displays the latitude, longitude, and accuracy for the network sensor and for the GPS sensor. Add a listener for each and have it display its reported locatio…
Create a letter to the editor based upon the Cyber ethical issue within Informat
Create a letter to the editor based upon the Cyber ethical issue within Information Technology Management such Security and Privacy. Template: Letter to the Editor (Ethics Issue) …
Create a library (i.e. a .h header and .c source file) that calculates volume of
Create a library (i.e. a .h header and .c source file) that calculates volume of three geometric shapes: the sphere, the right (untilted) cylinder, and the ellipsoid (look it up!)…
Create a library (i.e. a .h header and .c source file) that calculates volume of
Create a library (i.e. a .h header and .c source file) that calculates volume of three geometric shapes: the sphere, the right (untilted) cylinder, and the ellipsoid (look it up!)…
Create a link based Binary Search tree composed of a Node and Tree struct (or cl
Create a link based Binary Search tree composed of a Node and Tree struct (or class). You should have a header file, BST.h, with the following: - Node struct containing left, righ…
Create a link list. Add some nodes to it, search and delete nodes from it Exampl
Create a link list. Add some nodes to it, search and delete nodes from it Example 1) Define a link list node • typedef struct node { • int val; • struct node * next; • } node_t; l…
Create a linked list implementation of a Set class that contains a unique collec
Create a linked list implementation of a Set class that contains a unique collection of objects. More formally, a set contains no pair of elements el and e2 such that e1 middot eq…
Create a linked list implementation of a Set class that contains a unique collec
Create a linked list implementation of a Set class that contains a unique collection of objects. More at formally, a set list that true, and contains no pair of elements e1 and e2…
Create a linked list of names using a class called NameNode. The NameNode class
Create a linked list of names using a class called NameNode. The NameNode class should have in it a string that stores the last name of an individual, and a link to another NameNo…
Create a linked list structure Music that contains the data fields Name, Artist,
Create a linked list structure Music that contains the data fields Name, Artist, Number_of_Songs, and a pointer to the list. Create the structure with 3 members and fill in data f…
Create a linked list structure Music that contains the data fields Name, Artist,
Create a linked list structure Music that contains the data fields Name, Artist, Number_of_Songs, and a pointer to the list. Create the structure with 3 members and fill in data f…
Create a linked list structure Music that contains the data fields Name, Artist,
Create a linked list structure Music that contains the data fields Name, Artist, Number_of_Songs, and a pointer to the list. Create the structure with 3 members and fill in data f…
Create a linked list using the Node class that contains the first million prime
Create a linked list using the Node class that contains the first million prime numbers (primes4.txt). It should have a menu with these options: 1 = Search for a Number (let the u…
Create a linkedlist with there interfaces: void add(E element) Appends the speci
Create a linkedlist with there interfaces: void add(E element) Appends the specified element to the end of this list. void add(int index, E element) Inserts the specified element …
Create a lisp function(s) that can find and print out the solution for a row of
Create a lisp function(s) that can find and print out the solution for a row of colored balls. ·       You have eight colored balls: 1 black, 2 white, 2 red and 3 green. ·       T…
Create a list called myList , whose first item is a numeric vector of two number
Create a list called myList, whose first item is a numeric vector of two numbers 3 and 9, second item is a 2 by 2 matrix (1 and 2 on the first column, 3 and 4 on the second column…
Create a list from intersecting points on another table Hi I have a table with r
Create a list from intersecting points on another table Hi I have a table with row headerss andd column headerss at various intersecting points there is the letter Y in a cell. Wh…
Create a list of 100 random strings of random length between 5 and 8 characters
Create a list of 100 random strings of random length between 5 and 8 characters and consisting of upper and lower case characters. Use the random functions that we discussed in cl…
Create a list of 100 random strings of random length between 5 and 8 characters
Create a list of 100 random strings of random length between 5 and 8 characters and consisting of upper and lower case characters. Use the random functions that we discussed in cl…
Create a list of 3 businesses (other than the example below) that a hospital, ph
Create a list of 3 businesses (other than the example below) that a hospital, physician's office, nursing home, or other healthcare organization would contract with that would be …
Create a list of 3 businesses (other than the example below) that a hospital, ph
Create a list of 3 businesses (other than the example below) that a hospital, physician's office, nursing home, or other healthcare organization would contract with that would be …
Create a list of 3 businesses (other than the example below) that a hospital, ph
Create a list of 3 businesses (other than the example below) that a hospital, physician's office, nursing home, or other healthcare organization would contract with that would be …
Create a list of 3 businesses (other than the example below) that a hospital, ph
Create a list of 3 businesses (other than the example below) that a hospital, physician's office, nursing home, or other healthcare organization would contract with that would be …
Create a list of 3 commonly believed conspiracy theories. Following the examples
Create a list of 3 commonly believed conspiracy theories. Following the examples on page 161 of the textbook, create three versions of each claim in which each version offers more…
Create a list of integers from 2 to n (e.g. 2, 3, 4, ..., n) For integers p in t
Create a list of integers from 2 to n (e.g. 2, 3, 4, ..., n) For integers p in the range [2, n/2], do the following: (a) If p is crossed off, skip the following step (b) otherwise…
Create a list of integers from 2 to n (e.g. 2, 3, 4, ..., n) For integers p in t
Create a list of integers from 2 to n (e.g. 2, 3, 4, ..., n) For integers p in the range [2, n/2], do the following: (a) If p is crossed off, skip the following step (b) Otherwise…
Create a list of people (real and/or fictional) who are, in your view; moral exe
Create a list of people (real and/or fictional) who are, in your view; moral exemplars G.e., virtuous people whom we ought to admire and emulate). Describe a situation in which th…
Create a list of reactions and corresponding rate equations representing the sig
Create a list of reactions and corresponding rate equations representing the signaling pathway activated by odorantsin olfactory neurons. Your model should include the following s…
Create a list that stores the courses that you are taking this semester where th
Create a list that stores the courses that you are taking this semester where the courses are stored in sublists as (subjectnumber) such as (CSCI 755) so that your list will look …
Create a login application to practice user authentication and input validation.
Create a login application to practice user authentication and input validation. The login application will support: 1. Login with different roles The user can login with their us…
Create a loop that asks the user the enter in values for the horizontal and vert
Create a loop that asks the user the enter in values for the horizontal and vertical distance travelled, as in the example below. The loop should repeat three (3) times as shown. …
Create a loop that will prompt the user to enter the fields/properties of an arr
Create a loop that will prompt the user to enter the fields/properties of an array of structure variables for e-books that the user has downloaded one array element at a time. The…
Create a m-function using the definition of matrix multiplication and for loops
Create a m-function using the definition of matrix multiplication and for loops to compute the product of two matrices. Your function should accept two input matrices, and output …
Create a main MATLAB script that performs the tasks described below. 1 (25 point
Create a main MATLAB script that performs the tasks described below. 1 (25 points) Back-substitution: Write the user-defined function x - backsub(A,b) that implements the back-sub…
Create a main MATLAB script that performs the tasks described below: (a)Use MATL
Create a main MATLAB script that performs the tasks described below: (a)Use MATLAB to compute the magnitude of the Earth’s gravitational acceleration, from the ground up to the al…
Create a main function in c++ using the code and information below please!! The
Create a main function in c++ using the code and information below please!! The following tasks are done when the appropriate letter is chosen. N: The new patient’s first name, la…
Create a main method to demonstrate the jvm throwing each of these exceptions. Y
Create a main method to demonstrate the jvm throwing each of these exceptions. You might have to dig around a bit to find out what they are and who (what methods) throw them. Note…
Create a main method to demonstrate the jvm throwing each of these exceptions. Y
Create a main method to demonstrate the jvm throwing each of these exceptions. You might have to dig around a bit to find out what they are and who (what methods) throw them. Note…
Create a main program class called AllStarRoster AllStarRoster should have the f
Create a main program class called AllStarRoster                                 AllStarRoster should have the following specs:                                                 A m…
Create a main program that prompt the user for a name, read it and then present
Create a main program that prompt the user for a name, read it and then present a menu with the choices to alter the name, change names, or quit as shown below, You should output …
Create a main program that will use the three functions above to accomplish the
Create a main program that will use the three functions above to accomplish the following:             a. Prompt the user for a value for n between 1 and 25 (asking again if not i…
Create a maintenance plan Take into account the following: Possession strategy f
Create a maintenance plan Take into account the following: Possession strategy for selected route • Plant & Equipment resource plan • Manpower plan • Road rail vehicle resourc…
Create a makefile that builds executables test1.x and test2.x. Look at the #incl
Create a makefile that builds executables test1.x and test2.x. Look at the #include statements in test1.cpp and test2.cpp to deduce what the intermediate targets and dependencies …
Create a map using java. The ‘toString’ method should return the layout. The map
Create a map using java. The ‘toString’ method should return the layout. The map scale should be one unit per cell. The driver should demonstrate the class by populating an instan…
Create a marketing plan to increase enrollment in your school (i.e., College of
Create a marketing plan to increase enrollment in your school (i.e., College of Business at Washington State University). Describe in more detail the SWOT analysis and four market…
Create a matlab function that employs the Power Method (PM) to find the largest
Create a matlab function that employs the Power Method (PM) to find the largest eigenvalue (evalue) and eigenvector (evector) of a matrix X. The prototype of the function should l…
Create a matlab program that does the following: Prompt to create the following
Create a matlab program that does the following: Prompt to create the following variable for the user: i.Radius of bends i.Deflection angle Requirements Comment on each portion of…
Create a matlab program that does the following: Prompt to create the following
Create a matlab program that does the following: Prompt to create the following variable for the user: i.Radius of bends i.Deflection angle Requirements Comment on each portion of…
Create a matrix \'A\' (size 100 x 100) of random numbers ranging from 0 to 10. C
Create a matrix 'A' (size 100 x 100) of random numbers ranging from 0 to 10. Create 2 new matrices 'A_e' and 'A_o'(both size 50 x 100), one made from the even numbered rows of A, …