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 thecall

  1. T

    What is Modern Computer Architecture?

    hi can anyone explain me that what is Modern Computer Architecture which models fall into this catogory what to study ti know "introductin to MOdern Computer Architecture" Thanks in Adv.
  2. T

    Key pad scaning pRog..HELP

    i wrote this prog for scanning key pad and displaying no on 7 seg display.i am using 2 rows and 2 col key pad. connected to RB4,RB5,RB6,RB7 and 7SEG connected to RA2,RA3,RA4,RB0,RB1,RB2,RB3 Now the problem is that how to on 7 seg like it s hlfly connected to port a and portb. here is the...
  3. T

    HElp reg this prog on PIC I am a beginner

    RESOLVED THANKS BUT WHY IS THIS SO >>>>CAN U HELP..........whats the difference in MIKRO C and MPLAB IDE......
  4. T

    Help Regarding String in C

    i am using turbo C and WIN XP plz help wit how to tell prog to stop at the desired char like i just want to print king how it will terminate after 'g'
  5. T

    HElp reg this prog on PIC I am a beginner

    i just started working on Microcontrollers...... i am using mikroC for compiling programs and then simulate it on proteus and PIC16F84A. prob is when i compile this prog. error is Undeclared identifier RA0 Undeclared identifier RA1 Undeclared identifier RB0 Undeclared identifier RB1 here is...
  6. T

    Help Regarding String in C

    hi i am trying to work in C and while working with strings i got some probs actually i was solving end probs of yashvant kanetkar book LET US C. these are the probs: how to extract some part of the string ? i know one thing about this like if we have string char n[40]="i m beginner"...
  7. T

    Error in the following prog?????

    Is there any error in this program. #include<stdio.h> #include<conio.h> #include<string.h> main() { clrscr(); char arr[8]="Rhombus"; int i; for(i=0;i<=7;i++) printf("\n%d",*arr); arr++; }
  8. T

    parallel port help - how to construct that circuit

    parallel port help i have to develop a program in assembly that flashes leds connected with parallel port of the computer..... as far as programing is concerned i can do that but prob is what will be the circuit how to construct that cirduit.plz help
  9. T

    the use and adv of usin pointers - need explanation

    Help !!!! Pointers what is the use and adv of usin pointers while wee do the same work without pointers also..... plz help ....i know to work with pointers but couldnt know its significanse. plz give detail if possible
  10. T

    Help regarding these two C programs

    thnx for the help quite clear now
  11. T

    HElp reg a program in C multi dim array

    i wrote this code its working but its tooo long give suggstion how to optimize this code. #include<stdio.h> #include<conio.h> main() { clrscr(); int n[5][5]={ 2,4,7,5,9, 6,8,9,56,8, 3,5,6,57,89, 1,2,5,4,8, 5,8,6,3,200 }; int i,j,m,k,o,p,q; printf("Matrix is\n {")...
  12. T

    HElp reg a program in C multi dim array

    But how to find the largest no among a row or coulmn should we sort it first an then print or tell any esy approach
  13. T

    Help regarding these two C programs

    thnx but *n is till a doubt in my mind if it gets the ase address then doesnt it meand tthe at base address there will be first element of the array i read *n as value pointing at n is it not correct

Part and Inventory Search

Back
Top