Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Sort vector elements
no vote
This program is applied parallel sorting algorithm Betchera.  This algorithm belongs to a group of parallel sorting, the main difference between these algorithms is the possibility of parallel (simultaneous) act on sorting numerical data sets. class MyParSort   Class void Setup

elaija7
2016-08-23
0
1
Utility to search text files that are duplicated
no vote
When you run the program before the user opens the main window that contains a field for entering the required directory to find duplicate text files.  There is also a button that when clicked, you can select the directory from the directory tree.  Then the user can choose the option which considers search all nested directories and using multiple threads.  The next step the user can select the required hash through which searching: MD5 or SHA1.  Clicking "Start search" start search duplicate files. In the "List of bugs I / O" displays all errors that occur during the search. In the main field are displayed grouped by hash group found duplicate text files.  When you right click on the found fi
elaija7
2016-08-23
0
1
No more~