Difference between revisions of "UnknownX"

From CDOT Wiki
Jump to: navigation, search
(FileCompressor)
(FileCompressor)
Line 21: Line 21:
 
Video card: NVIDIA GTX 1060 3GB<br/>
 
Video card: NVIDIA GTX 1060 3GB<br/>
  
 
 
Compres core:<br/>
 
  
  
  
 +
Here is the major code to compress a file :<br/>
  
 +
[[File:Code.PNG]]<br/>
 +
The following image shows that the CompressCore function takes 99.55% of the time to compress a 128MB file.
 +
[[File:Percentage.PNG]]
  
  
 +
As the size of file increase, the time that this program spend on compress a file will increase.<br/>
 +
[[File:Record.PNG]]
  
 
----
 
----

Revision as of 22:57, 8 February 2017

TBD...

Team Member

  1. Kevin Pham
  2. Jay Zha
  3. Peiying Yang
eMail All

Progress

Assignment 1


FileCompressor

Enviorment: System: Windows 10
CPU: i5-6400 2.70GHz
RAM: 8GB 2444Hz
Video card: NVIDIA GTX 1060 3GB



Here is the major code to compress a file :

Code.PNG
The following image shows that the CompressCore function takes 99.55% of the time to compress a 128MB file. Percentage.PNG


As the size of file increase, the time that this program spend on compress a file will increase.
Record.PNG


Assignment 2

Assignment 3