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 1381 / 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 JavaScript driven web page that can create and display a table whose nu
Create a JavaScript driven web page that can create and display a table whose number of rows and columns can vary in a dynamic fashion. Number of white balls (regular balls): -   …
Create a JavaScript driven web page that can create and display a table whose nu
Create a JavaScript driven web page that can create and display a table whose number of rows and columns can vary in a dynamic fashion. As a concrete example you are to create a J…
Create a JavaScript file visits.js that creates or retrieves a cookie named visi
Create a JavaScript file visits.js that creates or retrieves a cookie named visits that keeps count of the number of times the user has visited the page. You must use the cookie l…
Create a JavaScript function name amountTotal(). The purpose of the amountTotal
Create a JavaScript function name amountTotal(). The purpose of the amountTotal function is to return the sum of all of the values in an array named amount. The function has one p…
Create a Javascript application program for the following task: Create a webpage
Create a Javascript application program for the following task: Create a webpage that contains three text boxes in which users can enter a name, telephone number and a social secu…
Create a Javascript application program for the following task: Create a webpage
Create a Javascript application program for the following task: Create a webpage that contains three text boxes in which users can enter a name, telephone number and a social secu…
Create a Javascript application program for the following task: Create a webpage
Create a Javascript application program for the following task: Create a webpage that contains three text boxes in which users can enter a name, telephone number and a social secu…
Create a Jython program that uses two identical-height images and creates an acc
Create a Jython program that uses two identical-height images and creates an accordion collage of the two such that it can be folded to see just one picture. Your completed soluti…
Create a Kernel Module “simple”. 1.Compile kernel module simple.c $make Note: if
Create a Kernel Module “simple”. 1.Compile kernel module simple.c $make Note: if the compiling succeeds, several files are produced. 2.Load Kernel Module $sudo insmod simple.ko (C…
Create a LLQueue class that implements the interface below. 2) The implementatio
Create a LLQueue class that implements the interface below. 2) The implementation must be a linked list-based. 3) The implementation must add a max_capacity to prevent users from …
Create a Lab VIEW program with a push button, a numeric display and a stop butto
Create a Lab VIEW program with a push button, a numeric display and a stop button on the front panel. Configure the mechanical action of the push button an Switch Until Released. …
Create a Ledger Account (t-account) for the information provided with a four col
Create a Ledger Account (t-account) for the information provided with a four column ledger account form Journal Entries: Date Particulars Debit Credit 9/1 Cash 5000       Common s…
Create a Library class with the following details: Instance variables: books lis
Create a Library class with the following details: Instance variables: books list of Book objects patrons list of patron objects Methods: init (self, books None, patrons None) con…
Create a Library class. Include vectors of Books and patrons. Include a struct c
Create a Library class. Include vectors of Books and patrons. Include a struct called Transaction. Have it include a Book, a Patron, and a Date from the chapter. Make a vector of …
Create a Line-Up Wire up a click handler to the CREATE Line-up button such that
Create a Line-Up Wire up a click handler to the CREATE Line-up button such that the form can be submitted and the data is pulled from the form for processing. Every time a new pla…
Create a LinkedList Class in C++ to manipulate Node objects. This class must be
Create a LinkedList Class in C++ to manipulate Node objects. This class must be able to handle (1) singly, (2) doubly, (3) singly-circularly, and (4) doubly-circularly linked list…
Create a LinkedList as follows: The list should contain 10 nodes, each represent
Create a LinkedList as follows: The list should contain 10 nodes, each representing an integer. Allow the user to input exactly 10 integers. Write a method that prints every other…
Create a LinkedList for the following node: class Node { public String name; pub
Create a LinkedList for the following node: class Node {     public String name;     public Node next;     Node( ) { }     Node(Sting s) { // set the name } } Implement code for a…
Create a LinkedList for the following node: class Node { public String name; pub
Create a LinkedList for the following node: class Node {     public String name;     public Node next;     Node( ) { }     Node(Sting s) { // set the name } } Implement code for a…
Create a LinkedPriorityQueue class in Java that inherits from the LinkedQueue cl
Create a LinkedPriorityQueue class in Java that inherits from the LinkedQueue class. The LinkedPriorityQueue class implements enqueue differently (that is, it overrides the enqueu…
Create a Linkedbag interface with following method headers: - Add() - toArray()
Create a Linkedbag interface with following method headers: - Add() - toArray() - getFrequencyOf( ) Implement the interface for creating a Linked List and testing these methods. C…
Create a Linux script call account_list.sh that is going to print a summary of s
Create a Linux script call account_list.sh that is going to print a summary of some account information on your system. This script is going to parse that file to find and print t…
Create a List class which has a dynamic integer array with size initially unknow
Create a List class which has a dynamic integer array with size initially unknown. Create an object from this class, ask the user for size of the array in the object, dynamically …
Create a Log class that opens a file, writes messages, and closes the file. The
Create a Log class that opens a file, writes messages, and closes the file. The constructor takes a filename parameter and opens the file. Supply a method called entry() that take…
Create a LunchOrder application that prompts the user for the number of hamburge
Create a LunchOrder application that prompts the user for the number of hamburgers, salads, French fries, and sodas and then displays the total for the order.  The LunchOrder appl…
Create a LunchOrder application that prompts the user for the number of hamburge
Create a LunchOrder application that prompts the user for the number of hamburgers, salads, French fries, and sodas and then displays the total for the order.  The LunchOrder appl…
Create a MATLAB *.m script file that will solve the following 2 problems. Use MA
Create a MATLAB *.m script file that will solve the following 2 problems. Use MATLAB array operations to solve the problems. Problem 1: When cars burn one gallon of gasoline, 19.4…
Create a MATLAB *.m script file that will solve the following 2 problems. Use MA
Create a MATLAB *.m script file that will solve the following 2 problems. Use MATLAB array operations to solve the problems. Problem: A scientist has an incubator to hatch some ra…
Create a MATLAB code for an ideal op amp to design an inverting integrator with
Create a MATLAB code for an ideal op amp to design an inverting integrator with aninput resistor of 10 K ohms and an integration time constant of 10-3 s. Find the gain magnitude, …
Create a MATLAB code for an ideal op amp to design an inverting integrator with
Create a MATLAB code for an ideal op amp to design an inverting integrator with aninput resistor of 10 K ohms and an integration time constant of 10-3 s. Find the gain magnitude, …
Create a MATLAB code for the bisection method. Assuming that your original funct
Create a MATLAB code for the bisection method. Assuming that your original function is given by the function file, say, "t. m," create another function file (say, "bisect.m") whic…
Create a MATLAB function M-file called my_matrix_solver to solve a system of lin
Create a MATLAB function M-file called my_matrix_solver to solve a system of linear equations, using nested for loops instead of MATLAB 's built-in operators or functions. Your fu…
Create a MATLAB function that provides the binomial coefficients for (x + y)^N =
Create a MATLAB function that provides the binomial coefficients for (x + y)^N = sigma_k = 0^N [N k]x^k y^N - k. In this case, the output of the function is only the N + 1 (intege…
Create a MATLAB program (utilizing a temp-conversion function) that prints out,
Create a MATLAB program (utilizing a temp-conversion function) that prints out, on a clear screen, a table of temperatures. Randomly generate 20 Celsius temperatures between -50 a…
Create a MATLAB program to simulate motion of a pendulum in 2-D. The pendulum is
Create a MATLAB program to simulate motion of a pendulum in 2-D. The pendulum is a uniform slender rod with its upper end inertially fixed with a frictionless pin joint. Use Euler…
Create a MATLAB program using the bisection method to solve for the needed cylin
Create a MATLAB program using the bisection method to solve for the needed cylinder to produce a cylinder with a volume of 1000 cubic meters using a height that is fixed at 2 mete…
Create a MATLAB program which solves the four types of Vapor Liquid Equilibrium
Create a MATLAB program which solves the four types of Vapor Liquid Equilibrium calculations for bubble and dew temperatures and pressures for an ideal solution with species that …
Create a MATLAB script called OpFun_Name.m that graphically identifies the optim
Create a MATLAB script called OpFun_Name.m that graphically identifies the optimum of the function: f(W) = (5W^2 - W) e^-2W/3. Evaluate from W = 0 to 10. Use the min fx (not the m…
Create a MATLAB script called a2task2.m that computes the following: 1. Create a
Create a MATLAB script called a2task2.m that computes the following: 1. Create a matrix using the following line of code: A-gallery ('moler',10). Use array subscripting to assign …
Create a MATLAB script that will perform the following functions: 1. Load the da
Create a MATLAB script that will perform the following functions: 1. Load the data from file normtemp.txt • First, load all three columns of data into a matrix X • The data is arr…
Create a MIPS asm program that requests for three numbers from the user. Month,
Create a MIPS asm program that requests for three numbers from the user. Month, Day, and Year. You may assume that a valid date is given. Your program will return the DAY number o…
Create a MIPS program that fulfills the following specifications: in the .data s
Create a MIPS program that fulfills the following specifications: in the .data section: 3 variables to hold input values: a, b, c 3 variables to hold output values (name them what…
Create a MIPS program that fulfills the following specifications: in the .data s
Create a MIPS program that fulfills the following specifications: in the .data section: 3 variables to hold input values: a, b, c 3 variables to hold output values a variable to h…
Create a MIPS program that fulfills the following specifications: » in the .data
Create a MIPS program that fulfills the following specifications: » in the .data section: o 3 variables to hold input values: a, b, c o 3 variables to hold output values o a varia…
Create a MIPS program that fulfills the following specifications: • in the .data
Create a MIPS program that fulfills the following specifications: • in the .data section: o 3 variables to hold input values: a, b, c o 3 variables to hold output values o a varia…
Create a MSMPI project using the following code, compile and execute the code. /
Create a MSMPI project using the following code, compile and execute the code. // File-IO-Lab.cpp : Defines the entry point for the console application. // #include "stdafx.h" #in…
Create a MSVS project (or a project using your preferred IDE) and add lab11.cpp
Create a MSVS project (or a project using your preferred IDE) and add lab11.cpp (GIVEN) to the project. You will be completing the code in lab11.cpp writing statements to implemen…
Create a Main Line Algorithm and Subordinate Algorithms to execute a game of tic
Create a Main Line Algorithm and Subordinate Algorithms to execute a game of tic - tac - toe. Your Project is to include the following: Logic for The Game Itself (15 points) Accom…
Create a Main Line Algorithm and Subordinate Algorithms to execute a game of tic
Create a Main Line Algorithm and Subordinate Algorithms to execute a game of tic - tac - toe.all in psudocode not c++ for ex Employee_salary Prompt for salary Get salary_1 DOWHILE…
Create a Makefile that supports the following targets and dependencies. Target g
Create a Makefile that supports the following targets and dependencies. Target game depends on all.o files that are needed to generate the final executable file game .A.o file dep…