-
K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
- 2022-03-19 16:32:37下载
- 积分:1
-
ICQ, a JAVA
一个基于JAVA的ICQ系统,里面包含源代码以及系统设计与实现的文档。-ICQ, a JAVA-based system, which contains the source code as well as system design and implementation documents.
- 2022-06-20 10:03:44下载
- 积分:1
-
JAVA实现的人工智能的八数码题,不过没有界面,只能在命令窗口中显示....
JAVA实现的人工智能的八数码题,不过没有界面,只能在命令窗口中显示.-JAVA of artificial intelligence that eight digital, but not the interface, the order can only display window.
- 2022-01-25 16:20:26下载
- 积分:1
-
在实际项目 开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。
一般用Javamail发送,目前最新的版本是1.4.2
可以在http://ja...
在实际项目 开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。
一般用Javamail发送,目前最新的版本是1.4.2
可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本
如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量
可以在http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp 下载
不过为了简化开发,可以直接使用apache common项目的mail
官方网站为: http://commons.apache.org/email/
-Project development in the actual project, the time required to use a lot of mail, such as the forum Registration required by e-mail activation. Send Javamail general use, are currently the latest version 1.4.2 can download the latest version of http://java.sun.com/products/javamail/index.jsp If you are using is not J2SE6, then need to add environment JavaBeans Activation Framework http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp variables can download in order to simplify the development, however, you can use apache common direct mail projects for the official website: http://commons. apache.org/email /
- 2022-06-14 09:30:45下载
- 积分:1
-
该代码用JAVA语言编写了一个聊天室,可多人同时开启客户端,进行会话。...
该代码用JAVA语言编写了一个聊天室,可多人同时开启客户端,进行会话。-The code written in JAVA using a chat room can be open at the same time more than the client, the conversation.
- 2022-02-04 15:43:58下载
- 积分:1
-
一条 显示的跑马灯
一条 显示的跑马灯-a show of a 5,250
- 2022-06-14 12:09:54下载
- 积分:1
-
JAVA的课后作业题答案..
并且附带了调试结果和原码
原理是利用APPLET和事件响应...
JAVA的课后作业题答案..
并且附带了调试结果和原码
原理是利用APPLET和事件响应-Java class operation that the answer .. and bundled debugging code results and the original principle is to use APPLE T and incident response
- 2022-07-20 01:57:35下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
JBoss的J2EE示例
Jboss s J2EE Sample
- 2022-02-07 22:10:48下载
- 积分:1
-
just a test code
just a test code -just a test code
- 2022-03-01 21:31:23下载
- 积分:1