1. Homepage
  2. Subject

CS550 Operating Systems, Spring 2024 Programming Project 3: Copy on Write to xv6 kernel
There are two parts in this project: coding and Q&A. In the first part, you will add the feature of CoW (Copy on Write) to the xv6 OS kernel. In the second part, you will answer the questions about xv6 memory management and your CoW implementation.
COMP222 Principles of Computer Games Design and Implementation - Assignment 2: Design and Implement Artificial Intelligence for a Simplified PacMan game
Your tasks are to: • Design the AI for a simplified PacMan game, described below • Implement the AI that you designed in code (frameworks are provided for Python, Java). • Test and analyse how your AI performs
CSC1002 Computational Laboratory: Snake
In this assignment, you will design and create a Snake game. The game consists of three elements: a snake, a few monsters, and a few food items represented by numbers between 1 and 9. In the daigram shown above, the snake is depicted as a series of squares with its head in red and its tail in black, while the monsters are shown as purple squares. The numbers represent the food items that the snake needs to consume.
CSCI2525 Assembly Language and Computer Organization - Final Project: Connect Three in Assembly
Develop a the game of Connect Three in Assembly. This game will be menu- driven, the gameboard will be made of ASCII characters, and it will have options for player vs. player, player vs. computer, and computer vs. computer.
SEEM5650 Integer Programming Spring 2024 Assignment 2
Give an integer linear formulation of the above problem. Explain the decision variables, objective function, and the constraints clearly.
CS105/CS360/SE360 [Fundamentals of] Artificial Intelligence - Group project for An optimal samples selection System
It is known that the amount of data generated has been increasing tremendously in the last few years due to the ease of accessing to the internet, cheap or inexpensive mass storage devices, the ease of transferring data through internet, communication lines and digital data are used in all walks of life.
ST332 & ST409 Medical Statistics Assignment: Exploratory Data Analysis
Undertake an Exploratory Data Analysis of the crcsurg.RData dataset, in particular identify any covariates which may be potential confounders
160.212 Discrete Mathematics Assignment 2
Let N be the set of all divisors of 60, and let P ={a∈N|4≤a≤30}. Let ≼ be the partial order defined by a ≼ b if and only a divides b. (a) Draw the Hasse diagram of (P, ≼). (b) For every pair (a,b) of numbers in P evaluate the least upper bound, lub(a,b), or say it does not exist (DNE). Present the values in the form of a table. (c) Use your answer to (b) to explain why (P, ≼) is not a lattice.
XJCO1921 Programming Project Assignment 1: Project Plan Maze Game
In this assignment, you will be creating three assets: - An automated test script - Test data - Skeleton code based around this module plan. You are not expected to produce a working implementation of the program described below, and no marks or feedback will be given for implementing the program.
COMP SCI 3001 - Computer Networks & Applications Assignment 2: Reliable Transport: Alternating Bit
You've been hired by "Net Source", a company specialising in networking software. Their programmer, Mue, who was working on an implementation of the Alternating Bit protocol has caught the flu and the implementation must absolutely be finished in the next week. Most of the implementation is complete and Mue left comments for parts still to be completed. As the code isn't finished, Mue hasn't completed testing yet.