Changes

Jump to: navigation, search

AAA Adrina Arsa Andriy

1,439 bytes added, 21:48, 3 October 2014
Assignment 1
According to the profiling data such methods as “jpge::DCT2D(int*)” and “jpge::RGB_to_YCC” can be parallelized to improve the application performance which will be particularly useful for compressing large ‘jpg’ files at a better quality factor.
 
====Arsalan Khalid Findings====
=====Program To Parallelize=====
 
I discovered a C++ hangman application, it needs quite a bit of work but I believe that it is much more interesting than parallelizing the standard image processor.
Most of the processing power is spent on the main, therefore in can be better modularized into functions and contain a more complex and efficient algorithm to handle
more amount of words. The program's output is as so:
 
Welcome to hangman...Guess a country Name Each letter is represented by a star.
 
You have to type only one letter in one try You have 5 tries to try and guess the word.
 
21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)21:48, 3 October 2014 (EDT)[[User:Arsalan Khalid|Arsalan Khalid]]
 
**** Guess a letter: o Whoops! That letter isn't in there!You have 4 guesses left.
 
**** Guess a letter: p Whoops! That letter isn't in there!You have 3 guesses left.
 
**** Guess a letter: i You found a letter! Isn't that exciting!You have 3 guesses left.
 
i*** Guess a letter: n You found a letter! Isn't that exciting!You have 3 guesses left.
 
i**n Guess a letter: r You found a letter! Isn't that exciting!You have 3 guesses left.
 
ir*n Guess a letter: a You found a letter! Isn't that exciting!You have 3 guesses left.
 
iran
 
Yeah! You got it!
=== Assignment 2 ===
=== Assignment 3 ===

Navigation menu