Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Required Block Comments - File Processing | CSCI 2230, Study notes of Digital Signal Processing

Material Type: Notes; Professor: Pine; Class: File Processing; Subject: Computer & Information Science (CSCI); University: East Tennessee State University; Term: Unknown 1989;

Typology: Study notes

Pre 2010

Uploaded on 08/16/2009

koofers-user-xsw
koofers-user-xsw 🇺🇸

5

(1)

10 documents

1 / 4

Toggle sidebar

Related documents


Partial preview of the text

Download Required Block Comments - File Processing | CSCI 2230 and more Study notes Digital Signal Processing in PDF only on Docsity! Required Block Comments Function main // ********************* main ************************** // *** Assignment: Project 1 // *** Creation Date: 18 Jan 2004 // *** Last Modification Date: 25 Jan 2004 // *** File name: main.cpp // ********************************************************* // *** Programmer: Bill Pine // *** Email: vwpine@computer.org // *** Course / Section: CSCI 2230 - 201 // ********************************************************* // *** Purpose: // Blah, blah, blah // *** Inputs: // Etc, Etc, Etc. // *** Outputs: // So forth and so on // ********************************************************* // Files Containing Only Free Functions // ******************* Utility Functions *************** // *** Creation Date: 18 Jan 2004 // *** Last Modification Date: 25 Jan 2004 // *** File name: util.cpp // ********************************************************* // *** Programmer: Bill Pine // *** Email: vwpine@computer.org // *** Course / Section: CSCI 2230 - 201 // ********************************************************* // *** This file contains the definitions of the following // *** free functions that handle miscellaneous utility tasks: // displayGoodBye displays the closing screen // displayWelcome displays the welcome screen // pause pause for user response // setPrecision sets display precision for // doubles // ********************************************************* // Files Containing Class Declarations or Definitions (.h and .cpp files) // ********************** BeWee ************************ // *** Creation Date: 18 Jan 2004 // *** Last Modification Date: 25 Jan 2004 // *** File name: BeWee.cpp // ********************************************************* // *** Programmer: Bill Pine // *** Email: vwpine@computer.org // *** Course / Section: CSCI 2230 - 201 // ********************************************************* // *** This file contains the implementation for the class // *** BeWee. The class BeWee models the behavior of a // *** creature from the planet Gwark. // ********************************************************* //
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved