Search:

Type: Posts; User: music_man05

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    11,148

    The link does not work :( but you coded that in C?

    The link does not work :( but you coded that in C?
  2. Replies
    5
    Views
    4,370

    As far as I know(since I am not working on the...

    As far as I know(since I am not working on the VGA controller) we have a limited amount of memory, so the resolution will be deluted a bit, but from the sounds of it, the vga will refresh its data...
  3. Replies
    5
    Views
    4,370

    Basically, the system works this way. We...

    Basically, the system works this way.

    We create our own processor(in our case we are basing our processor on a MIPS like architecture) and we are following the Instructions for the assembly code. ...
  4. Replies
    5
    Views
    4,370

    Programming Sprites

    Hey folks,

    I am just starting a project and I am gathering information in order to plan things out ahead of time (imagine that)

    The project is this....

    use a Xilinx FPGA board...use VHDL to...
  5. Replies
    1
    Views
    1,193

    Multi-thread server

    Hey there everyone,

    I am currently working on a server program. Opens a port..listens for any requests from the client and then I have my N number of Threads pick up the tasks as they come in. I...
  6. Replies
    2
    Views
    4,866

    okay want to make sure I understand exactly what...

    okay want to make sure I understand exactly what you are saying...

    new code with structure updates



    //added structure
    struct hash_bucket
    {
    struct hash_element *head; //pointer to each...
  7. Replies
    2
    Views
    4,866

    locking/threads hash table

    Hello,

    Im relatively knew to programming and any help is appreciated. My question is this...

    I am creating a library that implements a thread-safe hash table.
    I am curious how to initialize...
Results 1 to 7 of 7