Search:

Type: Posts; User: darklightred

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    3,639

    Pipeline freeze simulation

    me and my groupmate would like to ask HELP on this one we are required to implement a simulator for a simplified DLX processor, miniDLX. The miniDLX processor offers the following subset of DLX...
  2. Replies
    6
    Views
    1,422

    This is the code for the dough machine: ...

    This is the code for the dough machine:


    dought()
    {
    p(dough_pool_empty);

    buf_dough[rear] = new_dough;
    rear = rear % 1;
  3. Replies
    6
    Views
    1,422

    well i've tried doing it but its clearly...

    well i've tried doing it but its clearly imposible for me, the proffesor request us to do a fine and course grain solution...


    for the dough and icing a created a buffer pool having a 10 slots......
  4. Replies
    6
    Views
    1,422

    semaphores

    this a machine problem given to us, and i dont have any deep experience in programming, would anyone could help me on this...help badly need..thanks :(

    Synchronization Problem:
    In a cake...
Results 1 to 4 of 4