搜索资源列表
amaysNote
- 非常有名的scjp考前参考文档,我考前看了一遍非常有帮助,里面对很多容易出的错误作出了很透彻的分析,强烈建议考scjp前必看-famous scjp before attending the document, I read it again before attending has been very helpful, inside a lot easier for the mistakes made a very thorough analysis, it is strongly recom
j2me_fly_grad
- Java毕业设计一款J2me飞行射击游戏.一款JAVA毕业设计,包含论文,分析,游戏源码,有基础的朋友可以在此基础上继续完善。-Java graduate design a J2me flight shooting game. A JAVA graduate design, including papers, analysis, game source code, there is the basis of friends can continue to improve on this basi
KaixinRicher
- 分析开心网的超级大亨游戏的源代码,JDK5 + MySQL5.1。作用:自动登录,每隔3分钟爬取相关页面,获得实时价格信息;根据MySQL中的数据,统计平均价格、最高价格、最低价格。附件为源代码,db目录的kaixin_20091225.rar为mysql的数据库脚本,用sqlyog恢复,查询.sql为调用语句示例,存储过程market_statistics 更新最近3天的价格信息 -Analysis of super-happy network tycoon game' s source
RussiaBlocksGame
- 俄罗斯方块,这个我们小的时候经常玩的一种游戏,这个程序是用java实现的,一共300多行,分析起来有点难度,建议由一定基础的时候在分析-Tetris, this time when we were younger used to play a game, this program is to use java implementation, a total of more than 300 lines, analyze them a bit more difficult, it is recom
10
- 根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下: 界面设计简洁、友好、美观大方,保证直接上手便可游戏 操作简单、快捷方便 规则简单,方便游戏者进行游戏 实现智能规则判断 支持大型Web服务器,以Http协议通讯。 向PC端开发靠拢,为以后PC与手机互联奠定基础-According to the descr iption of needs analysis and communication with users is to develop systems to
lianliankan
- 游戏连连看,简单的JAVA程序,详细解析,希望有用处-Lianliankan game, simple JAVA programs, detailed analysis, I hope useful
youxi
- 本程序全面分析的游戏的编写过程,通俗易懂,全面,认真-Comprehensive analysis of the program preparation process of the game, easy to understand, comprehensive, carefully
2
- 这是我在短学期用flash制作的一个贪吃蛇小游戏,从系统概要,系统分析设计,再到核心算法,作了详细解说,希望对初学者有所帮助。-This is what I made in the short term with the flash of a Snake game summary from the system, system analysis and design, to the core algorithm, explained in detail, hoping to help begin
Game-engine-analysis.doc
- 游戏引擎剖析,可以帮助想学习java开源引擎设计的结构以及思想的学习者。-Game engine analysis can help to learn the structure of java open source engine design and thinking learners.
huarongdao
- 华容道小游戏,基于java,结合了系统分析,里面有详细的分析报告,很不错的一个例子,可以使初学者进一步了解java做程序的结构。-The Huarong game, based on java, combined with systems analysis, detailed analysis, a very good example, allows beginners to learn more about the structure of the Java to do the program
snake
- 贪吃蛇小游戏,充分锻炼我们的逻辑能力,以及对这件事情的分析能力。-Snake game, the full exercise of our logic, and analysis of this matter
The-Essential-Guide-to-Html5
- “通过一个个小游戏开发,剖析、阐述HTML5知识,组织方式比较新颖,相信很多入门者喜欢这种边实践边学习的方式。”--引自2gua-Like this side of the practice learning through a small game development, analysis, described HTML5 knowledge, the organization is relatively new, I believe a lot of beginners.
tcs
- 通过调研分析,了解Flash动画技术的发展 了解Flash动画的种类、特点及应用,了解贪吃蛇游戏的特点。设计一个使用Flash脚本语言具有交互功能的Flash贪吃蛇游戏软件系统。- To understand the types, characteristics and applications of Flash animation Flash animation technology development through research and analysis, to understa
A-STAR
- A星寻路算法分析小程序,把游戏中的某个角色放在一个网格环境中,并给定一个目标点和一些障碍物,如何让角色快速“绕过障碍物”找出通往目标点的路径。-A Star pathfinding algorithm analysis procedures, a role in the game on a grid environment, and given a target point and a number of obstacles, how to identify the role quickly a
Shoot
- 一、实验目的 利用Java GUI、Java Graphics和多线程技术,编写实现飞行射击游戏——雷电。 二、实验项目内容 1、根据项目任务书,形成完整的需求分析。 2、根据需求,完成详细的设计。 3、基于Java编程实现。 -First, the purpose of the experiment using the Java GUI, Java Graphics and multi-threading technology, prepared to achieve
ThrowBean
- Java程序设计,可作为Java课程大作业,是一款抛豆豆类的小游戏,包含源代码和可执行文件,同时附有完整的程序设计文档,需求分析等说明。-Java programming, Java programs can be as large operations, is a little like throwing Peas game, including source code and executable files, but with a complete program design docum
ThrowBean
- 一款抛豆豆类的小游戏,包含源代码和可执行文件,同时附有完整的程序设计文档,需求分析等说明-Peas like throwing a small game, including source code and executable files, but with a complete program design documents, requirements analysis, etc. Descr iption
one
- 贪吃蛇游戏(JS) 贪吃蛇游戏概要设计说明书 贪吃蛇游戏详细设计说明书, 贪吃蛇游戏需求分析说明书, -Snake game (JS) Snake game outline design specification Snake game detailed design specification, Snake game needs analysis statement,
JavaMine
- Java扫雷程序源码,java Swing实现的扫雷游戏程序源代码,内含需求分析+设计说明+程序文件说明。运行java StartJMine启动程序,或双击StartJMine.bat启动扫雷游戏主程序。程序框架都在JMine.java中。JMine.java 还包括两个线程类,分别为计时器线程和胜利后等待用户重起游戏的线程-Open Source Java Minesweeper, java Swing realize Minesweeper game source code, contain
tcs
- 学习资料 贪吃蛇02_游戏中的面向对象分析与设计-Learning materials 02_ Snake game object-oriented analysis and design