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 mahul000

  1. M

    Embedded Hardware newbie !

    I have knowledge about basics of 8085 and C. Please tell me how to start with some embedded system projects (ofcourse for beginners) from the very ground-up. I heard of discreep terms of "Keil", "Chip Burning Kit" etc. But frankly speaknig, I need a concrete lecture on it fully explaining all...
  2. M

    two questions in c++ required solution

    Solution to c++ query ! /* :cry: The program is quite easy one */ #include<iostream> #define MAX 10 using namespace std; int fact(int n) { if(!n) return 1; else return n*fact(n-1); } int main() { int num[MAX], fac[MAX]; for(int = 0;i<MAX;i++) {...

Part and Inventory Search

Back
Top