Welcome![Sign In][Sign Up]
Location:
Search - java ex

Search list

[Other resourceAlpha Wing Ex

Description: JavA小游戏!大家下载去看看!帮我指点意见!一起进步!一起发展!一起编程!-JavA little game! See you download! Help me pointing out the views! Together with progress! Together development! Together programming!
Platform: | Size: 211830 | Author: 高飞 | Hits:

[Other resourceex

Description: 用JAVA实现单机五子棋程序!游戏策略核心采用积分制,每次机器思考时都先将分值清零,在根据策略计算每个无子格的分值,最后选取分值最大点处下棋子!程序运行无问题!
Platform: | Size: 9410 | Author: cat929520 | Hits:

[JSP/Javaex

Description: java的容器应用,包括说明和其它方面的例子等等。
Platform: | Size: 12958 | Author: 高师 | Hits:

[JSP/Javaex

Description: java一般化的应用,包括了几十个应用和相关讲解。
Platform: | Size: 2066 | Author: 高师 | Hits:

[JSP/Javaex

Description: java容器方面的各种应用,包括了相关例子和讲解等。
Platform: | Size: 14663 | Author: 高师 | Hits:

[JSP/JavaJava聊天室程序

Description: 这个是服务器 import java.awt.*; import java.awt.event.*; import java.net.*; import javax.swing.*; public class UDPServerDemo extends JFrame{ int port=2345; //端口号 public UDPServerDemo(){ try{ byte[] buffer=new byte[256]; //缓冲区数组 DatagramSocket socket=new DatagramSocket(port); //实例化数据报Socket DatagramPacket packet; System.out.println("Server start..."); //输出运行信息 while (true){ packet=new DatagramPacket(buffer,buffer.length); //实例化数据报 socket.receive(packet); //接受请求 InetAddress target=packet.getAddress(); System.out.println("Received from"+target); //输出请求地址 int port=packet.getPort(); //得到接收端口 byte[] message="This is server,Who are you?".getBytes(); //服务器返回信息 packet=new DatagramPacket(message,message.length,target,port); //实例化数据报 socket.send(packet); //发送数据报 } } catch (Exception ex){ ex.printStackTrace(); //输出出错信息 } } public static void main(String[] args){ new UDPServerDemo(); } }
Platform: | Size: 1095119 | Author: 594353482@qq.com | Hits:

[Shot GameAlpha Wing Ex

Description: JavA小游戏!大家下载去看看!帮我指点意见!一起进步!一起发展!一起编程!-JavA little game! See you download! Help me pointing out the views! Together with progress! Together development! Together programming!
Platform: | Size: 211968 | Author: 高飞 | Hits:

[JSPApress.SCJD.Exam.with.J2SE.5.2nd.Edition

Description: This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project you ll encounter in the SCJD exam-This book has been updated for the new Java v ersion, J2SE 5.0, and works its way through a project with require ments and structure similar to the project you l l encounter in the SCJD exam
Platform: | Size: 3202048 | Author: polo | Hits:

[Chess Poker gamesex

Description: 用JAVA实现单机五子棋程序!游戏策略核心采用积分制,每次机器思考时都先将分值清零,在根据策略计算每个无子格的分值,最后选取分值最大点处下棋子!程序运行无问题!-Using JAVA to achieve stand-alone procedures Gobang! Game strategies using the core points system, each time thinking machines are cleared first percentile, in accordance with the strategy of each sublattice without scores, and finally select the maximum point score under the pawn ! program to run without problems!
Platform: | Size: 9216 | Author: cat929520 | Hits:

[JSP/Javaex

Description: java的容器应用,包括说明和其它方面的例子等等。
Platform: | Size: 12288 | Author: 高师 | Hits:

[JSP/Javaex

Description: java一般化的应用,包括了几十个应用和相关讲解。-generalized java applications, including the dozens of applications and related briefings.
Platform: | Size: 2048 | Author: 高师 | Hits:

[JSP/Javaex

Description: java容器方面的各种应用,包括了相关例子和讲解等。-java containers various applications, including the relevant examples and explain such.
Platform: | Size: 14336 | Author: 高师 | Hits:

[Database systemJAVA_exam

Description: 数据库文件与试题题目我就没法传上来噢!而试题题目也好办只要是txt文本文件放到当前路径下的一个名“timu"的文件夹下,试题答案与背景图片就分别相应放在名为“answer"与“images"的文件夹下即可。
Platform: | Size: 12288 | Author: 必考上北语 | Hits:

[JSP/Javastudent-files

Description: ssd3期末考试答案 经典答案!!! 说明了用JAVA开发的东西,是准确答案,不下载是你的损失-final exam answers ssd3 classic answer! ! ! Help with JAVA development of things, is an accurate answer, do not download it is your loss
Platform: | Size: 4096 | Author: 里因明 | Hits:

[JSP/Javaex-10

Description: 数据挖掘算法。K-Means聚类数据挖掘算法。该算法是用Java语言编写的-K-Means Cluster
Platform: | Size: 5120 | Author: 林好 | Hits:

[JSP/Javaex-11

Description: 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)
Platform: | Size: 6144 | Author: 林好 | Hits:

[JSP/Javaex-12

Description: K-Means.java K-means分群法(組數資料皆不固定,開小視窗選檔案:A or B or iris,10 runs + output至Excel)-K-Means.java K-means grouping method (the number of data groups, none is fixed, to open a small window, select the file: A or B or iris, 10 runs+ output to Excel)
Platform: | Size: 7168 | Author: 林好 | Hits:

[JSP/Javaex-8

Description: RouletteWheel.java 轮盘法随机抽样(实数),抽100次后再依出现频率排序K-Means.java -ouletteWheel.java roulette randomly sampling (real number), pumping 100 times and then sorted according to frequency of occurrence
Platform: | Size: 2048 | Author: 林好 | Hits:

[DocumentsAsprise-OCR-Java-Windows_XP_32bit-4.0

Description: 使用方法: 1、把:AspriseOCR.dll、DevIL.dll、ILU.dll这三个动态链接库文件放到 windows/system32 下面 2、开发用到aspriseOCR.jar组件 3、开发实例代码:(实例代码)ParseJPEG_withOCR.java 4.CloseWin.exe是销毁本sdk调用dll是弹出的Asprise购买提示,在进行批量识别图片时把CloseWin.exe同时运行就好了,这样就解除了弹出购买窗口这个问题 5.文件夹closeWin内C++工程源码-Use: 1 to: AspriseOCR.dll, DevIL.dll, ILU.dll three dynamic link library file into the windows/system32 2 below, the development used aspriseOCR.jar component 3, the development instance of the code: (example code ) ParseJPEG_withOCR.java 4.CloseWin.exe is the destruction of the sdk dll is called pop-up Asprise buying tips, pictures during the mass identification CloseWin.exe run like a, thus lifting the window pops up to purchase this issue 5. file folder within the C++ works closeWin Source
Platform: | Size: 6054912 | Author: 吕军 | Hits:

[JSP/JavaEx

Description: JAVA—EX.基础代码知识,帮初学者打好基础,学好JAVA EX. 的知识。-JAVA-EX. Code base of knowledge to help beginners to lay the foundation to learn JAVA the EX. Knowledge.
Platform: | Size: 1024 | Author: gg | Hits:
« 12 »

CodeBus www.codebus.net