-
SosoSys-Version12.0
Soso移动业务系统,北大青鸟s2的一个小项目(Beida Jade Bird, S2, an object oriented layered thinking project)
- 2017-11-10 22:24:59下载
- 积分:1
-
LearningData.docx
里面有几个不错的学习资源链接,包括OC、cocos、java等,希望有帮助。(There are several good links to learning resources, including OC, cocos, Java, hope that helps.)
- 2015-01-31 18:14:29下载
- 积分:1
-
编译原理LL1分析程序
编译原理,LL1分析程序
- 2022-09-28 06:55:03下载
- 积分:1
-
21Point
21点游戏,电脑固定为3张牌,玩家的发牌为两张,玩家可以继续要牌,谁点数大并低于21点则谁胜利。(21game, computer fixed three brand licensing for two players, the players can continue to draw cards, who points to the large and less than 21 points, who victory.)
- 2013-02-21 18:32:40下载
- 积分:1
-
java实现3D爱心效果
package Demo;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.Toolkit;
import javax.swing.JFrame;
@SuppressWarnings("serial")
class Cardioid extends JFrame{
//定义窗口大小
private static final int WIDTH=480;
private static final int HEIGHT=600;
//获取屏幕大小
private static final int WINDOW_WIDTH=
Toolkit.getDefaultToolkit().getScreenSize().width;
private static final int WINDOW_HEIGHT=
Toolkit.getDefaultToolkit().getScreenSize().height;
//构造函数
public Cardioid(){
//设置窗口标题
super("爱心");
//设置背景色
this.setBackground(Color.BLACK);
//设置窗口位置
this.setLocation((WINDOW_WIDTH-WIDTH)/2, (WINDOW_HEIGHT-HEIGHT)/2);
//设置窗口大小
this.setSize(WIDTH, HEIGHT);
//设置窗口布局
this.setLayout(getLayout());
//设置窗口可见
this.setVisible(true);
//设置窗口的默认关闭方式
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
//图形函数
public void paint(Graphics g){
//
- 2022-02-28 22:30:44下载
- 积分:1
-
javascript编写的反应测试小游戏
html5+css+javascript实现的一个测速小游戏,鼠标操控,在canvas画布上实现,坐标随机产生圆形泡泡,从右上方向左下方运动,运动轨迹是一定的,球的数量会越来越多,速度会越来越快,鼠标控制的小圆心从产生的泡泡中间划过,不能触碰到泡泡,一旦碰到游戏结束,游戏会根据你坚持的时间来计分。这个小游戏特别适合初学者学习
- 2022-03-03 05:02:08下载
- 积分:1
-
Used to manage student attendance in school. Rest of the management system, etc.
用来管理在校学生的出勤.作息等的管理系统-Used to manage student attendance in school. Rest of the management system, etc.
- 2022-02-20 18:27:00下载
- 积分:1
-
关于struts校验的一个例子,注册时的校验,如不符合要求不能注册...
关于struts校验的一个例子,注册时的校验,如不符合要求不能注册-Struts validation on an example of validation when registering if they do not meet the requirements can not be registered
- 2022-07-12 23:09:26下载
- 积分:1
-
图片宫格切换聚光灯效果
这是一款九宫格样式的图片展示效果,鼠标分别移动到右侧图片上后,左侧显示对应的大图标(This is a nine-pane style image display effect. After the mouse moves to the right picture, the left side shows the corresponding large icon.)
- 2018-12-06 20:12:20下载
- 积分:1
-
gaokaoinformationmanager
高考信息管理系统,详细的设计
精简的代码(College entrance examination information management system, the detailed design to streamline the code)
- 2008-07-25 08:21:23下载
- 积分:1