Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Simulation of cell life
no vote
This application provides an implementation of Conway’s Game of Life, using the Parallel class to parallelize the processing of the cellular automata.
simon_xzm
2016-08-23
0
1
Parallel processing of PI value
no vote
A console application that estimates the value of PI using a variety of both serial and parallel implementations, the latter done with both PLINQ and the Parallel class.
simon_xzm
2016-08-23
0
1
Target color detection
no vote
This simple and somewhat silly application demonstrates using concurrent collections with WPF.  The collections are wrapped with observable facades, such that multiple threads may modify the collections concurrently, and those updates are safely propagated to UI controls.
simon_xzm
2016-08-23
0
1
Blend Images
no vote
A demo of very simple image manipulation using a Parallel.For loop.  The application allows the user to load up two images and blends them together into a single, new image.         
simon_xzm
2016-08-23
1
1
No more~