搜索资源列表
JAvaMediaChap07
- java多媒体技术 7.1 播放声音文件 7.2 收音机 7.3 电子琴 7.4 吃豆游戏 7.5 简易壁球 7.6 弹球游戏 7.7 拯救生命 7.8 扫雷 7.9 双向飞碟 7.10 俄罗斯方块-java 7.1 multimedia technology to broadcast radio voices 7.2 7.4 7.3 flower You eat beans Simple play squash 7.5 7.6 7.7 Billiard
jxta-cms-src-2.3.7
- 适合初学者使用的cms和jxta方面的代码
Guess Number 猜数字游戏JAVA源代码
- 猜数字游戏1. 随机生成4个0到9的整数,组成一个序列(使用LinkedList<Integer>存储)例如:3 6 4 4System.out.println((int)(Math.random(0*4)))2. 然后要求用户循环猜这4个数子,在用户每猜一次之后,提示用户有几个数字的位置正确了。 例如:用户输入3 7 2 4 (3和4的位置正确了),则提示用户有2个数字正确。3. 使用LinkedList存储用户每次猜测是数字组合。用户可以随时查看之前自己的输入 例如:
BS_SMS_SDK_V1.7.1215
- [SMS SDK V1.7 测试说明] 1)“接口库”为SDK库包其中: Release —— 发布的稳定库 Debug —— 为调试库 2)“演示代码”为测试代码目录。 [1] 测试代码中使用的库都是Release的版本。 [2] 如使用Debug库,需要设置环境变量GSMLIB_DEBUG等于2,则会在C:\下生成GSMModem.log文件。 若您在开发的过程中遇到问题,可以使用此方法获得GSMModem.log并发送给经销商,即可有
M
- Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, endin
AppStu
- 第7章 学生成绩管理系统 3 1.1 管理员登录 3 1.2 参数设置 4 1.2.1 年级设置 4 1.2.2 班级设置 5 1.2.3 科目设置 5 1.2.4 考试类别 5 1.3 基本信息 5 1.3.1 学生信息 5 1.3.2 教师信息 6 1.3.3 考试成绩 6 1.4 系统查询 7 1.4.1 基本信息 7 1.4.2 成绩信息 7 1.4.3 汇总查询 7 1.5 系统管理 8 1.5.1 基本信息 8 1.
tcms
- T简易个人网站系统安装步骤 1. 当然是把网站全都传上你的空间,或者复制到本地调试的目录啦。然后修改include/config.php这个文件的3-7行。你的主机,你的数据库名称,数据库登录名,数据库登陆密码。fckeditor这个是编辑器的目录,此目录要放在你网站的根目录下。 2. 以WEB的方式运行install/install.php这个文件安装数据库,如果安装不成功的话,反正SQL文件tcms.sql就在install这个目录里,你自己用PhpMyAdmin什么的安
org.vssplugin_1.4.1-2.0-compability
- 在Eclipse中使用VSS: 新建程序: 1. 将工具生成好的源文件建好工作路径,将整个工作路径拷贝到服务器的相应位置; 2. 打开Eclipse->File->New->Project…选择服务器上的此本程序的工作路径建立新工程; 3. 右键点选工程->Team->Share Project…; 4. 选择VSS Configuration Wizard,点next; 5. User Name和Password输入你的用户名和
J2ME_PIG
- 游戏的基本设计思想是根据游戏规则制定的,为了方便读者更好的使用本游戏程序,下面给出拱猪游戏的简单游戏规则: 牌的大小按下列顺序排列:A、K、Q、J、10、9、8、7、6、5、4、3、2。 1.出牌 (1)每轮只允许出一张牌。 (2)第一局游戏由得到梅花2的一方首先出牌,并且必须出梅花2。 (3)必须先出与首家相同花色的牌,无相同花色时方可用其它花色代替。 (4)最大方得到该轮的所有分牌,并获得本轮先出牌的资格。 2.分值计算 红桃:红桃为分牌。 -The ba
sunhotel
- 阳光酒店管理系统(源码+文档) 1引言 3 1.1编写目的 3 1.2背景 3 2界面功能描述 4 2.0主界面 4 2.1散客开单 4 2.2团体开单 5 2.3宾客结帐 5 2.4客房预订 6 2.5 营业查询 7 2.6 客户管理 7 2.7 网络设置 8 2.8系统设置 9 2.9 关于我们 10 2.10系统日志 -Sunshine Hotel Management System (source+ document
SSH2_BY_annotations
- SSH2工程模板 struts2.1.8 + Spring2.5+ Hibernate3.2 Spring 用注解方式-antlr-2.7.6.jar asm-2.2.3.jar asm-commons-2.2.3.jar asm-util-2.2.3.jar c3p0-0.9.1.2.jar cglib-nodep-2.1_3.jar common-annotations.jar commons-collections.jar commons-dbc
CountDigit
- 编写一个Java应用程序,对用户输入的任意一组字符如{1,3,4,7,2,1,1,5,2},输出其中出现次数最多且数值最大的字符,并显示其出现次数-Write a Java application, the user input any set of characters such as (1,3,4,7,2,1,1,5,2), the output values which occur most often and most of the characters, and displays in
SquareDigits
- SquareDigits的算法简单实现,SquareDigits是topcoder的一个问题- Problem Statement ***Note: Please keep programs under 7000 characters in length. Thank you Class Name: SquareDigits Method Name: smallestResult Parameters: i
jquery.jqGrid-3.7.2
- 点击信息确认 就是弹出一个确认窗口,把已经填报的信息都放到里面看看。信息放里面很简答,主要是弹出窗口要做得好看点。-Click message confirmation popup window is a confirmation of the information provided, has put in all. Information put inside very short answer, mainly is the popup window to do good.
EightDigits
- Java版的人工智能难题,八数码问题,利用启发函数减少搜索空间 功能: 1. 立刻判断是否有解 2. 对于所有有解的情况,只要对搜索的状态数的限 制适当放宽,总是能够找到解的 3. 支持随机初始状态和自给定初始状态 4. 支持游戏模式 呵呵 运行参数: 1. 不带参数 随机初始状态搜索 java rearrange.Rearrange 2. 参数rc: random calculate,功能同1 java rearrange.Rearrange
swt-3.7.2-win32-win32-x86
- SWT是eclipse中可视化的一个插件,非常强大。希望能帮助你们-SWT is a visualization of the eclipse plug-in, very powerful. I hope you can help
org.vssplugin_1.6.2.201201281353
- VSS Plugin for Eclipse 3.7 Indigo-VSS Plugin for Eclipse 3.7 Indigo http://www.laperradaonline.com/blog/post/2012/01/28/VSS-Plugin-for-Eclipse-37-Indigo.aspx
struts-2.3.7-lib
- jar包 struts-2.3.7-lib -jar package struts-2.3.7-lib
eclipse3.7_cn
- eclipse 3.7.2的汉化包及安装图解~-eclipse 3.7.2 The finished package and installation diagram ~
iReport-3.7.2-windows-installer
- iReport-3.7.2-windows-installer报表开发工具、java开源报表开发工具(IReport-3.7.2-windows-installer report development tool, Java open source report development tool)