13.07.2015 Views

5. Predavanje - VTS NS

5. Predavanje - VTS NS

5. Predavanje - VTS NS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Kooperativni procesiOgraničeni bafer (bounded buffer):tailconst int N = ...; // Capacity of the bufferclass Data;class BoundedBuffer {public:BoundedBuffer ();void append (Data*);Data* take ();private:Data* buffer[N];int head, tail, count;};head39/285

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

Saved successfully!

Ooh no, something went wrong!