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 dck

  1. D

    C problem.. urgent need of help

    can u jus do it only using stdio.h lib?? coz im only most familiar wit that lib.. =)
  2. D

    C problem.. urgent need of help

    how can i store strings into an array and display it??? here is the half-way program.. i got stucked.. thnx... #include<stdio.h> main() { char name[50]; int i; for(i=0;i<5;i++) { printf("Please enter name:"); gets(name); } for(i=0;i<5;i++) printf("%s\n", name); }
  3. D

    another very very basic C assignment...

    //Write a full program that reads user input of 10 scores and store them in an array. //Next, calculate and display the total number of scores that are above the average score. #include<stdio.h> main() { int i, num=0,j; double input[10], total=0, average; for(i=0;i<10;i++) {...
  4. D

    simple C assignment..

    i only learned to use stdio.h library.. the question specifies on using nested (for) loops..
  5. D

    simple C assignment..

    how do we program in C to produce an output of BBBBBBBBB BBBBBBB BBBBB BBB B using nested loops.. thnx..
  6. D

    micro controller functions.

    can anyone explain in general the usage of parallel and serial comm in micro controller?? jus a brief concept will do..
  7. D

    micro controller functions.

    if the signal is already driven high for example, will the pull-up resistor have any effect on the voltage? thx..
  8. D

    simple ps2 controller question..

    hi, i jus would like to ask, if i use 2 or more ps2 wireless controller at a time, will it hav any effect?? since the frequency used are the same. what i know is every controller has their own ID, so there wont be any effect. but so far, ive only seen ID from 0 to 9999. after 9999 will the ID...
  9. D

    micro controller functions.

    so.. both transmit the same type of data, jus different ways of trnsmission.. am i rite? and a variety of factors to consider either to use serial or parallel comm? since im a newbie, can anyone explain in general the usage of parallel and serial comm in micro controller?? jus a brief concept...
  10. D

    micro controller functions.

    nw i understn.. it seems parallel comm has advantage over serial comm.. can i say that?? or both has pros and cons?
  11. D

    micro controller functions.

    what is function of Oscillator and clock circuits?? what is the difference of parellel and serial communication??? tnx:D p/s:i truly have learned a lot frm this forum.. reli thank u guys!
  12. D

    PCB design for dummies..

    working on pcb for dummies i am in a local university in malaysia.. the facility here is good enough for PCB fabrication.. a tutor wud be fantastic=)
  13. D

    How does a PIC microcontroller differ from others?

    PIC microcontroller i recently came across a AVR microcontroller.. is it any different frm PIC?? or is it jus a product of different companies?
  14. D

    How does a PIC microcontroller differ from others?

    PIC microcontroller so is there any difference in function of the two??
  15. D

    How does a PIC microcontroller differ from others?

    what is a PIC microcontroller?? what is the difference compared to a microcontroller?

Part and Inventory Search

Back
Top