-
八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一...
八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen" s, a Queen" s request was not able to " eat" any of the other Queen" s, that is, no two or more of the Queen" s occupied the same board OK, the same column or the same diagonal.
- 2022-09-15 05:00:03下载
- 积分:1
-
JAVA用函数实现四则运算,加减乘除都有
JAVA用函数实现四则运算,加减乘除都有-JAVA use the function to achieve four computation, the arithmetic has
- 2022-03-23 00:23:07下载
- 积分:1
-
Iterator的java实现
Iterator的java实现-Iterator achieve the java! !
- 2022-01-26 07:00:15下载
- 积分:1
-
java中swing包的timer()的应用,来显示时钟。
java中swing包的timer()的应用,来显示时钟。-which swing packet timer () application to demonstrate the clock.
- 2022-08-19 04:53:17下载
- 积分:1
-
讲述各种各样的java初始编程 了解编程
讲述各种各样的java初始编程 了解编程-tell the primary code kown coding
- 2022-02-02 10:11:27下载
- 积分:1
-
电子商城系统,由jsp+struts+ajax+spring实现,数据库为MySQl
电子商城系统,由jsp+struts+ajax+spring实现,数据库为MySQl-E-Mall system jsp+ Struts+ Ajax+ Spring realize, for the MySQL database
- 2022-11-09 06:45:06下载
- 积分:1
-
Hostel management system, a very good code, can give beginners learning
宿舍管理系统,非常好的代码,可以给初学者学习;-Hostel management system, a very good code, can give beginners learning
- 2022-10-21 00:00:03下载
- 积分:1
-
构建定制的树型视图
构建定制的树型视图-build custom TreeView
- 2023-01-22 22:20:03下载
- 积分:1
-
编制如记事本的文本编辑器程序。java
编制如记事本的文本编辑器程序。java-The preparation of a text editor such as Notepad program. java
- 2022-04-13 00:25:11下载
- 积分:1
-
真正的
Real - Java floating point library for MIDP devices-Current version: 1.13
Copyright: 2003-2009 Roar Lauritzsen, roarl at users.sourceforge.net
Availability: The library is available under the GPL license, or for a fee for commercial use.
Develop: See http://sourceforge.net/projects/real-java
Feedback: Comments, reports of use, bug reports, bug fixes, improvements, performance tests and comparisons to similar libraries are all welcome.
Javadoc: Read the full documentation here.
"Real.java" is a self-contained, single file Java floating point emulation library for MIDP devices, such as a Java-enabled cell-phone or PDA. The MIDP/CLDC 1.0 standard does not support the basic floating point types "float" or "double", so when I set out to program a scientific calculator for my cell-phone, I had to reinvent floating point arithmetic from scratch, using only integer basic types. I found it a very interesting and educating challenge.
Download
For a pure java version, use the f
- 2023-02-09 08:35:04下载
- 积分:1