Archive for the ‘Computer science and IT assignments’ Category

Weighted Directed Graphs C++

Your task is to implement a directed_graph class, where each node/edge has a weight.  (Please use adjacency matrix) The class should offer a reasonably effective suite of operations. Some (but not all) of basic operations are: Adding and removing nodes and edges (with weights); Depth-first and breadth-first traversals; Computing a tree rooted by the given […]

Python Project – Turtle Graphics

Hey! I need to create a Python project with Turtle Graphics. Here are the instructions from my teacher: The word project represents a unique product. The students would, with the use of the Turtle Graphics, for a project task create games (criss cross, memory, chess…). If you decide to do a drawing, it should be […]

C# Project

Project :Your project must: Have Graphical user interface. Demonstrate your understanding of classs, objects and other C# features. Topics (LOs):1. Implement software designs in an object-oriented programming language2. Analyse relationship between algorithms and programming, and determine their efficiency3. Implement most commonly used abstract data types and data structures used in software development4. Apply prototyping techniques5. […]

Banking system

Multiple Credit Card Management Application (MCCMA) is an application system that is madewith the intent to help multiple credit card owners manage and keep track of their respective creditcard spending. The main goal of this application is to serve as a financial-aid mobile applicationfor users who hold multiple credit cards. The scope of the application […]

Java

Only the value of the card counts (7 <8 <9 <10 <Jack <Queen <King <Ace), the color (clubs, spades, hearts, diamonds) is not relevant. The deck of cards is shuffled and the cards are distributed alternately to the players. Each player now has her own pile face down in front of her.In each round, both […]

High Level Assembly (HLA)

PROGRAM 10: Angle ConversionBelieved to have originated in France, a gradian is a unit of measure of an angle that is equivalent to 1/400th of a turn or 9/10th of a degree.  The formula for this conversion solving for Gradian is:     Gradian = 400 * turn                […]

MVC

One class, one file. Don’t create multiple classes in the same .java fileDon’t use static variables and methodsEncapsulation: make sure you protect your class variables and provide access to them through get and set methodsall the classes are required to have a constructor that receives all the attributes as parameters and update the attributes accordinglyFollow […]

R Homework

The vector `problem.1.data` contains numeric data. Construct a stipchart of the values in `problem.1.data`. Do you see any evidence of any outliers? **Solution** Repair this outlier. * First, report the location of the outlier. * Next, convert the value to `NA`. * Finally, display the value of the vector at this location, and show that […]

R Programing Homework

Construct a stipchart of the values in `problem.1.data`. Do you see any evidence of any outliers?Repair this outlier.    First, report the location of the outlier.    Next, convert the value to `NA`.    Finally, display the value of the vector at this location, and show that it has the value `NA`.Construct a stripchart of the repaired version […]

Objects and Classes

Use NetbeansOne class, one file. Don’t create multiple classes in the same .java fileDon’t use static variables and methodsEncapsulation: make sure you protect your class variables and provide access to them through get and set methodsall the classes are required to have a constructor that receives all the attributes as parameters and updates the attributes […]

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes