Search Results

Search: Posts Made By: digiteltlc
1,845
Posted By digiteltlc
!!! very good as well.. !!!! Thank you very...
!!! very good as well.. !!!!

Thank you very much
1,845
Posted By digiteltlc
The argument passed to script is a decimal number...
The argument passed to script is a decimal number
Anyway the method you suggested me (255-i then reconversion) works 100%
Just tested on real circuit.

So i'll go that way

Thank you very much...
1,845
Posted By digiteltlc
hmmmmm???? I never seen the thing under this...
hmmmmm????

I never seen the thing under this aspect...

Effectively, let's take 98 :

01100010

do 255-98=157 that is

10011101

comparing the two:

01100010
10011101

Exactly the...
1,845
Posted By digiteltlc
How to get the negate of decimal to binary?
Hi All,
New to this forum (and yes , a newbie in programming..:p)


I have a decimal to binary converter script done this way :

i=$1

bit0=$(( (i & 0x01) > 0 ))
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy