Click here to Skip to main content
15,895,746 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: decimal to binary pattern using mantissa and exponents Pin
Yusuf24-Mar-09 13:03
Yusuf24-Mar-09 13:03 
AnswerRe: decimal to binary pattern using mantissa and exponents Pin
CPallini25-Mar-09 1:54
mveCPallini25-Mar-09 1:54 
GeneralRe: decimal to binary pattern using mantissa and exponents Pin
Luc Pattyn25-Mar-09 3:32
sitebuilderLuc Pattyn25-Mar-09 3:32 
GeneralRe: decimal to binary pattern using mantissa and exponents Pin
CPallini25-Mar-09 3:44
mveCPallini25-Mar-09 3:44 
Questionboolean expression Pin
Sadaiyappan24-Mar-09 4:43
Sadaiyappan24-Mar-09 4:43 
AnswerRe: boolean expression Pin
Luc Pattyn24-Mar-09 4:57
sitebuilderLuc Pattyn24-Mar-09 4:57 
AnswerRe: boolean expression Pin
Roger Wright1-Apr-09 19:59
professionalRoger Wright1-Apr-09 19:59 
Questionlogic diagram Pin
Sadaiyappan24-Mar-09 2:59
Sadaiyappan24-Mar-09 2:59 
Hi, please help me with this problem, I have been trying it for hours now and am getting no where.

Imagine a machine with four inputs and one output that functions as follows: the output is on (1) if exactly two of the inputs are on (1) and off (0) otherwise.

ok this is what i get using min terms:

A B C D x

A.B 1
A.C 1
A.D 1
B.C 1
B.D 1
C.D 1

so i get this : (A*B*C'*D') + (A*B'*C*D')+(A*B'*C'*D)+(A'*B*C*D')+(A'*B*C'*D)+(A'*B'*C*D)

now this is confusing me.. am i supposed to draw this out? If i draw it out i will have 16 inputs not 4...
AnswerRe: logic diagram Pin
Alan Balkany24-Mar-09 3:49
Alan Balkany24-Mar-09 3:49 
QuestionCode to find BER and MSE Pin
Reshma Naik24-Mar-09 2:27
Reshma Naik24-Mar-09 2:27 
QuestionMaths behind CUMIPMT function of MS Excel Pin
Rupesh Kumar Swami21-Mar-09 21:30
Rupesh Kumar Swami21-Mar-09 21:30 
AnswerRe: Maths behind CUMIPMT function of MS Excel Pin
73Zeppelin21-Mar-09 23:50
73Zeppelin21-Mar-09 23:50 
AnswerRe: Maths behind CUMIPMT function of MS Excel Pin
Roger Wright22-Mar-09 18:36
professionalRoger Wright22-Mar-09 18:36 
GeneralRe: Maths behind CUMIPMT function of MS Excel Pin
73Zeppelin22-Mar-09 21:52
73Zeppelin22-Mar-09 21:52 
GeneralRe: Maths behind CUMIPMT function of MS Excel Pin
Roger Wright23-Mar-09 2:25
professionalRoger Wright23-Mar-09 2:25 
GeneralRe: Maths behind CUMIPMT function of MS Excel Pin
73Zeppelin23-Mar-09 3:38
73Zeppelin23-Mar-09 3:38 
GeneralRe: Maths behind CUMIPMT function of MS Excel Pin
Roger Wright23-Mar-09 19:28
professionalRoger Wright23-Mar-09 19:28 
QuestionAI ? Pin
Mohammad Dayyan21-Mar-09 10:20
Mohammad Dayyan21-Mar-09 10:20 
AnswerRe: AI ? Pin
Arash Partow21-Mar-09 23:42
Arash Partow21-Mar-09 23:42 
AnswerRe: AI ? Pin
jk chan23-Mar-09 0:13
jk chan23-Mar-09 0:13 
AnswerRe: AI ? Pin
Alan Balkany23-Mar-09 3:42
Alan Balkany23-Mar-09 3:42 
GeneralRe: AI ? Pin
Mohammad Dayyan23-Mar-09 4:09
Mohammad Dayyan23-Mar-09 4:09 
GeneralRe: AI ? Pin
Alan Balkany23-Mar-09 4:40
Alan Balkany23-Mar-09 4:40 
GeneralRe: AI ? Pin
Mohammad Dayyan23-Mar-09 4:45
Mohammad Dayyan23-Mar-09 4:45 
GeneralRe: AI ? Pin
Alan Balkany23-Mar-09 5:12
Alan Balkany23-Mar-09 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.