|
-
Nov 19th, 2001, 06:27 AM
#1
Thread Starter
Fanatic Member
my theory...look inside if you're interested
I've a few theories, but I only remember one...
Huh, my #1 theory
You have a picture frame, which has a resolution of 320x200 and
16bits of colors. You can put any picture into this frame. But there'll always be a limit. What's the limit? The limit is:
320 * 200 * (2^16)
Man, can you count that?
Or a smaller one, say 4x4 pixels with two colors
thus you can have 4*4*2 combinations of pictures, either a box,
a circle, a face or whatever. 4*4*2=32 combinations of pictures
So, my point is, if you have a rather fast video card and cpu, you can write a program looping to display all the combinations, not fooling you, your own face could be there!
Great, huh?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 19th, 2001, 06:33 AM
#2
Fanatic Member
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Nov 19th, 2001, 07:56 AM
#3
I think you have miscalculated this (pretty much).
If you're assumtion is correct a 2x2 pixel frame with two colors would only produce 2x2x2 (=8) different pictures.
The number of different images is in fact 16 (1 with no color, 4 with one pixel colorized, 6 with two pixels colorized, 4 with three pixels, and finally 1 with all four pixels colorized).
-
Nov 19th, 2001, 10:15 AM
#4
Originally posted by Joacim Andersson
I think you have miscalculated this (pretty much).
If you're assumtion is correct a 2x2 pixel frame with two colors
would only produce 2x2x2 (=8) different pictures.
The number of different images is in fact 16 (1 with no color, 4
with one pixel colorized, 6 with two pixels colorized, 4 with three
pixels, and finally 1 with all four pixels colorized).
Hmm, I think thats more in line with trying to calculate how many
distinquishable patterns one could have.
But you're def right, he did miscalculate.
Lets say a Pixel could be any of N colors. if you have Y pixels, the
total number of color combinations would be N^Y.
With the kind of numbers we're talking about here,
Relativistically, the answer is HUGE, no matter what formula you
use.
However, again, Joacim Andersson touched upon an interesting
question. Lets say you have a line in a pBox, the line being k
pixels in length. Obviously, there are N^k combinations of colors
that can define the line. BUT, the image is visually just a straight
line in a pBox. {Except when the lines pixel colors = the pBox
background color, in which case the recognizable pattern is a
broken line, whose segments are of various lengths.}
So, how can we calculate the number of Recognizable patterns a
pBox can contain?
-
Nov 20th, 2001, 11:48 AM
#5
Thread Starter
Fanatic Member
yeah, he might be right, I blame it on a hurry...
Another little trick, 3 yr old pls do not read, u won't understand
You have a column of chair, there're 8 chairs.
It can be either a boy or girl sitting there, but all the seats must be seated.
In any pattern, say, boy,girl,girl,boy..... or all boy or all girl...
list out the posibilities, can't be wrong 2^8 = 256, that's the answer
how about 16 chairs, 2^16=65536 possibilities
how about 24 chairs,2^24=16.7 million possibilities
how about 32 chairs, hey my head exploded
Some binary geeks may note this, haha
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 20th, 2001, 12:01 PM
#6
Thread Starter
Fanatic Member
indeed weirdness
What I am talking 'bout the pic frame is:
You may see another world or masterpiece artworks by davinci
or an alien sitting in a toilet or a baby hanging on the ceiling
That is the possibilites you can find in a picture frame,
even 256 colors can generate such enourmous possiblts
how'bout 16.7 million colors?(24bit color)
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 20th, 2001, 12:03 PM
#7
Frenzied Member
thats weird
-
Nov 20th, 2001, 12:04 PM
#8
-
Nov 20th, 2001, 12:07 PM
#9
Frenzied Member
lol what was this therey about?
-
Nov 20th, 2001, 12:09 PM
#10
Thread Starter
Fanatic Member
another theories
Err... how'bout the multiverse theory or the quantum theory?
Or the time & space stretching theory, relativity, goto future and
past, light speed, possibilites of DNA codes, tonnes of them
Just to tell you guyz life's not easy.
quantum theory says,
whenever you make a decision, another you in another world(parallel world) would make other choice than yours, and having
different consequences. This parallel world is nearly indefinite.
If I wasn't mistaken, some scientists experiment with
cause and consequences.
They shoot a beam through a medium which makes light faster
but the light came out first before they shoot the beam
cosequences before cause, eh?
And lots more!
Last edited by jian2587; Nov 20th, 2001 at 12:28 PM.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 20th, 2001, 12:11 PM
#11
Frenzied Member
-
Nov 20th, 2001, 12:12 PM
#12
Did you know
Think of a number, with n-digits. Any number.
Did you know that that number exists somewhere in PI? An infinite number of times?
-
Nov 20th, 2001, 12:12 PM
#13
Frenzied Member
-
Nov 20th, 2001, 12:19 PM
#14
Thread Starter
Fanatic Member
not endless...atleast on a computer or your eye
only if the colors are limited
BTW, what's outside a universe?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 20th, 2001, 12:21 PM
#15
Originally posted by jian2587
BTW, what's outside a universe?
Styrafoam PeaNuts!!!
-
Nov 20th, 2001, 12:26 PM
#16
Thread Starter
Fanatic Member
great! I wanna eat them!
Too bad it's beyond my reach and my mouth isn't that big...sigh
Any ideas?
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 20th, 2001, 12:30 PM
#17
Well,
I'm sure you can go down to a local packing company. They have
TONS and TONS of emm. You can eat as many of emm as you
want!
-
Nov 20th, 2001, 12:39 PM
#18
Thread Starter
Fanatic Member
I'll prefer burger with kinda modem on it
Okay, no craps anymore
Bawwww
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
-
Nov 20th, 2001, 12:44 PM
#19
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|