-
java拼图 分为3个等级 两种不同的玩法 一个是移动的 一个是跳动的...
java拼图 分为3个等级 两种不同的玩法 一个是移动的 一个是跳动的-java puzzle Level 3 is divided into two different ways is one of the Beat movement of the
- 2022-01-28 09:05:19下载
- 积分:1
-
a simple chat program, this program is for reference only, all the consequences...
一个简单的聊天程序,此程序仅供参考,一切后果本人慨不负责-a simple chat program, this program is for reference only, all the consequences is not responsible for my money
- 2022-10-12 14:50:04下载
- 积分:1
-
用JXTA实现的P2P应用程序,该应用程序主要时完成是,RestoPeer如何找到,创建和加入RestoNet对等组,并对其他的对等体的Request进行回应...
用JXTA实现的P2P应用程序,该应用程序主要时完成是,RestoPeer如何找到,创建和加入RestoNet对等组,并对其他的对等体的Request进行回应-using JXTA P2P application, the application procedures will be completed, RestoPeer how to find, create and join groups such as RestoNet right, as well as other bodies such as the right of response to the Request for
- 2022-01-25 18:38:52下载
- 积分:1
-
Achieved a simple chat program interface. The comprehensive application of the m...
一个简单的实现了聊天程序的界面.综合应用了java许多知识.-Achieved a simple chat program interface. The comprehensive application of the many java knowledge.
- 2022-01-31 02:56:57下载
- 积分:1
-
编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等...
编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures, requirements as much as possible the use of object-oriented technology features, such as inheritance, polymorphism, packaging, abstract category, interface, internal categories, such as packet technology. Write algorithm.
- 2022-01-27 18:17:54下载
- 积分:1
-
BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。
其中 Compressor/TrainerWit...
BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。
其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。
MainClass.class , 指一个数据压缩器的启动界面。
本来是用来做压缩的, 后来查到有人申请了专利, 我又没有时间改,所以罢了。
发上来给大家参考。代码没有整理, 写了也有几个月了, 有些类的功能忘了。自己研究吧。-发上来给大家参考。代码没有整理, 写了也有几个月了, 有些类的功能忘了。自己研究吧。
- 2022-08-19 14:42:30下载
- 积分:1
-
项目开发对初学者来说非常重要,资源共享很重要
项目开发对初学者来说非常重要,资源共享很重要-Project development is very important for beginners, sharing of resources is important
- 2023-03-05 20:45:03下载
- 积分:1
-
是一个交通灯的源代码
是一个交通灯的源代码-is a traffic light source
- 2022-04-21 02:56:12下载
- 积分:1
-
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuer...
Hibernate 可以实现分页查询,例如:
从第2万条开始取出100条记录
Query q = session.createQuery("from Cat as c")
q.setFirstResult(20000)
q.setMaxResults(100)
List l = q.list()
-Hibernate paging query can be achieved, for example: starting from the first 20000 records of 100 out Query q = session.createQuery ( " from Cat as c" ) q.setFirstResult (20000) q.setMaxResults (100) List l = q.list ()
- 2023-02-24 20:20:03下载
- 积分:1
-
JAVA程序设计教程,附源码
JAVA程序设计教程,附源码-JAVA programming course, attaches the source code
- 2023-03-20 15:00:04下载
- 积分:1