Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #26 2007-12-01 15:48:09
Re: ReversiI'm probably going to be way behind the rest of you (I know nothing about Java) but I'd really like to come along for the ride, I think this is really the best way to learn. There are 10 types of people in the world, those who understand binary, those who don't, and those who can use induction. #27 2007-12-01 19:57:31
Re: Reversithe only thing i REALLY hate about Java is the applet basicly, i absolutely hate when i go on a webpage, and because it has a java applet on it, it forces the browser to freeze until the java applet is loaded, and then once the applet is loaded you can browse the page, then the application opens, and it jumps you back up. The Beginning Of All Things To End. The End Of All Things To Come. #28 2007-12-01 23:22:10
Re: ReversiThat is why I chose flash over java for the Math Is Fun website ... the average web user hates the wait. So if you are designing something to be popular use flash (and use swishmax to make it) "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #29 2007-12-01 23:40:02
Re: ReversiAS3 isn't that far off from Java in terms of speed, but yeh, both are much slower than C++. AS3 took a massive step up from AS2 in terms of execution speed among many other things. Last edited by luca-deltodesco (2007-12-01 23:41:11) The Beginning Of All Things To End. The End Of All Things To Come. #30 2007-12-03 06:11:48
Re: ReversiHere is an idea: have our program manipulate graphs in such a way that a display can be built on top of it. Since most of the code for C++ and Java is similar except when it comes to graphics libraries, it will be easily portable into the other language. Perhaps a general display class which can be written for any type of application, whether it be glut, Java applet, Swing, etc. "In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..." #31 2007-12-03 07:21:12
Re: ReversiSeems interesting to me. We may have to write "translatable" code ... ie avoid code that is too language-specific. "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #32 2007-12-03 07:25:08
Re: Reversiby that do you mean that we wont be writing a specific GUI to interface with the library, but rather simply create a library that is easily translatable and a GUI may be built for whatever purpose in the target language? The Beginning Of All Things To End. The End Of All Things To Come. #34 2007-12-05 07:17:26
Re: ReversiSo the first question is, what do we want this program to be able to do? Here are a few things that come to mind: "In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..." #35 2007-12-05 09:23:50
Re: Reversi5. Find solutions for travelling salesman + chinese postman problems? The Beginning Of All Things To End. The End Of All Things To Come. #36 2007-12-05 15:43:52
Re: Reversi6. Lay out in 2D with no or minimal crossings. "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman |