Jump to content

Converting?


Recommended Posts

Is their some kind of way to covert these 0 and 1 to the actual Numbers 1 5 9 4 7?? I have no clue if this is possible I dont think autoit could do it but is their a way to do that?

000001000011111100011110000000100011111100000

000011000010000000100001000001100000000100000

000101000010000000100001000010100000000100000

000001000010000000100001000100100000001000000

000001000011111000011111001000100000001000000

000001000000000100000001001000100000001000000

000001000000000100000001001111110000010000000

000001000000000100000001000000100000010000000

000001000010000100000010000000100000010000000

000111110001111000011100000000100000010000000

Thanks!

Link to comment
Share on other sites

How do you get this 0 and 1 - values?

I don't know what it means, where is the start.

Means "00000100" the first number?!?

Or is it "0000"?

What is your target/wish?

Why these numbers?

Edited by Holger
Link to comment
Share on other sites

Hmmm...I don't understand :ph34r: could you give me an example?

Is the first line a complete number or what?

Maybe another one does it understand...

So the line is:

000001000011111100011110000000100011111100000

so, where now to start?

I can start at the left side...00000100 -> means 6

then...00111111...

I have no plan what to do with this value array.

Link to comment
Share on other sites

How about replacing the zeros with something else so that we can make sense of the image:

.....1....111111...1111.......1...111111.....
....11....1.......1....1.....11........1.....
...1.1....1.......1....1....1.1........1.....
.....1....1.......1....1...1..1.......1......
.....1....11111....11111..1...1.......1......
.....1.........1.......1..1...1.......1......
.....1.........1.......1..111111.....1.......
.....1.........1.......1......1......1.......
.....1....1....1......1.......1......1.......
...11111...1111....111........1......1.......

I still cannot see numbers in your above post, even though I know what to look for!

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

Maybe if you generate like a checksum for every field of 8x10 (x/y I think).

So the question is how you would read them into an i.e. array?

Thatswhy my question was how do you get these values?

What I mean is you could maybe add all "1" in one 8 value part together and then do it will all the 10 lines and then get a value like.

But I think it should go with "BitAnd" and/or "BitOr"...

Ok...I have to go sleep now :ph34r:

Edited by Holger
Link to comment
Share on other sites

  • Administrators

It should be totally possible as long as the font/spacing is constant, you just need to split each character into its own array and come up with a way fo checksuming each line that can distinguish between the different chars. Simple addition may be enough. Then compare the checksum of each line with pre-calculated checksums and voila.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...