-
C# 抓鬼游戏,类似打地鼠游戏
C# 抓鬼游戏,其实类似于打地鼠游戏,看到地上那些洞洞,让我想起了打地鼠,呵呵。不过玩法上也很相似,只是地鼠变成了“魔鬼”,开启游戏后,按键盘上的空格键可开始游戏。
bool isStart = false;
Random rd;//随机数对象
int[,] points;//地鼠出现坐标
int score;//积分
int level;//游戏等级
bool ok = true;//用于解决鼠标快速连击所产生的积分增加
ok = false;//使ok为false,再次点击时由于不满足上面的if条件便不执行后面的操作
//this.Cursor = new Cursor("SizeDown.cur");
score += 100;//积分增加
this.pictureBox1.Visible = false;//使地鼠消失
lblScore.Text = score.ToString();
//若当前积分是2000的倍数则升级且加快计时器速度
- 2022-12-21 06:25:03下载
- 积分:1
-
Poincare
非线形混沌系统的庞加莱图的画法的代码以及其MATLAB m文件代码(Non-linear chaotic system Poincare map of the painting of the code and its MATLAB m-file code)
- 2013-09-27 15:47:09下载
- 积分:1
-
2.5
掌握采用glut进行动画控制的几种不同方法
采用四种不同的动画控制方法进行一个旋转茶壶的动画控制。
采用右键菜单进行不同方法之间的切换(Several different methods mastered using glut animation control four different animation control method for a rotating teapot animation control. The right-click menu to switch between different methods)
- 2013-03-25 20:48:18下载
- 积分:1
-
200683022561186148
。使用VC.NET做前端应用程序开发工具,利用面向对象的编程思想进行高效的开发,用SQL SERVER 2000进行后台数据库的创建和管理,利用ADO对象实现对后台数据库的连接,访问,修改以及写入等操作。并采用OLEDB连接数据库,提高了数据访问效率(. VC.NET make use of front-end application development tools, the use of object-oriented programming ideas for the development of highly efficient, using SQL SERVER 2000 to carry out the background of the creation and management of databases, using ADO objects to realize the background database connectivity, access, modify and write operation and so on. And uses OLEDB to connect databases, improve the efficiency of data access)
- 2007-08-23 15:52:58下载
- 积分:1
-
762365
VC Database Books CD-ROMs Machinery Industry Publishing(VC Database Books CD - ROMs Machinery Industry Publishing)
- 2017-07-21 23:08:20下载
- 积分:1
-
SM3的加密
说明: SM3的加密。运行在VC++6.0的环境下。(SM3 encryption process.)
- 2020-06-19 09:20:02下载
- 积分:1
-
1
说明: Web-GIS与.NET开发源代码,使用C#语言开发基于ArcGIS Server的Web GIS(Web-GIS and. NET development of source code, use the C# language development of Web GIS based on ArcGIS Server)
- 2010-07-05 18:41:03下载
- 积分:1
-
Sell-ticket-System
基于Linux C语言的简单售票系统,练习LInux网络编程和线程与互斥锁的应用。(A simple ticketing system based on Linux C language, practice the application of the the LInux network programming and thread and mutex lock.)
- 2012-08-08 19:39:16下载
- 积分:1
-
MANET
opnet仿真实例,里面有一些现成的例子可供使用。(opnet the simulation, which has some ready-made examples available.)
- 2015-05-23 23:02:41下载
- 积分:1
-
watch
自绘的仪表控件 利用双缓冲绘制 可自行修改使用(Since the drawing instrument control Using double buffer drawing Can be used to modify
)
- 2016-05-01 10:58:49下载
- 积分:1