Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1405 / 1624
Create a file( in Notepad) containing the following names, social security numbe
Create a file( in Notepad) containing the following names, social security numbers, hourly rate, and hours worked. B.Caldwell 163-98-4182 7.32 37 D.Memcheck 189-53-2147 8.32 40 R.…
Create a final program that meets the requirements outlined below. Create an aut
Create a final program that meets the requirements outlined below. Create an automobile class that will be used by a dealership as a vehicle inventory program. The following attri…
Create a financial analyst document speaking to what it would take to create a b
Create a financial analyst document speaking to what it would take to create a business within Vietnam. This business will produce pillows to be sold within the USA. Each pillow c…
Create a firewall rule set that accomplishes the following tasks ( 2 points/each
Create a firewall rule set that accomplishes the following tasks (2 points/each required configuration).The firewall these rules will be applied to is a stateful inspection firewa…
Create a first draft of a WBS from the scenario below. Makeassumptions as needed
Create a first draft of a WBS from the scenario below. Makeassumptions as needed based on the section about project planningconsiderations and constraints in the chapter. In your …
Create a flow chart and a program to determine if a point, P(xx), lies WITHIN, O
Create a flow chart and a program to determine if a point, P(xx), lies WITHIN, ON, or OUTSIDE a circle of radius 5 1. Recall, the equation of a circle centered at the origin of a …
Create a flow chart using visual logic to represent the logic of a program that
Create a flow chart using visual logic to represent the logic of a program that will allow the user to enter the total amount of rainfall for each of 12 months into the rainfall a…
Create a flowchart using Visual Logic to represent the logic of a program that w
Create a flowchart using Visual Logic to represent the logic of a program that will utilize three parallel arrays each with two elements, named the following: price, quantity, and…
Create a folder called 4Lab . Inside that folder, create the following folders:
Create a folder called 4Lab. Inside that folder, create the following folders: Ships, Secrets. In the Exam4Lab folder, create an HTML file called DockingBay.html. Proper <head…
Create a folder called Week3Lab Add a file called startup.txt Edit this file and
Create a folder called Week3Lab Add a file called startup.txt Edit this file and o Add your name on first line o Add the date and time on the second line . Create another file cal…
Create a form such as a hotel registration form Create a form which lists custom
Create a form such as a hotel registration form Create a form which lists customers’ room choice Create a bank card form (for credit/debit card) Create a form which lists customer…
Create a form that allows you to enter in interest rate, monthly payment, princi
Create a form that allows you to enter in interest rate, monthly payment, principal , and number of years. Your Java Servlet program then generates a table containing a row of out…
Create a form with 2 text fields. In each number ask the user to enter a number.
Create a form with 2 text fields. In each number ask the user to enter a number. Then have 3 radio buttons: Add, Subtract, Multiply. (Again, note that these must be radio buttons,…
Create a form with a group box, titled \"Method\", containing two radio buttons.
Create a form with a group box, titled "Method", containing two radio buttons. These buttons should be titled "Additive" and "Subtractive". When Additive is selected, the form sho…
Create a form with inputs & selections as follows: First Name: Betty [Letters on
Create a form with inputs & selections as follows: First Name: Betty [Letters only, first letter capitalized.] Last Name: Betters [Letters only, first letter capitalized.] Cha…
Create a form with the following elements. Label each element appropriately. - t
Create a form with the following elements. Label each element appropriately. - three textboxes (4 pts) - textarea (2 pts) - radio button group (no default selection)(4 pts) - chec…
Create a fraction struct that has a numerator and a denominator. Make an overloa
Create a fraction struct that has a numerator and a denominator. Make an overloaded operator + for the struct that can add two fractions and return a fraction result. Make a overl…
Create a full adder using the specified limits shown below. Must be done in mode
Create a full adder using the specified limits shown below. Must be done in modelsim ALU_OP 1:0 [2:0] [5:0] Dout Cout 12:0] Fig. : 4-bit ALU. The design of ALU must has two 3-bits…
Create a full program that will have a user enter in a person\'s age and if age
Create a full program that will have a user enter in a person's age and if age is negative it will catch the exception and display an error message Sorry age must be positive. It …
Create a full program that will have a user enter in a person\'s age and if age
Create a full program that will have a user enter in a person's age and if age is negative it will catch the exception and display an error message Sorry age must be positive. It …
Create a full state table including 2s, 4s, 7s, and 8s. Also create a full scale
Create a full state table including 2s, 4s, 7s, and 8s. Also create a full scale T-s diagram including all the states. A) Analyze a Reheat-Regenerative Rankine cycle (open heater …
Create a function (in Python) transdecode(s, shape, limit=4) which takes a strin
Create a function (in Python) transdecode(s, shape, limit=4) which takes a string, permuted by transencode, and decodes it by brute force, trying all possible permutations, checki…
Create a function (listyCmp) using the unit_test function below. WHen done corre
Create a function (listyCmp) using the unit_test function below. WHen done correctly, the output should produce "Hooray" as defined in the unit_test function int unit_test(int arg…
Create a function (outside the jQuery ready function) which increments the user\
Create a function (outside the jQuery ready function) which increments the user's score when called and updates the HTML in span#score. Hint: You should create a global variable t…
Create a function *.m file that accepts a 2-dimensional array as a function inpu
Create a function *.m file that accepts a 2-dimensional array as a function input and has two function outputs. This function will use a nested loop to create one column vector th…
Create a function called allButMax that expects no arguments. Instead, this func
Create a function called allButMax that expects no arguments. Instead, this function gets its input from the user at the keyboard. The function asks the user to enter a series of …
Create a function called avgSumOf Squares that expects no arguments. Instead, th
Create a function called avgSumOf Squares that expects no arguments. Instead, this function gets its input from the user at the keyboard. The function asks the user to enter a ser…
Create a function called build person. It will not have any input parameters, bu
Create a function called build person. It will not have any input parameters, but it will return an object that represents a person. Inside this function, use individual prompt s…
Create a function called check_validity in python without import that will go th
Create a function called check_validity in python without import that will go through a given formula which is a string and return whether or not the function is valid. Here are s…
Create a function called copyCapitals that uses a pointer to copy all of the cap
Create a function called copyCapitals that uses a pointer to copy all of the capital letters from a CString to a character array. The copyCapitals function must take as arguments …
Create a function called findWord that will return the index of the first charac
Create a function called findWord that will return the index of the first character of a specified word in a CString. Your function should take as parameters the CString to search…
Create a function called findWord that will return the index of the first charac
Create a function called findWord that will return the index of the first character of a specified word in a CString. Your function should take as parameters the CString to search…
Create a function called genStats that computes statistics for a set of experime
Create a function called genStats that computes statistics for a set of experimental runs. The data are stored in an Excel file, and genStats will compute statistics, then write t…
Create a function called genStats that computes statistics for a set of experime
Create a function called genStats that computes statistics for a set of experimental runs. The data are stored in an Excel file, and genStats will compute statistics, then write t…
Create a function called intpoly() that can numerically integrate the polynomial
Create a function called intpoly() that can numerically integrate the polynomial function y = ax^2 + bx + c from a lower limit to an upper limit, where a, b, and c are constants. …
Create a function called isDescending that will take three int values. The funct
Create a function called isDescending that will take three int values. The function will return true if the numbers are in descending order and false if they are not. For instance…
Create a function called is_palindrome that will return 1 if a given MYSTRING ob
Create a function called is_palindrome that will return 1 if a given MYSTRING object is a palindrome and 0 otherwise. Your function will then examine your string one character at …
Create a function called lastValues that will produce the last two values in an
Create a function called lastValues that will produce the last two values in an int variable. Your function should take as parameters the integer to extract the last two values fr…
Create a function called lists2Dictionary. It should take 2 lists as arguments.
Create a function called lists2Dictionary. It should take 2 lists as arguments. The function should return a dictionary where the keys are the items in list1 and the values are th…
Create a function called makealph that receives three string parameters called f
Create a function called makealph that receives three string parameters called first, middle, and last and will return a string produced from those input parameters. The new strin…
Create a function called newElement that will simplify the creation of a new HTM
Create a function called newElement that will simplify the creation of a new HTML element using JavaScript. This function should accept four parameters, in the following order: a …
Create a function called newElement that will simplify the creation of a new HTM
Create a function called newElement that will simplify the creation of a new HTML element. This function should accept four parameters, in the following order: a string that repre…
Create a function called total_methods that returns the count of each unique met
Create a function called total_methods that returns the count of each unique method used on the well. When called, this function should pass well ID as a parameter. Provide the co…
Create a function check() in Python 2.7 for a NxN rubik\'s cube that takes in a
Create a function check() in Python 2.7 for a NxN rubik's cube that takes in a list (cube) and checks if the cube is in the following states: NxNxN cubes: Spots: an NxNxN cube is …
Create a function covLast.m that takes as input a matrix Mat and returns the cov
Create a function covLast.m that takes as input a matrix Mat and returns the covariance matrix Cov. Note that this function should only be 5 lines of actual code if you take advan…
Create a function csolve2.m with input matrix A and a column vector b and no out
Create a function csolve2.m with input matrix A and a column vector b and no output. The function should display the rank, the pivot and free variables of A, the particular soluti…
Create a function divideMid, which divides a list at its middle. Consider the ex
Create a function divideMid, which divides a list at its middle. Consider the example: 1-list; 2-List ; Suppose l1 points to the list with elements 1 2 3 4 5 6 7 8. Then the state…
Create a function expand, which takes in a pointer to the head of the linked lis
Create a function expand, which takes in a pointer to the head of the linked list, and returns a pointer to the head of a linked list in which all strings repeat following the rul…
Create a function file that will accept a 2-dimensional square (number of rows e
Create a function file that will accept a 2-dimensional square (number of rows equals the number of columns), determine the sum of the diagonal components of the 2-dimensional arr…
Create a function gaussian elimination that performs the gaussian elimination of
Create a function gaussian elimination that performs the gaussian elimination of linear system of the form Ax = b. The function should return the associated upper triangular matri…