-
AlphaMiner2.0 正式版,数据挖掘工具,2.0正式版本,AlphaMiner2.0源代码。文件大小: 12.8MB...
AlphaMiner2.0 正式版,数据挖掘工具,2.0正式版本,AlphaMiner2.0源代码。文件大小: 12.8MB-this is source of a datamining tool
- 2022-03-12 00:13:17下载
- 积分:1
-
非常详尽的java比试题,和大家一起共享!求职时很有用的哦!...
非常详尽的java比试题,和大家一起共享!求职时很有用的哦!-Very detailed questions than java, and the community together to share! Useful employment Oh!
- 2022-01-26 01:28:38下载
- 积分:1
-
This is a java medicine Invoicing Management System, both inbound, sales managem...
这是java的医药进销存管理系统,既有进货,销售管理,库存管理,公司信息,权限管理等功能.-This is a java medicine Invoicing Management System, both inbound, sales management, inventory management, company information, rights management and other functions.
- 2022-02-24 23:55:36下载
- 积分:1
-
分析开心网的超级大亨游戏的源代码,JDK5 + MySQL5.1。作用:自动登录,每隔3分钟爬取相关页面,获得实时价格信息;根据MySQL中的数据,统计平均价格...
分析开心网的超级大亨游戏的源代码,JDK5 + MySQL5.1。作用:自动登录,每隔3分钟爬取相关页面,获得实时价格信息;根据MySQL中的数据,统计平均价格、最高价格、最低价格。附件为源代码,db目录的kaixin_20091225.rar为mysql的数据库脚本,用sqlyog恢复,查询.sql为调用语句示例,存储过程market_statistics 更新最近3天的价格信息 -Analysis of super-happy network tycoon game" s source code, JDK5+ MySQL5.1. Role: Automatic logon, every three minutes to climb to take the relevant pages, access to real-time price information according to MySQL data, statistics on average price, the highest price, the lowest price. Annex to the source code, db directory kaixin_20091225.rar scripts for mysql database, using sqlyog recovery, the query. Sql call statement for example, stored procedure market_statistics update the last 3 days of price information
- 2022-02-13 11:22:41下载
- 积分:1
-
an example JServlet
我做一个JServlet实例-an example JServlet
- 2023-02-06 10:25:04下载
- 积分:1
-
《java语言与面向对象程序设计题解及实验指导》源代码
《java语言与面向对象程序设计题解及实验指导》源代码
- 2022-03-04 04:34:46下载
- 积分:1
-
an applet
一个applet程序-an applet
- 2022-02-07 15:32:46下载
- 积分:1
-
java和matlab混合编程的应用:在java中调用matlab
java和matlab混合编程的应用:在java中调用matlab-java and mixed Matlab Application Programming : java Calling Matlab
- 2022-08-05 21:29:55下载
- 积分:1
-
err
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP。用户登录时通过类DatagramPacket和DatagramSocket创建UDP包括其本地接受端口以及发送端口,默认端口为5000和5001,通过取得的好友的IP地址来向好友发送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。当用户通过UDP收到消息后,可以通过DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。
-err
- 2022-01-23 10:11:51下载
- 积分:1
-
java与数据库的连接,创建一个数据库中的表表名学生…
Java与数据库连接,在数据库中建立一个表,表名为学生,其结构为:编号、姓名、性别、年龄、JAVA语言、数据结构、微机原理、总分。在表中输入多条记录。将表每条记录按照总分大到小的顺序显示在屏幕上。查找并显示姓名为“张三”的记录-Java and database connections, create a table in the database table named students, their structures as follows: number, name, sex, age, JAVA language, data structures, computer theory, total score. In the table input multiple records. Each record in accordance with the table total score big to small in the order displayed on the screen. Find and display the name as " San" the record
- 2022-07-26 08:52:31下载
- 积分:1