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 freeworm

  1. F

    A Parallel FDTD Algorithm using the MPI Library

    A Parallel FDTD Algorithm using the MPI Library
  2. F

    How to change the default boot loader from linux to windows?

    linux to windows i dont konw why you want to do this, if you just want to boot windows by default, you can just change grub configuration-file
  3. F

    question about Linux installation (can not start with Linux)

    >PCI_IDE:unknown IDE controller on PCI bus 00 >device f9, VID=8086,DID=24ca >PCI:Device 00:1f.1 not available because of resource >collisions your PCI_IDE device does not work well, maybe your linux version dont have it's driver, you may try other newer linux distributions
  4. F

    code for multiprocessing

    multi-thread code: #include <pthread.h> int do_exchange_bound1() { sleep(3); return; } int ret; pthread_t pid; ret = pthread_create(&pid, NULL, (void*)do_exchange_bound1, NULL); if (ret != 0) { printf("create thread failed\n"); return -1; } pthread_detach(pid)...
  5. F

    which lite Linux Distribution?

    I like debian. but if you can also try some other Unix-like system, for example Freebsd Freebsd is more steady
  6. F

    multi booting of windowsxp and linux operating systems

    I always install grub on MBR, it works ok. Install windowsxp first, and then linux, it is easier and very well
  7. F

    What is better, KDE or GNOME for EDA?

    KDE or GNOME for EDA? i prefer GNOME, there are alse a lot of people like KDE, choose whatever you like

Part and Inventory Search

Back
Top