Posts

Showing posts from May, 2013

Kennesaw State University CS 4491 Assignment 3

Kennesaw State University Department of Computer Science Advanced Topic in Computer Science CS 4491/2 Assignment #3: Complex Numbers and Linked List Dalibor Labudovic 02/19/2013 Initial Problem Statement: 1.) Using the structure previously defined, struct ComplexNum, develop a C program that performs complex addition, subtraction, multiplication, and division of the complex values of the elements of array x with the complex values of the elements in array y. Include a function for each complex operation that returns a new array with the results. 2.) Design and implement in C a linked list in which each node presents a fight stop in a route to a destination. The data in each node is the airport code (an integer number). The airline can add or delete intermediate flight stops. It can also calculate and display the number of stops form the starting to the destination airport. Summary and Purpose of the Assignment Activity: T

Kennesaw State University CS 4491 Assignment 2

Kennesaw State University Department of Computer Science Advanced Topic in Computer Science CS 4491/2 Assignment #2: Computer Modeling Dalibor Labudovic 01/29/2013 Initial Problem Statement: 1.) Assume that the initial velocity, v0, of the free-falling object is not zero. Develop a computational model (in the C language) that computes the time the object takes to reach ground level and the vertical velocity at that time instance, given the initial height, y0. 2.) A large tent is to be set up for a special arts display in the main city park. The tent material is basically a circular canvas; the tent size can be adjusted by increasing or decreasing the distance from the center to the edge of the canvas, varying from 5 feet to 35 feet. The cost of the event will be paid based on the circular area occupied, $1:25 per square foot. Develop a computational model that takes several values of the distance from the center to the outer edge o