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 Cleong

  1. C

    SQL 2000 server - sending database by email

    SQL 2000 server help!!!! Hi, I'm trying to get some data from SQL 2000 database and send it thru email. Anyone got the idea how to do it? I'm tried several method but it seem like cant work. :cry::cry::cry:
  2. C

    Need microwave link calculation to get the pathloss, RSL

    Pathloss calculation Can someone provide me the microwave link calculation to get the pathloss, RSL, path profile and annual multipath + rain profile . Thanks
  3. C

    explanation of sorting algorithm needed

    C Sorting Help int A[size]= {12,5,7,3,2,8,1}; int i ,j,min,temp; for (i=0;i<size-1;i++) { min = i; for (j=i+1;j<size;j++) { if A[j] < A[min] {min=j; } } temp=A[i]; A[i]=A[min]; A[min]=temp; } May i know y two for loop if needed? thanks
  4. C

    C sorting arrays help

    How to write a simple code for sorting an array [2 6 1 7 9] for Descending Order thanks
  5. C

    Simple Program Code Help

    Yes Yes that what i mean
  6. C

    Simple Program Code Help

    How to write a simple program in C++ if 2+1*3-1 it will automatic change to (2+1)*(3-1) PS: the sequence is follow from + - * / where + is highest and / is lowest Thanks
  7. C

    sound level meter design help...

    from the circuit diagram given above.. i have no idea about the opamp 1/2 LF353. i using mentor graphic to draw the circuit.. in mentor graphic just have op amp LF353.. the 1/2 is mean wat?
  8. C

    sound level meter design help...

    how i can do so that a sinbgle pulse of 50us duration to produces a deflection no more than 2dB below that produced by a pulse having a duration of 10ms and equal peak amplitude.
  9. C

    sound level meter design help...

    i search some peak detector circuit from internet.. and i found out there are plenty different type of peak detector.. may i know tat is it all the same? Can someone suggest me which is more suitable for the sound level meter design
  10. C

    sound level meter design help...

    im currently design a sound level meter . Can someone provide me a peak detector circuit to me for reference.. thanks.
  11. C

    C/C++ for developing a multi threaded program that simulates a control system

    Re: C help can someone give me the simple code for 1st window will produce blue and red , 2nd and 3rd windows is separately receive blue and red . .. . tqtqtq
  12. C

    How to find the execution time of a C program?

    Re: c help can someone give me a code for guideline how to write for one window produce Red and Blue. then the others 2 window separately receive Red and Blue. . . Tq
  13. C

    C/C++ for developing a multi threaded program that simulates a control system

    Re: C help Can i know how to write the code if i wan A and B are transported down to line 1 randomly. jz like it wil show us A A A B A B............ randomly..
  14. C

    C/C++ for developing a multi threaded program that simulates a control system

    Re: C help i need to know how to use the keyboard to control the speed of lines.. for example... press 1W wil incress the speed of line 1 and if press 1Q will reduce the speed of line 1. .2Q reduce speed of line 2. .. tq
  15. C

    C/C++ for developing a multi threaded program that simulates a control system

    i need using C/C++ to develop a multi threaded concurent program that simulates a contro system for assembly lines. . the assembly line i need must consist 3 lines. blue and red objects are transported down line 1 and sort onto line 2(blue) and 3(red) and also need separate I/O process input...

Part and Inventory Search

Back
Top