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 rose_mary

  1. R

    How to declare a function that can return a pointer to a function of the same type?

    hi room., How can I declare a function that can return a pointer to a function of the same type? I'm building a state machine with one function for each state, each of which returns a pointer to the function for the next state. But I can't find a way to declare the functions. pls answer me soon
  2. R

    Problem with defining a linked list in C

    hi room, I can't seem to define a linked list successfully. I tried typedef struct { char *item; NODEPTR next; } *NODEPTR; but the compiler gave me error messages. Can't a structure in C contain a pointer to itself? pls someone answer me soon.
  3. R

    topics in low power sensors???

    hi , can someone help me to find some topics on low power consumption in wireless sensor networks?

Part and Inventory Search

Back
Top