-
11
说明: 一只青蛙一次可以跳上1级台阶,也可以跳上2级。求该青蛙跳上一个n级的台阶总共有多少种跳法。要求:分别用普通方法和递归方法实现(A frog can jump up a step or two at a time. Find out how many jumping methods the frog can use to jump up an n-step. Requirements: Implemented by common method and recursive method respectively)
- 2019-03-10 16:48:12下载
- 积分:1
-
GoF
23个GOF模式的C++版本,改写来自Java,一些小实例(GOF c++ java)
- 2009-05-31 00:26:41下载
- 积分:1
-
人力资源管理系统
说明: com.ssh.action action
com.ssh.dao dao
com.ssh.domain 实体类
beans.xml 修改数据库和具体配置
struts.xml struts配置
http://127.0.0.1:8080/ssh-1/ 系统管理页面
http://127.0.0.1:8080/ssh-1/Clogin.jsp 签到请假页面
工资分析后才能够查询工资(Wage analysis before you can inquire about wages)
- 2020-06-16 08:00:02下载
- 积分:1
-
Java-intnet-application-version-2
java 学习资料,《java网络编程》第三版的源代码,对于学习java的同学很有帮助哦(java learning materials, " java network programming," third edition of the source code, very helpful for the students to learn java Oh)
- 2013-08-12 13:44:07下载
- 积分:1
-
dongwushibie
JAVA实现有可视化界面的动物识别系统。
实现一个简单的动物识别专家系统。该系统可以识别老虎、金钱豹 、斑马、长颈鹿、鸵鸟、企鹅、信天翁这 7种动物。(JAVA realization of the visual interface of animal identification system.
To achieve a simple animal identification expert system. The system can identify 7 kinds of animals, such as tiger, leopard, zebra, giraffe, ostrich, penguin and albatross.)
- 2017-05-07 20:33:48下载
- 积分:1
-
music-player
一个简单的音乐播放器,不知道怎么样,大家凑合着看看吧(A simple music player, do not know how, we make do see it)
- 2016-01-10 16:33:27下载
- 积分:1
-
MyEclipse6Chinese-tutorial
Myeclipse中文教程,详细的介绍了集成开发环境的各项功能,对于学习Myeclise的学习者,将会有很的帮助(Myeclipse Chinese tutorial describes in detail the various functions of an integrated development environment for learning Myeclise learners, there will be very help)
- 2011-09-05 17:02:49下载
- 积分:1
-
sensitive_words
该代码实现了屏蔽敏感词汇的说明和修改,请查收(sensitive words)
- 2014-12-30 14:00:33下载
- 积分:1
-
210166
一个使用struts+hibernate制作的Blog站点的源码,非常经典(A use struts+ hibernate make Blog site source code, very classic)
- 2017-05-29 00:44:40下载
- 积分:1
-
bs_shopping
bs_网上购物系统每个例子文件夹都附有数据库表、程序源文件和一个war包(或者jar包)。如果是cs结构的,那么是个jar包,而且还多一个可执行程序文件夹,如果是bs结构的则是个war包。结构如下所示:
例子
|
+--- -例子名称
|
+------数据库表(文件夹)
|
+------源代码(文件夹)
|
+-----jar包(ejb模块)或者war包(web模块)【部署到服务器上】
|
+------可执行程序(cs结构的例子特有)
| |
| +-------可执行的jar包
|
+------文本文件(http.txt,启动例子时,IE中输入的地址,bs结构的例子特有)
在使用例子之前,你可以用Jbuilder打开原来的工程文件,重新编译,也可以直接部署war包(或者jia包)。
(bs_ online shopping system each case folder with all the database tables, Source documents and procedures for a war Package (jar or packet). If the structure is cs, is a jar packets, but also more than one executable file folders, If the structure is bs this is a war packet. Structure as follows : Examples |---- Example Name |------ database tables (folder) |------ source code (document folder) |----- jar Package (ejb module), or war Package (web module) [deployment to the server-- |------ executable (cs structure of the specific examples) | | |------- enforceable ja r Pack |------ text file (http.txt start example, the importation of the IE address, bs structure of the specific examples) in the use of examples, You can use Jbuilder opened the original engineering documents, recom)
- 2006-12-25 22:37:51下载
- 积分:1