Java For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming

Suggested Projects

  1. Matrix Multiplication:   Given two matrices Aij and Bjk the product Cik can be calculated with the following equation:

    Write a program that multiplies the following matrices together and stores the results in a new matrix. Print the resulting matrix values to the console.

  2. Modify Histogram Program:   Modify the Histogram program given in example 8.8 so that it can count the occurrence of the digits 0 through 9 and the punctuation marks period ‘.’, comma ‘,’, question mark ‘?’, colon ‘:’, and semi-colon ‘;’.

  3. Computer Simulator:   You are a Java developer with a high-tech firm doing contract work for the Department of Defense. You company has won the proposal to develop a proof-of-concept model for an Encrypted Instruction Set Computer System Mark 1. (EISCS Mk1) Your job is to simulate the operation of the EISCS Mk1 with a Java application.

Hints:

Категории