-
说到分页算法,一般WEB开发都会用到,我只是在我的实现技术上用了struts框架,其实原理都一样的。...
说到分页算法,一般WEB开发都会用到,我只是在我的实现技术上用了struts框架,其实原理都一样的。
-Speaking of paging algorithms, general WEB development will be used, I just in my realization of the technical use of the struts framework, in fact, the principle is the same.
- 2022-11-02 21:05:03下载
- 积分:1
-
Java设计模式(GOF)代码样例以及文档说明
Java设计模式(GOF)代码样例以及文档说明-Java design pattern (GOF), and sample code files note
- 2022-02-01 08:05:22下载
- 积分:1
-
The chat room application that using JAVA to development.
The chat room application that using JAVA to development.
- 2023-07-19 11:10:03下载
- 积分:1
-
列表单元中实现图标
列表单元中实现图标-List modules to achieve icon
- 2022-01-26 04:03:05下载
- 积分:1
-
客房管理系统
客房管理系统,需要JAVA和SQL2000
- 2022-05-16 13:49:25下载
- 积分:1
-
white board
white board
- 2022-03-30 13:47:42下载
- 积分:1
-
Java超市进销存系统毕业设计完整版。压缩包内的源码很完整,带有SQL数据库文件,而且还附有设计文档。这个进销存可以完成商品的查询及管理,可根据不同的时间段、不...
Java超市进销存系统毕业设计完整版。压缩包内的源码很完整,带有SQL数据库文件,而且还附有设计文档。这个进销存可以完成商品的查询及管理,可根据不同的时间段、不同的商品编码、进行相应的销售统计、商品进/出货、商品出/入库、商品付款单、商品采购、会员卡的增、删、改、查等。-Invoicing System Graduation Java supermarket full version. Compressed source code package is very complete, with a SQL database files, but also with design documents. The Invoicing can complete the query and management of goods, according to different time periods, different commodity code, and make the appropriate sales statistics, commodity import/shipment of goods in/out storage, commodity payment, commodity procurement, membership card of the increase, delete, change, check and so on.
- 2022-03-29 08:10:24下载
- 积分:1
-
用JAVA 编写简单网络聊天程序
要求如下:
利用Java图形化技术、I/O流技术和网络编程技术开发一个简单网络聊天程序。
该程序能够实现基本的网...
用JAVA 编写简单网络聊天程序
要求如下:
利用Java图形化技术、I/O流技术和网络编程技术开发一个简单网络聊天程序。
该程序能够实现基本的网络通讯功能,
(1)实现一个客户端程序能够连接服务器,并发送聊天内容。
(2)实现一个服务器端程序能够接收客户端的请求,并回复聊天内容。
服务器端口:
1、设计服务器端界面,考虑所需的组件及如何布局,其中只有“Listen”按钮是可触发的
2、、当点击“Listen”按钮时,服务器端开始监听,并显示监听的端口是8888
3、当接收到客户端发来的信息时显示客户端的地址及信息
4、当点击“Exit chat”时,将显示如下,并且“Listen”按钮被激活
客户端:
1、可以输入要连接服务器的IP地址及端口。
2、当点击“connect”按钮时,将显示服务器的IP地址和端口号。
3、当发送信息时,客户端和服务器端将同时显示
4、如果点击“Exit chat”,将显示,“Connect”按钮将被激活。
- 2023-05-14 07:30:03下载
- 积分:1
-
实现求解平面最近点对的复杂度为nlgn的算法。程序要求能够自动生成至少100万个点,并利用该算法求解。此外,要求支持图形界面的算法输入与输出。在此基础上,添加n...
实现求解平面最近点对的复杂度为nlgn的算法。程序要求能够自动生成至少100万个点,并利用该算法求解。此外,要求支持图形界面的算法输入与输出。在此基础上,添加n^2级算法的实现,并比较相同规模下,两种算法的时间消耗。-Solving the nearest point on the plane to achieve the complexity of the algorithm for nlgn. Program requires the ability to automatically generate at least 1 million points, and the use of the algorithm. In addition, the algorithms required to support graphical user interface input and output. On this basis, add the n ^ 2 Ji Implementation of the algorithm and compare the same scale, the two kinds of algorithm" s time consuming.
- 2022-10-06 03:35:03下载
- 积分:1
-
掌握java.io.swing中容器类的使用方法,如:JFrame、JPanel等; 2.掌握布局管理器的使用方法,如:FlowLayout、BorderLay...
掌握java.io.swing中容器类的使用方法,如:JFrame、JPanel等; 2.掌握布局管理器的使用方法,如:FlowLayout、BorderLayout等; 3.掌握java.io.swing中组件类的作用,如:菜单、工具栏、按钮等; 4.掌握Java事件驱动程序设计-委托模型的设计方法。-master java.io.swing Vessel type of use, such as : class, JPanel; 2. Master layout manager to use, such as : FlowLayout, BorderLayout; 3. Master java.io.swing Component kind of role, such as : menus, toolbars, buttons, etc.; 4. Master Java event-driven programming-commissioned model of the design method.
- 2022-01-28 11:05:09下载
- 积分:1