Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 198 / 1624
CS 370- Fall 2017 Lab 6-Simulating Ferries with Stacks and Queues Objective: One
CS 370- Fall 2017 Lab 6-Simulating Ferries with Stacks and Queues Objective: One of the most interesting and useful things we can do with computers is to construct a simulation of…
CS 3733 : Homework/Practice -01: reviews of pointers You can get help on this fr
CS 3733 : Homework/Practice -01: reviews of pointers You can get help on this from any source you wish (other than faculty) as long as you understand the answers that you submit. …
CS 3733-Quiz-08 Memory Management paging 1. This problem concens paging (no virt
CS 3733-Quiz-08 Memory Management paging 1. This problem concens paging (no virtual memory). Assume a machine has a 30-bit logical address space and is byte-addressable. The physi…
CS 382 Project 1: Lexcial Analyzer (due on the class on 03/03/17) In this projec
CS 382 Project 1: Lexcial Analyzer (due on the class on 03/03/17) In this project, you will implement a simple lexcial analyzer to scan a small set of expressions. This set of exp…
CS 405 Linux with App. Programming Mid-Term Exam Spring 201 17. Which of the fol
CS 405 Linux with App. Programming Mid-Term Exam Spring 201 17. Which of the following is a version of the Linux operating sy stem? a) Redhat b) Ubutu c) SUSE d) All of above 18. …
CS 40A MID-TERM TEST HOWARD DACHSLAGER NAME: STUDENT # IMPORTANT: No partial cre
CS 40A MID-TERM TEST HOWARD DACHSLAGER NAME: STUDENT # IMPORTANT: No partial credit given. Assume no typing, logical or syntax errors on my part. You will shortly receive the MS W…
CS 4110 Compiler Design - Project Phase 1. Lexical analysis Total Points: 15 In
CS 4110 Compiler Design - Project Phase 1. Lexical analysis Total Points: 15 In this project, you need to implement a compiler for a language defined here. The programming languag…
CS 425: THEORY OF ALGORITHMS DATE: 09/26/2018 TOTAL: 50 points (score will be do
CS 425: THEORY OF ALGORITHMS DATE: 09/26/2018 TOTAL: 50 points (score will be doubled) 1 Short Questions (2 points) a) Explain runtime of an algorithm b) Given the following data …
CS 4300 - Compiler Theory - Spring 2017 Project Overview INTRODUCTION Your term
CS 4300 - Compiler Theory - Spring 2017 Project Overview INTRODUCTION Your term project will be to implement the front-end components of a compiler for a small subset of C, with s…
CS 4303 Programming Language Concepts Lab – Chapter 5 This lab is an exercise of
CS 4303 Programming Language Concepts Lab – Chapter 5 This lab is an exercise of using Java’s and C++’s dynamic binding features. The uncompleted programs to run in Java and in C+…
CS 444 Project 4 Black Jack Write a C++ program to store a fifty-two cards in an
CS 444 Project 4 Black Jack Write a C++ program to store a fifty-two cards in an array. The deck of cards consists of 13 spades, 13 hearts, 13 diamonds, and 13 clubs. There are 6 …
CS 456 Quiz 4 September 27, 2018 Name: Instructions: Answer all questions by sel
CS 456 Quiz 4 September 27, 2018 Name: Instructions: Answer all questions by selecting the best choice. Write your answers in the answer section boxes on the last page. - All code…
CS 46 - C Programming Write a program to manipulate an array that contains a max
CS 46 - C Programming Write a program to manipulate an array that contains a maximum of 100 grade scores. Each grade is stored as type double. Global variables are not allowed, an…
CS 461 Operating System Project: (Has to be answered in the Java language) The s
CS 461 Operating System Project: (Has to be answered in the Java language) The simulation is to be named SYSTEM. SYSTEM will consist of three major subsystem called LOADER, MEMORY…
CS 461 Operating System Project: The simulation is to be named SYSTEM. SYSTEM wi
CS 461 Operating System Project: The simulation is to be named SYSTEM. SYSTEM will consist of three major subsystem called LOADER, MEMORY, and CPU. The naming conventions must be …
CS 4660 Program Assignment #1 A student-instructor-course database has the follo
CS 4660 Program Assignment #1 A student-instructor-course database has the following schema: S(SNUM,SNAME,MAJOR,CITY) I(INUM,INAME,DEPT,CITY) C(CNUM,CNAME,UNITS) ENROLL(SNUM,CNUM,…
CS 531 LAB5 – Using the 8051 Serial Port and Interrupts Overview The purpose of
CS 531 LAB5 – Using the 8051 Serial Port and Interrupts Overview The purpose of this lab is to control and program the serial port of the micro-controller in a given sequence. Two…
CS 531 LAB5 – Using the 8051 Serial Port and Interrupts Overview The purpose of
CS 531 LAB5 – Using the 8051 Serial Port and Interrupts Overview The purpose of this lab is to control and program the serial port of the micro-controller in a given sequence. Two…
CS 539 Lab 4B and 5B NOTE: No library funcions may be used in these programs exc
CS 539 Lab 4B and 5B NOTE: No library funcions may be used in these programs except input and output functions such as getchar, putchar, gets, puts. LAB 4B Obiective: To gain expe…
CS Chegg CPhy Wiley PLUS Chegg. X C edugen.wileyplus.com /edugen/student/mainfr.
CS Chegg CPhy Wiley PLUS Chegg. X C edugen.wileyplus.com /edugen/student/mainfr.un Home Read, Study & Practice Gradebook ORION Assignment Open Assignment FULL SCREEN PRINTER V…
CS Chegg CPhy Wiley PLUS Chegg. X C edugen.wileyplus.com /edugen/student/mainfr.
CS Chegg CPhy Wiley PLUS Chegg. X C edugen.wileyplus.com /edugen/student/mainfr.un Home Read, Study & Practice Gradebook ORION Assignment Open Assignment FULL SCREEN PRINTER V…
CS Compound Interest Form x flow/co ml work mode : This shows what is correct or
CS Compound Interest Form x flow/co ml work mode : This shows what is correct or incorrect for the work you have completed so far. It does not indicate completion. A 6-year maturi…
CS Enzyme Homework I AM LOOKING FOR HELP WITH Q# 1,8, AND 12, any extra input on
CS Enzyme Homework I AM LOOKING FOR HELP WITH Q# 1,8, AND 12, any extra input on questions I already answered is appreciated as well Chemistry Case Kathy T., a 60-year-old woman, …
CS I1IC Data Structures& Algo.: Java Seetion 001 Fall 2018 Midterm Exam 1 Prot.
CS I1IC Data Structures& Algo.: Java Seetion 001 Fall 2018 Midterm Exam 1 Prot. Johnson (7) What list of colors results from the following: ListArrayBased colors new ListArray…
CS IIIC Data Structures&Algo.: Java Section 001 Fall 2018 Midterm Exam 1 Prof. J
CS IIIC Data Structures&Algo.: Java Section 001 Fall 2018 Midterm Exam 1 Prof. Johnson (4) For the following method: public static int A(int n) if (n 1) t return 0;) else When…
CS JAVA question this is what is done so far and I am trying to make conditions
CS JAVA question this is what is done so far and I am trying to make conditions by usint while try catch matheod. the user input have to be bigger than 0 and if not the error mess…
CS Lab project. Learning Objectives Declare references to objects from the Strin
CS Lab project. Learning Objectives Declare references to objects from the String and StringBuilder classes. (5 points) Construct objects from String and StringBuilder classes. (5…
CS PRJ 2: This needs to be written in C++ data structures and algorithms. Please
CS PRJ 2: This needs to be written in C++ data structures and algorithms. Please Wrie comments explaining methods etc and also write a short algorithm before doing it. Thanks. Ins…
CS PROJECT 1 All project deliverables are to be submitted in eLearning. The pseu
CS PROJECT 1 All project deliverables are to be submitted in eLearning. The pseudocode should be submitted as a Word or PDF document and is not accepted late. Projects submitted a…
CS Parallel Arrays 1. Use the StoreData.txt file inside this project folder...ea
CS Parallel Arrays 1. Use the StoreData.txt file inside this project folder...each line (called a data RECORD) contains 3 items. product id store n…
CS Prgram - recursion - Doiphantine In this PROGRAM, you will be solving linear
CS Prgram - recursion - Doiphantine In this PROGRAM, you will be solving linear Diophantine equations recursively. A linear Diophantine equation is an equation in the form: ax + b…
CS Sp18 ent ework Due Thu 05/31/2018 11:59 pm The mean daily production of a her
CS Sp18 ent ework Due Thu 05/31/2018 11:59 pm The mean daily production of a herd of cows is assumed to be normally distributed with a mean of 30 liters, and standard deviation of…
CS algorithms Use the following ideas to develop a nonrecursive, linear-time alg
CS algorithms Use the following ideas to develop a nonrecursive, linear-time algorithm for the maximum-subarray problem. Start at the left end of the array, and progress toward th…
CS homework language C Homework: Read rocket.txt. It is on the dropbox. Use an a
CS homework language C Homework: Read rocket.txt. It is on the dropbox. Use an array and get the max acceleration. print it. Also, print another file(report.txt) of all of the acc…
CS homework. Thank you Background: In the lectures for this week, our descriptio
CS homework. Thank you Background: In the lectures for this week, our description of a road network assumes that all roads into a particular intersection are interchangable. In fa…
CS lab Project(Go fish Game) import java.util.ArrayList; import java.util.Collec
CS lab Project(Go fish Game) import java.util.ArrayList; import java.util.Collections; import java.util.Scanner; /** Play a simple game like Go Fish! * * @author Deborah A. Trytte…
CS math csudh.edu/web 15 Spring MAT171 ennings/Ch01.04-07DiscreteGrowthDrugsHalf
CS math csudh.edu/web 15 Spring MAT171 ennings/Ch01.04-07DiscreteGrowthDrugsHalf-LifeEquilibria/6/?us erico6&theme; &key; UeSI22awanzkH9lgm Celebrity Gossip and Entertainm…
CS pre-lab question Before attending this lab, you should have read and be famil
CS pre-lab question Before attending this lab, you should have read and be familiar Chapter 3 Section 3.7 and Chapter 5 section 5.8 of Delores Etter's Engineering Problem Solving …
CS preLab question language C Write c assignment statements for the following op
CS preLab question language C Write c assignment statements for the following operations, using appropriate valid identifiers: Conversion of degrees Fahrenheit into degrees Celsiu…
CS project Learning Objectives Implement a class with instance data. (10 points)
CS project Learning Objectives Implement a class with instance data. (10 points) Implement a constructor properly. (10 points) Implement accessor and mutator methods. (20 points) …
CS questions C++/Java Which language does not support an encapsulation construct
CS questions C++/Java Which language does not support an encapsulation construct for a single data type and its operations? a. C++ b. C# c. Java d. Ada95 For the C++ class MyClass…
CS theory Problem 1: CS Data and Algorithm Analysis question Let us start with s
CS theory Problem 1: CS Data and Algorithm Analysis question Let us start with some quickies. For each statement below, say whether it is true or false or fill in the blank. You d…
CS theory Problem 6: CS Data and Algorithm Analysis question In a directed graph
CS theory Problem 6: CS Data and Algorithm Analysis question In a directed graph, let P be the second shortest path between two nodes s and t in the graph. To be precise, the leng…
CS-101 Lab 1 Write a program that computes the area of a triangle using Heron\'s
CS-101 Lab 1 Write a program that computes the area of a triangle using Heron's formula Prompt the user for the lengths of the three sides, say a, b, and c Heron's formula is: Are…
CS-116 - C++ Programming I Create a structure that will contain information abou
CS-116 - C++ Programming I Create a structure that will contain information about animals. The information includes: - a name (a string up to 20 characters long) - a type (up to 1…
CS-116 C++ In this assignment you will implement a number guessing game. The pro
CS-116 C++ In this assignment you will implement a number guessing game. The program will start by asking the user for the maximum number for a range. The program will then tell t…
CS1 Spring 2017 Assignment 5: Simple Employee Tracking System This assignment in
CS1 Spring 2017 Assignment 5: Simple Employee Tracking System This assignment involves creating a program to track employee information. (In C++) Keep the following information on…
CS101-Academic Strategies-BL-AHAM4 Teamwork can be a powerful tool in the classr
CS101-Academic Strategies-BL-AHAM4 Teamwork can be a powerful tool in the classroom and the work world. However, conflict that arises among teams can threaten to break them apart.…
CS102-03 Programming Assignment #2 DUE: March 24, 2017 by the end of the day (el
CS102-03 Programming Assignment #2 DUE: March 24, 2017 by the end of the day (electronic copy) program before Print is due on March 27, 2017 at the beginning of class. Be sure to …
CS1023 Homework 3 Recursion February 17, 2012 1. Write an application that has 4
CS1023 Homework 3 Recursion February 17, 2012 1. Write an application that has 4 functions: (a) int main() Controls the program and makes calls to the other functions. Displays t…