-
很好的一个Maze算法
很好的一个Maze算法-a good Maze Algorithms
- 2022-01-25 20:05:53下载
- 积分:1
-
Pocketc编写的剪刀石头布游戏,听的乐趣,这是苏…
pocketc写的石头剪刀布游戏,听好玩的,这是源码-pocketc written in stone scissors cloth games, listening to fun, this is the source
- 2022-09-04 16:15:02下载
- 积分:1
-
估计用户的利益,贝叶斯网络
Bayesian Networks for Estimating the User s Interests
in the Context of a Configuration Task
- 2023-04-15 10:05:03下载
- 积分:1
-
MVC,C #酒店预订系统
这个项目包含几个酒店页面和数据库设计,项目有HTML和CSS与漂亮的虚拟图像。该项目是响应,所以你认为它在任何设备的天气,其移动,平板电脑或桌面。
- 2022-03-17 01:40:54下载
- 积分:1
-
web页面情况下达到职工签到目的,管理者可以查询人数多少
web页面情况下达到职工签到目的,管理者可以查询人数多少-web page to achieve the purpose of staff attendance, managers can query the number of
- 2022-02-21 21:47:19下载
- 积分:1
-
海明编码
应用背景这是16位海明码纠错和检测 ;16点,它是基于sechaming代码 ;这是实行在VHDL ; ;关键技术VHDL语言代码 ; ;和Xilinx工具是用来实现它是合成的代码,和自我 ;试验台 ;它 ; 了;
- 2022-07-08 18:30:19下载
- 积分:1
-
a very useful book Oh Communications
一个很有用的通信簿哦-a very useful book Oh Communications
- 2023-08-04 11:40:03下载
- 积分:1
-
the code is against WINCE3.0 (PPC2002) platform, taking into account the Win32 p...
涉及的代码是针对WINCE3.0(PPC2002)平台,同时兼顾了WIN32平台;旨在讨论编写同时适应2种平台的通用代码,采用的是最原始的BitBlt贴图和离屏方式,贴图效果比较粗糙。对声音的处理也比较幼稚,希望不会误导初学者。
重要说明:
1、没有用内存泄漏工具检测过,不知道有没有内存泄漏,哪位可以帮忙检测一下
2、未完成部分:
游戏的BOSS部分(BOSS贴图、BOSS子弹、BOSS爆炸效果)
游戏难度控制,目前比较幼稚
3、未解决的BUG:
CE下需要按退出菜单退出,点窗口的关闭按钮进程仍然存在-the code is against WINCE3.0 (PPC2002) platform, taking into account the Win32 platform; Discussions aimed at the same time prepared to adapt to two types of common code platform, using the most primitive BitBlt and tile from the screen, more rough tile effect. For voice processing relatively naive and not misleading beginners. Important note : 1 without using a memory leak detection tools that do not know no memory leakage, which can help detect about two and unfinished parts : part of the game BOSS (BOSS mapping, BOSS bullets, explosive effect BOSS) difficult to control the game, more naive 3, the unresolved BUG : CE will need to withdraw from the menu, point window close button process still exists
- 2022-01-25 19:23:42下载
- 积分:1
-
异构网络的切换技术
此代码是为了宏和与筛选网络总网络质量的家庭基站之间一种新的自适应切换方法的支持。在这种新算法适应频率子分区策略。谁需要任何进一步研究即兴联系我
- 2022-02-16 04:36:38下载
- 积分: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