-
米勒
Miller-Rabin Prime Number Test
- 2023-08-02 19:05:03下载
- 积分:1
-
八皇后问题是:在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.
- 2023-01-19 16:30:03下载
- 积分:1
-
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作...
线程池用一个双向链表来表示,池中的元素是处于休眠状态的工作线程。ThreadPool类大部分工作都是来维护这个双向链表,当有新的请求到达时,先从表头摘取一个工作线程,将其唤醒转入工作状态。如果线程池为空,则创建一个新的工作线程。-thread pool with a two-way link list said to a pool element is in a state of dormancy threads. ThreadPool class most of the work to maintain the two-way linked list, when a new request arrives, starting with the first removal of a table working thread will awaken to their work status. If the thread pool is empty, then create a new thread work.
- 2022-02-01 20:36:46下载
- 积分:1
-
JSP学习指南.rar,本人初学JSP时用过的教程,很好,现分享出来。...
JSP学习指南.rar,本人初学JSP时用过的教程,很好,现分享出来。-JSP study guide. Rar, when I used JSP beginner tutorial, very good, is to share out.
- 2022-01-31 13:41:08下载
- 积分:1
-
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
- 2022-07-01 06:32:38下载
- 积分:1
-
java用于解决数独问题,这是一个设置一个矩阵的方法,当然核心依然是穷举。...
java用于解决数独问题,这是一个设置一个矩阵的方法,当然核心依然是穷举。-Sudoku java be used in resolving the issue, this is a way to set up a matrix, of course, the core is still exhaustive.
- 2022-07-09 02:21:25下载
- 积分:1
-
用做的一个简单的FTP服务器
用做的一个简单的FTP服务器-used as a simple FTP server
- 2023-06-23 12:35:03下载
- 积分:1
-
本人也是一名JAVA的初学者,才学了一个月,因为有朋友需要做毕业设计,于是我花了十天时间写了这个超市进销存的软件,由于网上这类软件用JAVA写的几乎没有,有源代...
本人也是一名JAVA的初学者,才学了一个月,因为有朋友需要做毕业设计,于是我花了十天时间写了这个超市进销存的软件,由于网上这类软件用JAVA写的几乎没有,有源代码的更是少的可怜,于是我就想把自己写的代码发上来和大家学习交流一下.-I am also a JAVA beginner, talent and learning for a month, because of the need to have a friend graduating from design to do, so I spent 10 days time to write the supermarket Invoicing software, such as a result of online software written in JAVA with virtually no , active code is少的可怜, so I want to write their own code onto fat and learn about everyone.
- 2022-09-22 06:25:03下载
- 积分:1
-
EJB与CORBA的交互
EJB与CORBA的交互-the interactions between EJB and CORBA
- 2022-03-06 20:04:48下载
- 积分:1
-
java连接数据库的一个实例,在eclipse下运行通过,在包中有详细的过程说明,doc格式,希望对大家有所帮助...
java连接数据库的一个实例,在eclipse下运行通过,在包中有详细的过程说明,doc格式,希望对大家有所帮助
- 2022-01-24 14:18:52下载
- 积分:1