I am 50 years old ...and am working physical models of the math structure called a magic square .. for my own interest.
My present problem is this. I have a topograhical model for the square ... where each cell in the square is a solid structure to the height specified by the value in that cell. Then conceptually I pour water on top of the square and see where the water collects ... in lakes as it were.
**** there...
Search Result
Collapse
5 results in 0.0041 seconds.
Keywords
Members
Tags
-
magic square - topographical model ...
-
random number generator of Math.random() ?
Simple question: does the Java standard specify what random
number generator algorithm should be used for Math.random() ? If
'no', then can anybody tell me what PRNG is behind Sun's version
of Math.random()?
Thanks,
Bart
--
"Share what you know. Learn what you don't."... -
String Function.
Hi all,
whats the equalient string function in vb.net?
VB:
MyString = String(10, "ABC") ' Returns "AAAAAAAAAA ".
Thanks
Bala... -
encrypt/decrypt
Does anyone knows a good example of how to encrypt/decrypt a string?
Hrcko... -
Encrypt and decrypt files using c#
I would like to know how to encrypt and decrypt files
using c#.
I want a program that asks for password before encrypt or
decrypt the file.
best regards...