Search:

Type: Posts; User: yellowmania

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,731

    C programming!

    simple question to everyone out there, im looking for ways to improve my c programming skills as there pretty basic at the moment, im just wondering which ways other people found best?? :)
  2. Replies
    4
    Views
    66,380

    '' For NAND, you can implement it in terms of Not...

    '' For NAND, you can implement it in terms of Not and And. Likewise for the other "gates". (Since NAND is a universal gate, you could implement the other functions in terms of Nand alone, but that's...
  3. Replies
    4
    Views
    66,380

    C program related to logic gates!

    Hi,
    have been asked to produce a c program allowing the user to simulate combinational logic gates where the user inputs binary values for A,B and C and the output circuit is displayed. have been...
  4. Naaah just general revision for a subject area im...

    Naaah just general revision for a subject area im weak at! will put my own answers up first from now on tho, sounds a better idea in the long run! cheers for the advice!
  5. Why is C language important in the context of embedded systems?

    Why is C language important in the context of embedded systems? :biggrin:
  6. Replies
    7
    Views
    13,347

    advantages of functions!

    What are the advantages of using functions in c programming? eg what advantage does putting a maths equation in a function have compared with putting it in the main body of code!
  7. Replies
    3
    Views
    930

    okay thanks, so how do i go about putting the...

    okay thanks, so how do i go about putting the calculation into a function? ( sorry if its a pretty basic question )
  8. Replies
    3
    Views
    930

    help with functions!

    have created a code for solving time capacitor takes to charge up at certain percentages but have run into difficulties.

    1.answers i get for time seem to be off ( have worked out examples on...
  9. C newbie!

    after some great help from Tater ive spent some time looking at it i now understand how it works on paper but i am still struggling to put that into a c program. As a C newbie wondering if anyone can...
  10. Many Thanks Tater. This has helped my...

    Many Thanks Tater. This has helped my understanding of the problem loads! cheers.
  11. okay thanks anyways!

    okay thanks anyways!
  12. Basic C help. charging battery DC RC circuit in series

    given circuit containing a capacitor, switch, resistor and power supply. have to create a c program that allows the person using it to calculate time it takes for capacitor to charge up to 50% 70%...
Results 1 to 12 of 12