where to learn computing logic (ie. gate logic)?

2013-09-19 11:32 pm
i want to learn stuff for building an advance circuits, like how does a calculator adds numbers, how do they do a cosine function? and for the gates i don't mean just what do they do, but what makes them do what do they do
free would be the best but if required, money is not impossible

回答 (2)

2013-09-20 2:52 am
✔ 最佳答案
Computational logic, at the level you refer to, is a branch of electronics.

Any library has books on digital electronics, and this is what you need.

You will start with simple gate construction, then move up to adders, counters etc.

And the more complex circuits tend to be multiples of the smaller adders etc you will build.

Something like Electronic Work Bench would help too - but is way overspecced for what you need.
2013-09-20 5:16 pm
The cosine function is a level of abstraction above logic gates. It is done in software building on more simple machine instructions in the processor (such as add, subtract, shift, AND, OR,...)
The processor is again a level of abstraction above the logic gates with the processor's ALU, Control Unit and registers each made up of many thousands of logic gates - even for a simple processor.

If you want to do more complex development, I'd suggest getting into microcontrollers such as the PIC, AVR or Arudino. These let you build complex systems in software and are very cheap (couple of pounds for a PIC chip)


收錄日期: 2021-05-01 15:54:06
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20130919153253AArhjZ4

檢視 Wayback Machine 備份