Thread: PCB Designing Tutorial

  1. #1
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226

    Question PCB Designing Tutorial

    hey,

    I'm an Electronics Eng. student (B.Engg.) in my first year and i've got PCB Design & Fabrication as a subject. Our teacher has not specified any textbook, and i was wondering if there is something really good available on the net for the subject.

    Thanx in advance.

    P.S. We'll be using ORCAD, PADs, and PCAD for the schematic & layout designing.

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    This guy has a lot of links to electronics information:
    http://www.iserv.net/~alexx/lib/tutorial.htm

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Forrest Mims published quite a few really good electronics reference books thru Radio Shack in the form of 'Engineer's Mini-Notebooks'. I would suggest purchasing anything published by this fellow, including his seminal work 'Light-Beam Communications' (ISBN: 0-672-21147-5).

    - cheers.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My new website
    By joeprogrammer in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-17-2006, 07:38 PM
  2. Cprog tutorial: Design Patterns
    By maes in forum C++ Programming
    Replies: 7
    Last Post: 10-11-2004, 01:41 AM
  3. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM
  4. Problem with tutorial (Vector class)
    By OdyTHeBear in forum C++ Programming
    Replies: 4
    Last Post: 12-18-2002, 02:49 PM
  5. My DirectInput tutorial....
    By jdinger in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 06-18-2002, 11:32 PM