-
宿舍管理系统
基于java+jsp+mysql的宿舍管理系统,有宿舍管理模块,学生管理模块,能实现对宿舍的增删改查
- 2022-01-26 19:14:03下载
- 积分:1
-
分割和法国
应用背景东风公司噶飞过海的风格大是大非共花费大概豆腐干185-91966002关键技术
建立多个环节电饭锅好舒服尽快赶回家东方红更好发挥
- 2022-02-01 06:37:32下载
- 积分:1
-
Ant build.xml文件java
;
- 2022-01-25 15:23:18下载
- 积分:1
-
JOCL SAMPPLE
示例代码的 JOCL 使用 java 和开放 CL 获得输出的一个示例,以找出是否 jocl 是否正常工作。
- 2022-06-17 02:50:49下载
- 积分:1
-
学生管理系统
使用EJB,Java,Javascript,CSS,Html,MySQL开发的学生管理系统,能够很好实现功能,并经过测试。代码分为前端以及EJB后端,均为MyEclipse工程,导入MyEclipse可以直接部署使用。
- 2022-01-31 08:06:29下载
- 积分:1
-
绘图源代码
大家觉得需要可以下载看看,可以修改,和完善。主要是模拟windows画图来做的,可以插图修改等等
- 2023-04-27 07:40:03下载
- 积分:1
-
java web 购物车实现
应用背景该工程在myeclipse直接运行,可以实现基本购物车功能,在增、删、改、查等可以完美的实现,可供刚入门学java web开发人员学习关键技术采用jsp+servlet+sql模式下的web项目,
购物车的功能实现。
可以有以下三种方法:
1.用cookie实现购物车;
2.用session实现购物车;
3.用cookie和数据库(购物车信息持久化)实现购物车;以上工程就是采用此方法
- 2022-08-25 04:44:57下载
- 积分:1
-
java YUV转bmp的源码
本程序实现了yuv422格式的数据到bitmap的转换,并编译测试通过。代码中有详细注释,解码完的数据保存为bmp格式的本地文件,输入数据为352*288的yuv422格式的数据。
- 2022-03-13 16:16:25下载
- 积分:1
-
joda-time-1.6.2源码
用于java程序的日期相关的算法,如相加,相件,区间,分时等,是网上用的很广的类
private void runDateTime() {
System.out.println("DateTime");
System.out.println("=======");
System.out.println("DateTime stores a the date and time using millisecs from 1970-01-01T00:00:00Z internally");
System.out.println("DateTime is immutable and thread-safe");
System.out.println(" in = new DateTime()");
DateTime in = new DateTime();
System.out.println("Millisecond time: in.getMillis():
- 2022-08-22 17:44:27下载
- 积分:1
-
naive bayes
Read in training dataset and test dataset, and store them in memory.
Implement a basic classification method, which includes both training process and test process. Given a training dataset, the classification method should be able to construct a classifier correctly and efficiently. Given a test dataset, the classification method should be able to predict the label of the unseen test instances with the aforementioned classifier.
- 2022-08-25 05:02:10下载
- 积分:1