gui

Introduction to Computer Science for Multidisciplinary Studies (CPSC 217) Exercise 5 of 8

University of Calgary Department of Computer Science Introduction to Computer Science for Multidisciplinary Studies (CPSC 217) Exercise 5 of 8 This exercise is to be completed individually and is due on March 8, 2015. Submit your solution as a Python source code file (i.e., a “.py” file) to the “Exercise 5 of 8” dropbox in […]

Introduction to Computer Science for Multidisciplinary Studies (CPSC 217) Exercise 5 of 8 Read More »

Introduction to Computer Science for Multidisciplinary Studies (CPSC 217) Assignment 3 of 4

University of Calgary Department of Computer Science Introduction to Computer Science for Multidisciplinary Studies (CPSC 217) Assignment 3 of 4 This assignment is to be completed individually and is due on March 22, 2015. Submit your solution as a single Python source code file (i.e., a “.py” file) Upload your submission to the “Assignment 3

Introduction to Computer Science for Multidisciplinary Studies (CPSC 217) Assignment 3 of 4 Read More »

MFC dot moving

采用MFC事件驱动模式编程 1. 点的绘制 在 view class里的onDraw 函数里绘制点 2. 点的移动 设置定时器, 每两百毫秒发一次消息给处理函数, 处理函数更改点的位置,重新绘图。 3. 鼠标左键选点 添加对左键响应的处理函数, 判断鼠标点和彩色点的距离 , 小于一定的值,认为选中该点 4. 鼠标右键选点 添加对右键响应的处理函数, 鼠标点的点设为目标点 5. 点击按钮 添加对按钮响应的处理函数,更改按钮的标题, 如果是开始 , 则设置定时器,标明状态为开始。 如果是暂停,则标明 状态为暂停, 定时器事件处理函数则停止更改点的位置。

MFC dot moving Read More »

SWEN40004 Modelling Complex Software Systems Assignment 2a, 2015

Ob jectives The University of Melbourne Department of Computing and Information Systems SWEN40004 Modelling Complex Software Systems Assignment 2a, 2015 Released: 29 April. Deadline: 15 May at 17:00 To provide programming practice in a monitor-oriented concurrent programming language and to get a better understanding of safety and liveness issues. Background and context There are two

SWEN40004 Modelling Complex Software Systems Assignment 2a, 2015 Read More »

java gui

You will build one or more UI-based mini-applications that displays and manipulate ObservableFrame2D objects. These little mini-applications are simple enough that they don’t really require the use of a model-view-controller pattern and can be encapsulated easily into a single self-contained UI widget. In order to display ObservableFrame2D objects on to the screen, we need to

java gui Read More »

CSC8404 Assessed Coursework Car Rental Application

CSC8404 Assessed Coursework Car Rental Application The deliverable for this coursework must be submitted via NESS on or before: 22:00 on Friday 30 October 2015 The coursework, described below, involves development of the classes and tests to be used in development of a Car Rental application. The coursework contributes 33% of the overall module mark.

CSC8404 Assessed Coursework Car Rental Application Read More »

CSSE2002 / CSSE7023 Semester 1, 2015 Assignment 3

CSSE2002 / CSSE7023 Semester 1, 2015 Assignment 3 Goal: The goal of this assignment is to gain practical experience with implementing GUIs using the Model-View-Controller design pattern. Due date: The assignment is due at 4pm on Wednesday 3 June. Late assignments will lose 20% of the total mark immediately, and a further 20% of the

CSSE2002 / CSSE7023 Semester 1, 2015 Assignment 3 Read More »