资源列表
[JSP源码/Java] bookmanager
说明:图书馆管理系统主要的目的是实现图书馆的信息化管理。图书馆的主要业务就是新书的借阅和归还,因此系统最核心的功能便是实现图书的借阅和归还。此外,还需要提供图书的信息查询、读者图书借阅情况的查询等功能。项目实施后,能够提高图书馆的图书借阅、归还流程,提高工作效率。整个项目需要在两个月的时间内交付用户使用-The main purpose of the library management system library information<haitianyixian> 在 2024-11-13 上传 | 大小:408kb | 下载:0
[JSP源码/Java] gSpan
说明:gSpan is a software package of mining frequent graphs in a graph database. Given a collection of graphs and a minimum support threshold, gSpan is able to find all of the subgraphs whose frequency is above the threshold.<枫轩缘> 在 2024-11-13 上传 | 大小:38kb | 下载:0
[JSP源码/Java] BPlusTree
说明:基于外存的B+树,用JAVA实现了一个B+树,包括B+树的构成,B+树的增删查改。-Based external memory B+ tree, using JAVA a B+ trees, including composition of B+ tree CRUD the B+ tree.<枫轩缘> 在 2024-11-13 上传 | 大小:106kb | 下载:0
[JSP源码/Java] StudentManager
说明:菜鸟,java简单输入输出流,为了注册,请大神忽略吧。-Rookie, java simple input and output streams, in order to register, Great God ignore it.<lagbr> 在 2024-11-13 上传 | 大小:14kb | 下载:0
[JSP源码/Java] guest_book
说明:留言板系统,发表留言,对留言进行管理,删除留言,审核留言内容,回复留言-Message board system, leave a message, to manage the message, delete messages, the contents of the audit message, reply messages<shine> 在 2024-11-13 上传 | 大小:2.05mb | 下载:0
[JSP源码/Java] Java-basic
说明:介绍JAVA语言的东西 包含java的一些基础知识 新同学可以学习一下-Explains the things of the Java language that contains the java some basic knowledge of new students can learn about<聂江峰> 在 2024-11-13 上传 | 大小:7.62mb | 下载:0
[JSP源码/Java] jquery.cartcookie
说明:这个是用js做的一个小小的案例 购物车js -cart js<gaohuafei> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[JSP源码/Java] Abstract-Factory
说明: 抽象工厂模式(Abstract Factory Pattern):提供一个创建一系列相关或相互依赖对象的接口,而无须指定它们具体的类。抽象工厂模式又称为Kit模式,属于对象创建型模式。-Abstract Factory Pattern: Provide an interface for creating families of related or dependent objects without specifying their<753951> 在 2024-11-13 上传 | 大小:11kb | 下载:0
[JSP源码/Java] Builder
说明:建造者模式是一步一步创建一个复杂的对象,它允许用户只通过指定复杂对象的类型和内容就可以构建它们,用户不需要知道内部的具体构建细节。-Builder Pattern: Separate the construction of a complex object from its representation so that the same construction process can create different represen<753951> 在 2024-11-13 上传 | 大小:8kb | 下载:0
[JSP源码/Java] Prototype
说明:原型模式(Prototype Pattern):用原型实例指定创建对象的种类,并且通过复制这些原型创建新的对象。原型模式是一种对象创建型模式。-Prototype Pattern: Specify the kind of objects to create using a prototypical instance, and create new objects by copying this prototype.<753951> 在 2024-11-13 上传 | 大小:15kb | 下载:0