-
Maze
本代码实现了最简单的走迷宫算法,迷宫是一个二维数组,暂时没实现自动生成迷宫,只是实现了自动找到出口的一个算法,感兴趣的可以下载下来研究,说不定会带给你一些灵感。(The source implementation of the easiest maze algorithm, the maze is a two-dimensional array, temporarily not automatically generated maze, just an algorithm to automatically find the export interested can download the study, and could give you some inspiration.)
- 2012-06-05 09:17:37下载
- 积分:1
-
JAVA 的高级开发及应用的想关书籍和实例
JAVA 的高级开发及应用的想关书籍和实例-Senior JAVA development and application of related books and would like examples of
- 2022-01-30 22:03:05下载
- 积分:1
-
ssm超市管理系统
- 2022-03-26 17:06:23下载
- 积分:1
-
经典问题
经典问题----背包问题的java源代码,求解-Knapsack problem---- the classic problem of the java source code, to solve
- 2022-02-04 17:14:24下载
- 积分:1
-
AlbumPhoto
网络相册,可实现个人照片的上传、查看,使用jap、Servlet技术实现(Album Photo)
- 2016-01-21 19:30:41下载
- 积分:1
-
20180726183450
自己配置了一个SSM框架,打算做个小网站,这里把SSM的配置流程详细的写了出来,方便很少接触这个框架的朋友使用,文中各个资源均免费提供!(The configuration of a SSM framework, plan to do a small site, here the configuration of the SSM detailed write out, convenient to contact with the framework of friends, all the resources are free of charge in the text!)
- 2018-08-06 14:28:29下载
- 积分:1
-
siphEADERlIST
Concatenate the list of stuff that we are keeping around and also the text corresponding to these structures.
- 2014-01-13 18:54:22下载
- 积分:1
-
java-fifty--code
java 的基础知识 包含了java的几乎所有的支持点 对初学者非常有用(basic knowledge of key points in java)
- 2012-04-24 10:31:11下载
- 积分:1
-
jspmessage
jspmvc留言包含登陆留言删除新增更新显示初学的小项目(jspmvc )
- 2014-12-25 16:25:44下载
- 积分:1
-
软件设计实现代码
资源描述
创建型
1. Factory Method(工厂方法)
2. Abstract Factory(抽象工厂)
3. Builder(建造者)
4. Prototype(原型)
5. Singleton(单例)
结构型
6. Adapter Class/Object(适配器)
7. Bridge(桥接)
8. Composite(组合)
9. Decorator(装饰)
10. Facade(外观)
11. Flyweight(享元)
12. Proxy(代理)
行为型
13. Interpreter(解释器)
14. Template Method(模板方法)
- 2022-03-19 05:33:10下载
- 积分:1