Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by mickey2005

  1. M

    How to use pipe to achieve flow control synchronization?

    explain how we can use pipe to achieve flow control synchronization?
  2. M

    What will those strings print out?

    1. What will print out? 2. main() 3. { 4. char *p1="name"; 5. char *p2; 6. p2=(char*)malloc(20); 7. memset (p2, 0, 20); 8. while(*p2++ = *p1++); 9. printf("%s\n",p2); 10. } Answer:empty string.
  3. M

    advantages of C over C++,PERL?

    advantages of c over c++ specify the advantages of C over c++ AND perl?
  4. M

    What happens when thread gets the same mutex object multiple times?

    IF A THREAD OWNS A MUTEX OBJECT AND IT ACQUIRES THE SAME MUTEX OBJECT MULTIPLE TIMES,THEN WHAT ARE THE RULES?

Part and Inventory Search

Back
Top