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 subdural

  1. subdural

    hot research topics in computer networks

    computer networking research topics Hot topics DiffServ over MPLS and GMPLS DiffServ aware MPLS TE (Traffic Engineering) QoS Routing in MPLS / GMPLS
  2. subdural

    Need IEEE journal about DiffServ over MPLS

    Hi All, I'd request to anybody can upload and share the IEEE jounal regarding DiffServ-MPLS documents Thanks in advanced
  3. subdural

    Wireless access point/bridge

    Yup! Agreed with flatulent. Normally maximum power transmit for Access Point/Bridge is 100mW (refer to www.cisco.com). For outdoor wireless LAN we interested on antenna gain and antenna type Rx/Tx(13.5dB yagi, solid dish etc) and these factors will effects on distance and power received...
  4. subdural

    ns-2 source code for MPLS and GMPLS

    Hi All, Anybody have the ns-2 (network simulator version 2) source code in tcl/tk or C++ for MPLS and Generalized MPLS simulation and modelling. Any MPLS/GMPLS algorithm for MPLS-TE , DiffSev, network restroration are welcome. Thanks in advanced
  5. subdural

    Implementing parity calculation in C language

    fast parity calculation Hi Idlebrain & echo! You do good job. I'll try to link this source code.
  6. subdural

    Implementing parity calculation in C language

    parity calculation Hi! I'm newbie. I have the main.c source code as below. I'd to know how to program source the parity of 32 bit word calculation then determine whether the number is even (parity is zero) or the number is odd (parity is 1) in C language. Says that the parity program is...
  7. subdural

    What is a subroutine in C language?

    Re: subroutine in C Hi Good information and self explanation. However the endswap function seem like array.
  8. subdural

    What is a subroutine in C language?

    Re: subroutine in C Hi Idlebrain, Good job! I managed to compile and get the expected output. However, could you explain how this function operate/work? Thanks
  9. subdural

    What is a subroutine in C language?

    Re: subroutine in C Hi Idle, Appriecite you endswap function. However when I compile and link between main.c and endswap.c I got these errors. Could help me to solved it. $ arm-elf-gcc main.c endswap.c -o assn3a.exe endswap.c: In function `main': endswap.c:20: warning: return type of 'main'...
  10. subdural

    What is a subroutine in C language?

    Re: subroutine in C Hi Idlebrain, Excellent information. Since the subroutine is function in C, in main.c source code assume that a=0x12345678 is little-endian (memory) and how to program the subroutine in endswap.c source code so that the output b = 78563412 in big-endian. Should I write as...
  11. subdural

    What is a subroutine in C language?

    Hi I'm newbie. I need to know what is the subroutine in C language? For example I have C source code name main1.c as below; main() { int a = 0x12345678, b; b = endswap(a); printf("Existing value in hex: %X\n", a); printf("Endian-swapped value in hex: %X\n", b); } How to link...
  12. subdural

    One-Variable Calculus with an Introduction to Linear Algebra

    Re: One-Variable Calculus with an Introduction to Linear Alg Hi All Kindly please assist me how to register username/password and download since this sites is in Russia. h**p://lib.mexmat.ru Thanks in addvanced
  13. subdural

    function foobar in C language

    Hi I'm a newbie. what is foobar (c source code) in embedded C language? can somebody explain how its works? example: C = foobar (a, b)
  14. subdural

    Assembly Language output from arm-elf-gcc

    arm-elf-gcc assember tutorial Hi All, I'm compile the example.c source code to arm-elf gcc compiler with successful output. Also, I try to compiler this source code using "arm-elf-gcc -S example.c" to get assembly language (instruction set) output. I manage to compile it with no erros but I...
  15. subdural

    Troubleshoot arm-elf-gcc compiler

    arm-elf-gcc hello world Hi All, I'm newbie. I need your expertise advice on troubleshooting arm-elf-gcc on cygwin. a) I installed the cygwin setup (full installation) b) I installed the gnuarm toochain v4.0.0 for cygwin (windows) I wrote the simple C program (hello world) and compile the...

Part and Inventory Search

Back
Top