23.03.2013 Views

Quick introduction to reverse engineering for beginners

Quick introduction to reverse engineering for beginners

Quick introduction to reverse engineering for beginners

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

9.1.8 Task 1.8<br />

Solution: two 100*200 matrices of double type addition.<br />

C/C++ source code:<br />

#define M 100<br />

#define N 200<br />

void s(double *a, double *b, double *c)<br />

{<br />

<strong>for</strong>(int i=0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!