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 176 / 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
CODE IN C++: read a file of words and count the occurrences of word and then pri
CODE IN C++: read a file of words and count the occurrences of word and then print the words in alphabetic order with their count. data structure used to store and count the words…
CODE IN JAVA PLEASE Implement Kruskal’s algorithm and run it on a weighted graph
CODE IN JAVA PLEASE Implement Kruskal’s algorithm and run it on a weighted graph of your own creation. The algorithm is used to find the minimum spanning tree in a graph. This is …
CODE IN JAVA, PLEASE USE UML DIAGRAM Declare and use methods that return a value
CODE IN JAVA, PLEASE USE UML DIAGRAM Declare and use methods that return a value Declare and use methods with multiple parameters Write a class declaration based on a class diagra…
CODE IN JAVA: package model; import java.util.ArrayList; public abstract class P
CODE IN JAVA: package model; import java.util.ArrayList; public abstract class Person {       private int id;       private String name;       private static ArrayList<Person&g…
CODE IN MATLAB APPLIED NUMERICAL METHODS Write your own program that performs fi
CODE IN MATLAB APPLIED NUMERICAL METHODS Write your own program that performs fixed point iteration for a given function g(x). Check whether your program converges to a fixed poin…
CODE IN MATLAB Complete the following prompts: Ask a user to input a number betw
CODE IN MATLAB Complete the following prompts: Ask a user to input a number between 20 and 80. Validate the data and if it is outside the range have the user input another number.…
CODE IN PYTHON The story generator – the Mad-libs game asks for parts of speech,
CODE IN PYTHON The story generator – the Mad-libs game asks for parts of speech, such a noun, adjective, or adverb, and those words are plugged into a template to generate a somet…
CODE IN PYTHONK PLEASE Write a function called countElements that counts the num
CODE IN PYTHONK PLEASE Write a function called countElements that counts the number of times two elements appear in a list. Your task is to ask the user to enter a list and two el…
CODE IN R ( Cubic splines) I am dealing with the syntax error \" Error in xy.coo
CODE IN R ( Cubic splines) I am dealing with the syntax error "  Error in xy.coords(x, y, xlabel, ylabel, log) : 'x' and 'y' lengths differ " When I input this into my R console: …
CODE IN VISUAL BASIC AND SHOW RESULT PLEASE The university has the following Dor
CODE IN VISUAL BASIC AND SHOW RESULT PLEASE The university has the following Dormitories: Siegel Hall $1,500 per semester Papp Hall   $1,500 per semester Coles Hall $1,200 per sem…
CODE INASSEMBLY LANGUAGE!! This program is an exercise in using the stack and ca
CODE INASSEMBLY LANGUAGE!! This program is an exercise in using the stack and calling a procedure. You will populate a 5 element array nums with integers (possibly negative) and e…
CODE IS HERE : JUST DO THE TO DO\'S PARTS : STEP 1 : ------------- package qa.ed
CODE IS HERE : JUST DO THE TO DO'S PARTS : STEP 1 : ------------- package qa.edu.qu.cmps251.layouts; import java.awt.Color; import java.awt.Dimension; import javax.swing.JButton; …
CODE IS IN C++ Please use code attached and update areas with \"classes\" and on
CODE IS IN C++ Please use code attached and update areas with "classes" and only use arrays please. Right after the first if statement inside the bool has the first class and they…
CODE In C++ Fila namesandsumames.txt contains a list of everyone in the class. C
CODE In C++ Fila namesandsumames.txt contains a list of everyone in the class. Create a program that: Ask about the name of the Input file. Test if file exists and asks again If n…
CODE MUST BE WRITTEN IN C++!!!!!!!! Implement a priority queue, using array or a
CODE MUST BE WRITTEN IN C++!!!!!!!! Implement a priority queue, using array or a complete binary tree structure. You should name your priority queue class PQ The queue must be abl…
CODE REQ: PHP Create a multidimensional array that contains the measurements, in
CODE REQ: PHP Create a multidimensional array that contains the measurements, in inches, for several boxes that a shipping company might use to determine the volume of a box. Form…
CODE REVIEW -VISUAL BASIC WRITE COMMENTS IN THE CODE OF THINGS THAT NOT ALLOWED
CODE REVIEW -VISUAL BASIC WRITE COMMENTS IN THE CODE OF THINGS THAT NOT ALLOWED OR DESCRIPTIONS THAT ARE NECESSARY. Visual Basic Coding Conventions Imports System.Data.SqlClient P…
CODE SHOULD BE IN JAVA 1. Salaried employees, who are paid a fixed weekly salary
CODE SHOULD BE IN JAVA 1. Salaried employees, who are paid a fixed weekly salary regardless of the number of hours worked; 2. Hourly employees, who are paid by the hour and receiv…
CODE THIS USING C++ LANGUAGE PLEASE. Vectors store a linear arrangement of value
CODE THIS USING C++ LANGUAGE PLEASE. Vectors store a linear arrangement of values, accessed by a single index. Using vectors, write a program to play a modified battleship game - …
CODE USED FOR C++ CODE FOR C++ A particular competition has five judges, each of
CODE USED FOR C++ CODE FOR C++ A particular competition has five judges, each of whom award a score between 0 and 10 to each performer. Fractional scores, such as 8.3, are allowed…
CODE USING C LANGUAGE Project Objectives: The purpose of this project is to give
CODE USING C LANGUAGE Project Objectives: The purpose of this project is to give students an opportunity to experiment with process synchronization mechanisms. Project Description…
CODE USING JSGRASP: add these classpath to worskspace first: 1.simmectrics.jar 2
CODE USING JSGRASP: add these classpath to worskspace first: 1.simmectrics.jar 2.commons-codec-1.10jar 3.guava-19.jar ---------------- Write a Java class named AverageOfDistances …
CODE Works fine, (thanks to Uday!), but my code blows up when I try to add a sta
CODE Works fine, (thanks to Uday!), but my code blows up when I try to add a statement to make certain the user enters 'y' or 'n' ONLY to the String userChoice. The prompt is " Do…
CODE in ASSEMBLY LANGUAGE!!!! For this program you will call a procedure that fi
CODE in ASSEMBLY LANGUAGE!!!! For this program you will call a procedure that finds the minimum and maximum elements of an array, and the last positions in the array where the min…
CODE in C++ Fila namesandsurnames.txt contains a list of everyone in the class.
CODE in C++ Fila namesandsurnames.txt contains a list of everyone in the class. Create a program that: Ask about the name of the input file. Test if file exists and asks again if …
CODE in C++ PLEASE code the program in more basic C++ Write a program that merge
CODE in C++ PLEASE code the program in more basic C++ Write a program that merges the numbers in two files and writes all the numbers into a third file. Your program takes input f…
CODE in C++ Write a program that merges the numbers in two files and writes all
CODE in C++ Write a program that merges the numbers in two files and writes all the numbers into a third file. Your program takes input from two different files and writes its out…
CODE in C++: Write a function that compares two strings of equal length in one o
CODE in C++: Write a function that compares two strings of equal length in one of two ways. Both comparison methods compare the characters of one string to the characters of the o…
CODE in C. Please look at the instructions before pasting your OLD answer. In th
CODE in C. Please look at the instructions before pasting your OLD answer. In this assignment, you will create 4 processes. Each of these processes will share a variable called "t…
CODE in C: Can someone help me iwth implementation of RADIX sort usilg LINK LINS
CODE in C: Can someone help me iwth implementation of RADIX sort usilg LINK LINST ONLY, please don't answrr if it is not link list and suppose i have 3 numbers to sort i will do R…
CODE in JAVA or C. emester Programming Projec This program should illustrate and
CODE in JAVA or C. emester Programming Projec This program should illustrate and simulate the ethical issue of the tragedy of the commons. In essence it is a software toy that per…
CODE public class ExpenseManager { public static void main(String args[]) { Stri
CODE public class ExpenseManager {    public static void main(String args[]) {    String itemNames[] = { "Coffee", "Grocery", "Phone", "Tution", "Books",    "Rent" };    double gr…
CODE- GGILAB-ISP209, Spring 2018-The Mys MidTermal Two blocks are in contact on
CODE- GGILAB-ISP209, Spring 2018-The Mys MidTermal Two blocks are in contact on a frietionless table. A- Let's ride the bumper cars, Analyse l force F is applied to M, ns shown. I…
CODE-680922 - 2017 Fall, PHYS 212 (cook) Test8 fl7- Y01 pt Calculate the magnitu
CODE-680922 - 2017 Fall, PHYS 212 (cook) Test8 fl7- Y01 pt Calculate the magnitude of the torque about the z-axis on the loop. in Nwm) 15. AO 7.96 x 10-3 BO 9.32× 10-3 CO 1.09x10-…
CODE-834597- 2017 Fall, PHYS 212 (cook) 3 pt (c23p8_ 6e) In the figure, two poin
CODE-834597- 2017 Fall, PHYS 212 (cook) 3 pt (c23p8_ 6e) In the figure, two point cha Cand q2 1.08 × 10-4 Care separa- 0.10 m. Compute their net electric fiel of x for the followi…
CODE: #include #include #include #include
CODE: #include <iostream> #include <fstream> #include <iomanip> #include <string> using namespace std; // Global const int ARRAY_SIZE = 15; // Struct struc…
CODE: #include #include struct task{//process int id;//pid
CODE: #include <stdlib.h> #include <stdio.h> struct task{//process    int id;//pid    int bt;//burst time    int at;//arrival time    int pr;//priority }; typedef stru…
CODE: In the following C program, we use srand function to assign random values
CODE: In the following C program, we use srand function to assign random values to the integer array a[ ] with 100 hundred valuesusing a for loop. Thn, we ask the user to enter ch…
CODE: Objectives: The main objective of this assignment is to help you review so
CODE: Objectives: The main objective of this assignment is to help you review some of the concepts related to functions in C++ as well as working with files General Instructions: …
CODE: function [errmax] = heat1derr1a(L,T,n,maxk,K,f,c) %%%%%%%%%%%%%%%%%%%%%%%%
CODE: function [errmax] = heat1derr1a(L,T,n,maxk,K,f,c) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Discretization Errors for Heat Diffusion in a Thin…
CODE: function [flowErrMax] = flow1derr1a(L,T,n,K,a,c,f) %%%%%%%%%%%%%%%%%%%%%%%
CODE: function [flowErrMax] = flow1derr1a(L,T,n,K,a,c,f) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This is a continuous model for the concentration…
CODE: import java.util.*; import java.io.*; public class main {public static voi
CODE: import java.util.*; import java.io.*; public class main {public static void main(String[] args) throws FileNotFoundException {int n,i,j,partot=0,winner=0; int[]par=new int[1…
CODED IN JAVA. USE HORNER\'S HASHING RULE AS NOTED BELOW. 1 Objective Build a ha
CODED IN JAVA. USE HORNER'S HASHING RULE AS NOTED BELOW. 1 Objective Build a hash table that supports searching, insertion, deletion, printing, and integer hash key creation based…
CODING HELP PLEASE I have no idea what kind of function I need using Python Part
CODING HELP PLEASE I have no idea what kind of function I need using Python Part 1: Create a function that will simulate the falling ball until it hits the ground and will plot th…
CODING IN C++ Type of Cipher is Simple Substitution Write a script to apply the
CODING IN C++ Type of Cipher is Simple Substitution Write a script to apply the right form of cryptoanalysis able to disclose the plaintext of the text below. Hint: it's the lyric…
CODING IN PYTHON Goal: write an application that computes bowling scores. Bowlin
CODING IN PYTHON Goal: write an application that computes bowling scores. Bowling terminology: Bowling is a game in which the player attempts to knock down ten ten bowling pins wi…
CODING IN PYTHON you are required to develop a simple Assessment Management Syst
CODING IN PYTHON you are required to develop a simple Assessment Management System. The system allows a user to add, search and delete the details of students and assignments. The…
CODING IN PYTHON: Assume a customer is at a store purchasing exactly 4 items. Th
CODING IN PYTHON: Assume a customer is at a store purchasing exactly 4 items. The cashier inputs the items and their prices into the computer. Someone has provided the cashier a P…
CODING LANGUAGE: MIPS Write a \"merge\" program that merges two ordered lists of
CODING LANGUAGE: MIPS Write a "merge" program that merges two ordered lists of integers into a new ordered list. For example, given two ordered lists (9,6,4,1) and (7,3,2,0) as in…
CODING in C++ Lab 3- Arrays Implementing Lists using Arrays What you will learrn
CODING in C++ Lab 3- Arrays Implementing Lists using Arrays What you will learrn Implementing arrays Implementing list ADT using templates Running time analysis Coding exercise Im…