资源列表
test2
- (1)定义一个接口Sortalbe,包括一个抽象方法int Compare( Sortble s),表示需要进行比较大小,返回大于0则表示大于。 (2)定义一个类Student,要求实现此接口,必须重写接口中的抽象方法。Student类中包括score属性,重写public String toString()方法,在比较大小时按照成绩的高低比较。 (3)定义一个类Rectangle,要求实现此接口,必须重写接口中的抽象方法。Rectange类中包括length,width属性,同时包括相
blog
- ssh博客系统,实现blog的查看,评论,修改,删除。更多功能请自行体验-SSH blog system, to achieve the blog view, review, modify, delete. More features please go to experience!!
HR
- javaweb项目 喜欢可以下载下来……。-JavaWeb projects like you can download i……。
ticket_planes
- javaweb版的航空订票系统,含完整的Mysql数据库脚本,eclipse导入就能用-JavaWeb version of the aviation booking system, including a complete Mysql scr ipt, eclipse import will be able to use
bookshop
- 使用Myeclipse和MySQL设计的简单的网上书店系统,并通过tomcat发布网站。-Design of online bookstore system based on JSP
Is-Pirme
- 判断一个数是否为素数,用线程实现。一个线程产生一个随机数(1-99),另一个线程隔一段时间取该线程的数并进行比较。-Determine if a number is prime, with threads implementation. A thread generates a random number (1-99), another thread time to time to take a few of the threads and compared.
DataMining
- 分类算法的java实现,包括KNN算法,朴素贝叶斯算法等-Classification algorithm to achieve by java, including KNN algorithm, Naive Bayes algorithm
commons-logging-1.1
- 这是一个关于JAVA学习方面的jar包,在学习JDBC过程中会使用到。-This is a jar package on JAVA learning in the learning process will use JDBC to.
ACPSample_B2C
- 在银联网关支付的基础上,修改一些注释,把原来jsp里的java代码,挪到了servlet里。更方便第一次对接银联的开发人员快速容易的对接成功。-On the basis of the CUP payment gateway, modify some of the comments, where the original java jsp code, moved to the servlet. The first docking easier CUP developers quickly and
calculator
- 一个简易的Java计算器源代码,合肥工业大学有用到过,很容易懂,可以自行修改,编译通过,代码没错-A simple Java calculator source code, useful to the hefei university of technology, it is easy to understand, can modify, compile, code that s right
chat
- 简易的通讯软件,里面有服务端和客户端,合肥工业大学Java课可能需要,不必要的代码,可以自行删除修改-Simple and easy communication software, there are server and client, Java classes may need to hefei university of technology, unnecessary code, can be modified to delete
java-chat-room
- HTML5 WebSocket实现了服务器与浏览器的双向通讯,双向通讯使服务器消息推送开发更加简单,最常见的就是即时通讯和对信息实时性要求比较高的应用。以前的服务器消息推送大部分采用的都是“轮询”和“长连接”技术,这两中技术都会对服务器产生相当大的开销,而且实时性不是特别高。WebSocket技术对只会产生很小的开销,并且实时性特别高-HTML 5 WebSocket server and browser of two-way communication, two-way communicati
