资源列表
基于Web的高校教务管理系统的设计与实现
- managment system,java source code
图书管理系统(最终版)
- 图书管理系统,实现图书管理,读者管理,图书借还等功能(Library management system, to achieve library management, reader management, book borrowing and other functions.)
银行管理系统
- 银行管理系统实现数据库的增删改查,用户信息的维护(Bank management system implements database additions and deletions, and maintains user information.)
图书管理系统
- 图书管理系统1.0,数据库增删改查,读者借阅时间,图书,读者,排行榜(Book management system 1Database additions and deletions, readers borrowing time, books, readers, ranking list.)
noboyi-vocabulary-master
- 用java编程的一款实用性较强的背单词软件欢迎下载(The installation and configuration files of Android SDK need to be downloaded automatically, and the number of words is not enough.)
libsys
- 功能强大,实用性强,界面简洁,操作简单,新手必备(Powerful, practical, simple interface, simple operation, beginners.)
apriori
- 经典的Apriori算法由于要多次扫描数据库,产生大量的候选项集,极大的影响了算法的时间和空间效率。为了减少数据库的扫描次数,可采用矩阵记录所需数据并放入内存中。矩阵record的每个行号对应一个商品码(即一个项),每个列号对应一个客户号(即一个事务)。倘若第j个客户买了第i个商品,则record[i][j]=1,否则record[i][j]=0. 扫描一遍数据库,将矩阵record初始化。接下来的工作,都可以通过扫描内存中的矩阵进行,不必再扫描数据库。(The classic Apriori
TFTLCD
- 教务管理系统。。。。。。。。。二爷,想要就下载(The educational administration management system management system)
编程词典用户管理系统
- 变成词典用户管理系统…毕设的。可以拿来使用(Become a dictionary user management system)
学生通讯录(采用xml存储数据)
- 学生通讯录,包括增上改查等功能,利用XMl格式存储(Student address book, including adding and changing functions, is stored in XMl format.)
jQueryLogin
- JQuery开发的科技感登录示例,多种HTML5+CSS3示例可供参考。(An example of the technology sense logon developed by JQuery)
[java]Java_Servlet入门教程
- 通过本章的学习让学生了解如何用 servlet 读写文件,用 servlet 访 问数据库;理解servlet 工作原理,servlet 共享变量的使用;掌握编译和安装 servlet, 通过 JSP 页面调用 servlet,HttpServlet 类,掌握会话管理(Through this chapter's learning, let students know how to read and write files with servlet, and visit with servlet