You can find the results of your search below. If you didn’t find what you were looking for, you can create or edit the page named after your query with the appropriate button.
CS102 Fall 2009 -- Lab 6:
37 Hitsm in NetBeans.
===== Working with Stateful Classes =====
- Open //NetBeans// by typing ''netbe... two choice boxes and a text field for naming the class holding the main function. Uncheck the //Create Main Class// button and leave the //Set as Main Project// button selected.
* Left-click the //Fi
Weekly Calendar:
29 Hitsndar =====
<html>
<h1>Fall 2008</h1>
</html>
^ Class Meetings^ Major Topic ^ Class notes ... |
| Wed: 9/3 | Background \\ & Basics |[[.:classes:class01|Class 1]]:\\ {{courses:cs353-200803:dna... |
^ Mon: 9/8 | | [[.:classes:class02|Class 2 ]] (Prof Smith attending [[http
CS102 Fall 2009 - Lab 1:
25 Hitsns as well as to construct instances of data in a class-based language (like Java). \\ \\
**Getting sta... Part I: Translating a Scheme structure to a Java class diagram **
Look at the following data definit... n Scheme:
;; Sample data definitions -- simple classes of data
;; to represent a pet
;; A Pet is
CS102 Fall 2009 - Lab 4:
17 HitsYOU COMPLETE STEP 4, BELOW.\\ \\
Compare the two classes defined in the starter code, //Set// and //Bag/... occur many times in a //Bag//. \\ \\
- The two class definitions use lists of integers (''ILin'') to s... ture: '' int howMany(int i);''. \\ \\
- Add the classes ''MTin'' and ''Cin'', including implementations
CMPU-377: Parallel Programming:
13 Hitsh@cs.vassar.edu]] |
^ Class Meeting Time: | Tue/Thu 10:30-11:45am, OLB 105 ... (Unified Parallel C programming language)
* The classic CSP text: Communicating Sequential Processes (H... tions for parallel composition exist, and in this class we will explore them. It's time to think outside
CS102 Fall 2009 - Assignment 3:
13 Hitshat change the state of the world in the Examples class. Read pages 185-198 of the //How to Design Classes// (HtDC) book before starting this assignment. This assignment varies somewhat from the example ... the starter file of this assignment, the UFOWorld class constructor takes the aup, then the ufo and then
CS102 Fall 2009 - Lab 2:
12 Hitsng the design recipe for creating methods in Java classes. \\ \\
**Getting started**
- Login to one ... \\
** Part I: Designing methods for a simple class ** \\ \\
Download the following file for this p... ecipe to write each method described below in the class that represents a Pet. Write ''check expect'' sta
CS102 Fall 2009 - Lab 8:
12 Hits using methods from both the String and Character classes, and
* produce a program that will determine ... or this lab. \\ \\
===== Part I: Create a class called PalChecker =====
__Follow the directions ... two choice boxes and a text field for naming the class holding the main function. Check the //Create Ma
CS102 Fall 2009 - Assignment 5:
12 Hits
==== A. Changing the draw method of the UFOWorld class ====
- Change the line ''import draw.*;'' to ... String)'', and ''draw()'' methods in the UFOWorld class to return void, and changing the code inside thes... lower left uses a void version of move in the UFO class and the one on the lower right uses an applicativ
CS102 Fall 2009 - Assignment 7 and Lab 9:
11 Hits follow the steps below:
- Inside the UFOWorld class, change the **IShots shots;** declaration line to... w ArrayList<Shot> object. \\ \\
- The ArrayList class inherits a non-static method with signature //Ite... on). \\ \\
- In the draw method of the UFOWorld class, the line **this.shots.draw(this.theCanvas);** is
CS102 Fall 2009 - Assignment 1:
11 Hitst defining unions in Java using a special type of class called an interface and writing classes that impl... ent a particular interface. You can write all the classes for this assignment in a single file called hw1... ava but be sure to include only a single Examples class in the file for testing.
**Part I: Unions of Cla
CS102 Fall 2009 - Assignment 4:
10 Hits6 as well as the lecture notes to animate the UFO class. The class diagram in Figure 93 on page 286 depic... OWorld// extend World.
/*Modify the //Examples// class to create a new //UFOWorld// with its //AUP//, //... World =====
- Change the definition line of class //UFOWorld// so that it extends //World//. \\ \\
CS102 Fall 2009 - Lab 7:
10 Hitsard input and screen output using the JOptionPane class.
- Open //NetBeans// by typing ''netbeans'' at... two choice boxes and a text field for naming the class holding the main function. Check the //Create Main Class// button and the //Set as Main Project// button. In the //Create Main Class// box, type ''S
Computer Science II: Data Structures and Algorithms:
9 Hits S. Krishnamurthi, and V. Proulx, //How to Design Classes,// Copies to be provided chapter-by-chapter in class (students are required to provide their own binders)
**Overview:**\\
This course begins where Computer Science I leaves off. We will study class-based program design and abstractions that suppor