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 majablagdan

  1. M

    [SOLVED] what is basic executabale format in ubuntu linux?

    As every Unix-like OS, Linux has ELF (Executable and Linkable Format) see Wikipedia or at a shell type: "man elf" or "info elf".
  2. M

    Is the term graphic pipeline referring to a harware or software implementation

    The term graphics pipeline refers generally to the method of rasterization rendering that is supported by the graphics hardware. If graphics hardware has no support for 3D the pipeline is emulated in a software graphics pipeline. An example is e.g. Mesa which was used on Linux when no ATI or...
  3. M

    How compiler Works ...............

    A classic in the field of compiler techniques is the "Dragon Book" . The current eddition is called the Purple Dragon Book by Alfred V. Aho, Ravi Sethi, Jeffrey D. Ullman and Monica S. Lam.
  4. M

    free PDF to Text converter

    You could install miktex or texlive which has a whole bunch of commandline tools for converting pdf. e.g. pdftohtml pdftotext pdftops ... or from postscript to pdf : ps2pdf
  5. M

    Is GCC free along with all unix?

    For Linux there are several free IDE's Anjuta, Eclipse, Qt Creator (can be used for c, c++ development without Qt) and of course the combination shell+editor.

Part and Inventory Search

Back
Top