-
Code of struts
- 2023-04-12 06:40:03下载
- 积分:1
-
在线购物车
导入java.io文件.*;
- 2022-03-07 22:24:27下载
- 积分:1
-
基于MVC的简易电子商务网站
资源描述这是在MyEclipse下开发的WebProject源码,实现了登录,注册,用户管理,购物车,订单管理以及登出等操作。除此之外,该项目严格按照MVC架构来开发,实现了分页,模糊查询等功能,是初学者良好的学习材料和资源。
- 2023-06-20 19:00:03下载
- 积分:1
-
comunicador
脚本para teste de socket.脚本para teste de socket.脚本para teste de socket.脚本para teste de socket.v;测试脚本套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本试验段套接字脚本插座测试段。
- 2022-08-05 16:02:36下载
- 积分:1
-
DBSCAN (for density-based spatial clustering of applications with noise)
DBSCAN使用KD
- 2023-05-06 03:05:03下载
- 积分:1
-
电影推荐系统源码
应用背景This file contains installation notes and some instructions for those
who want to get started quickly. Much more detailed documentation on
how to setup and program CoFE is available in the Docs subdirectory.
关键技术System Requirements:
1. j2sdk1.4.1 or above
2. MySQL database 3.* or above
Note: CoFE comes distributed with the MySQL client libraries
ConnectorJ 2.X in lib/3rdParty/mysql-connectorJ-2.0.14/mysql.jar. If you want to use the 3.X ConnectorJ
libraries, you can download them yourself from www.mysql.com, but
you will need to update the ant build files
and possibly bin/start_server.sh to point to the new library.
- 2023-01-05 07:00:03下载
- 积分:1
-
飞机躲子弹
这是用java开发的一款比较简单的小游戏 利用键盘的4个方向键达到飞机的8个方向的移动从而躲避子弹 如果子弹和飞机相碰 就会停止游戏 并且有爆炸效果
- 2022-03-06 23:15:23下载
- 积分:1
-
酒店管理系统jsp
1引言 31.1编写目的 31.2背景 32界面功能描述 42.0主界面 42.1散客开单 42.2团体开单 52.3宾客结帐 52.4客房预订 62.5 营业查询 72.6 客户管理 72.7 网络设置 82.8系统设置 92.9 关于我们 102.10系统日志 11
- 2022-03-05 00:38:56下载
- 积分:1
-
服务器端原代码:
服务器端原代码:
双击代码全选123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596usingSystem; usingSystem.Collections.Generic; usingSystem.ComponentModel; usingSystem.Data; usingSystem.Drawing; usingSystem.Text; usingSystem.Windows.Forms; usingSystem.Net; usingSystem.Threading; usingSystem.Net.Sockets; namespaceWin_Talk { publicpartialclassForm1:Form { publicForm1() { InitializeComponent(); } privatevoidForm1_Load(objectsender,EventArgse) { } #region//定义变量 IPAddressHostIP=IPAddress.Parse("127.0.0.1"); IPEndPointpoint; Socketsocket; boolflag=true; SocketacceptedSocket; #endregion #region//声名委托 delegatevoidSetTextCallback(stringtext); privatevoidSetText(stringtext) { textBox2.AppendText(text+"rn"); } #endregion #region//进程方法 privatevoidProccess() { if(accept
- 2022-02-05 01:15:10下载
- 积分:1
-
舍罕王赏麦
舍罕王赏麦问题是古印度非常著名的一个级数求和问题:问题大意如下:在棋盘的格子里放入麦子;第一个小格放1粒麦子,第二个小格放2粒,第三个小格放4粒,以后每一个小格都比前一个小格多一倍,把棋盘上面的64个小格全部放满,问题是:一共多少粒麦子?
- 2022-08-23 20:32:23下载
- 积分:1