-
VS2008 + SQL2005普通三
VS2008+SQL2005开源普通三层架构项目源代码-VS2008+ SQL2005 ordinary three-tier system open source project source code
- 2022-02-14 08:59:01下载
- 积分:1
-
first part of the init () method to load the game all the necessary resources, i...
? 部分内容
首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScore()自动加1分。如果没有点中炸弹,炸弹继续下降,当撞到屏幕wasHitEarth()方法激活,其内调用death()方法,减少Denfenser.life生命点,同时audio.play()处理声音的播放,用以提示游戏者。当你的生命点数小于0时”Game Over”。-first part of the init () method to load the game all the necessary resources, including the voices of the mouse wiretapping, and other relevant background set. Use addBomb () method to increase the number of bomb, the initial location and initialization color. Reuse start () activated threads. Call threads run () method to deal with bomb dropped down Movement (). Hamas () in a unit time per call to paint () method is constantly refresh the screen, paint () call Bomb.addBomb () to draw bomb. When pressed mouse game, mousePress () activation of the incident to determine whether the point of the bomb. If the
- 2022-05-20 07:56:26下载
- 积分:1
-
MEPG2压缩/解压缩源码示例
MEPG2压缩/解压缩源码示例 -intrigued compression/decompression source code examples
- 2023-05-31 02:20:03下载
- 积分:1
-
WinCE下的ActiveX控件开发,使用Visual C
WinCE下的ActiveX控件开发,使用Visual C-ActiveX control under WinCE development, use Visual C++
- 2022-01-27 23:57:09下载
- 积分:1
-
动态加密,使加密des64更可靠,例如,SA…
des64动态加密使加密更可靠,比如同是123456,但加密出来的密文确不相同-Dynamic encryption to enable encryption des64 more reliable, for example, the same is 123456, but the encryption from the ciphertext is indeed not the same
- 2022-02-01 00:27:29下载
- 积分:1
-
PNG美化Button
#ifndef _PNGBUTTON_H
#define _PNGBUTTON_H
#if _MSC_VER >= 1000
#pragma once
#endif
#include
#include "gdiplus.h"
#pragma comment(lib,"gdiplus.lib")
using namespace Gdiplus;
class CPngButton : public CButton
{
DECLARE_DYNAMIC(CPngButton)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-13 22:43:22下载
- 积分:1
-
该程序是利用概率算法,可以在该算法中设置大小…
这个程序是利用概率算法求可设大小得素数。-the procedure is the use of probabilistic algorithm can be set up for size in the prime.
- 2023-09-09 00:20:03下载
- 积分:1
-
该系统是最常见的,市场占有率最高的长
本系统是国际上最通用,市场占有率最高的远程教育平台开发工具,这里是它的一个使用案例。-The system is the most common, the market share of the highest long-distance education platform for development tools, this is one of its use cases.
- 2022-08-24 11:00:19下载
- 积分:1
-
pr check program for the website promotion
pr check program for the website promotion
- 2022-01-21 23:56:51下载
- 积分:1
-
比较各种排序方法的效率
主要内容
选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排...
比较各种排序方法的效率
主要内容
选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排序方法效率。-Compare the efficiency of the sorting method of choice of content more than four sorting methods, using randomly generated data, the registration and compare the various methods of sorting and exchange of the number of comparisons, calculate the time used to sort, verify the efficiency of various sorting methods.
- 2022-03-11 13:29:08下载
- 积分:1