Download presentation
Presentation is loading. Please wait.
Published byKelley Robinson Modified over 9 years ago
1
Eclipse, Java basics, and Sox 2014.1.14 Iris Jianghong Shi
2
Java concepts Interface – Specify functions – Dstack ListStack ArrayStack Why interface? – Division of task – Simplify code for different implementations Interface: DStack Class: ArrayStack Class: ListStack implements Interface Class A Class B implements extends Specify functions One realization Inherits above and does more DStack ArrayStack SuperArray Stack
3
Eclipse startup Starting with hw1 – Create project – Implement classes – Run – More about Eclipse: http://courses.cs.washington.edu/courses/cse143 /11wi/eclipse-tutorial/
4
Using Sox Take a.wav sound file Convert it to a.dat file: – sox secret.wav secret.dat Manipulate it with the java program Convert it back to a.wav file – sox secret.dat secret.wav Listen to it
5
Q&A Thank you for coming!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.