Re: how to compare two number sequences
From: David Harmon (source_at_netcom.com)
Date: 03/04/05
- Next message: David Harmon: "Re: How to disable warning C4786 in VC++ 6.0?"
- Previous message: Michael P. O'Connor: "Re: UnOverRideable member functions?"
- In reply to: FC: "how to compare two number sequences"
- Next in thread: FC: "Re: how to compare two number sequences"
- Reply: FC: "Re: how to compare two number sequences"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 04 Mar 2005 06:37:31 GMT
On Fri, 04 Mar 2005 00:40:05 -0500 in comp.lang.c++, FC
<fcarpio@NOJUNKcomcast.net> wrote,
>I have two 32 bit long sequence of binary random numbers. When I compare
>them side by side I want to count all the transitions from one to zero,
>and all the transitions from zero to one
A & ~B
B & ~A
- Next message: David Harmon: "Re: How to disable warning C4786 in VC++ 6.0?"
- Previous message: Michael P. O'Connor: "Re: UnOverRideable member functions?"
- In reply to: FC: "how to compare two number sequences"
- Next in thread: FC: "Re: how to compare two number sequences"
- Reply: FC: "Re: how to compare two number sequences"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|