-
这是一个简单的算法,用循环链表实现了猴子选王。用C语言描述...
这是一个简单的算法,用循环链表实现了猴子选王。用C语言描述-This is a simple algorithm, using the cycle to achieve the monkeys selected list king. Described using C language
- 2022-02-26 04:54:37下载
- 积分:1
-
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用...
这是一个利用ado访问数据库的程序,对初学者有一定的借鉴作用-ado access to the database using the procedures for beginners a certain reference
- 2023-05-01 01:10:02下载
- 积分:1
-
一个公享软件注册框的控件,使大家在做软件保护的时候更方便。...
一个公享软件注册框的控件,使大家在做软件保护的时候更方便。-Software to enjoy a public register of the control box, so that we can do when software protection and more convenient.
- 2022-04-25 10:15:06下载
- 积分:1
-
achieve ping command, this version powerful, achieving most of the ping command...
实现ping命令,这个版本功能强大,实现了ping命令的大部分功能。-achieve ping command, this version powerful, achieving most of the ping command functions.
- 2023-04-17 02:50:03下载
- 积分:1
-
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第18章源程序!...
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第18章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 18 source code!
- 2022-03-12 04:06:56下载
- 积分:1
-
一个模仿windows98界面的源代码,可以作为框架,运行多个exe
一个模仿windows98界面的源代码,可以作为框架,运行多个exe-Access to the code of computer hardware information, including access to CPU, network card and hard disk physical information
- 2023-02-20 05:05:03下载
- 积分:1
-
To split a large file into smaller files. The files could be later joined to rec...
To split a large file into smaller files. The files could be later joined to recreate the previous file.
- 2022-04-08 08:45:09下载
- 积分:1
-
这是一张通用定时器/计数器卡你可以绕线在我们…
This is a photo of a general purpose timer/counter card you can wirewrap in a weekend. It plugs into your PC s ISA bus just like a sound or modem card. It gives high-resolution timing (microseconds). Because of its programmablity, it is very powerful and flexible. You can even control DC or servo motors using pulse-width modulated (PWM), or stepper motors using its square wave capabilities. The figure below is the actual output (square wave) from the 8254 card captured by an oscilloscope:
- 2023-07-12 20:15:03下载
- 积分:1
-
windows API 一日一练,专门为哪些想进一步学习windows API编程,提供了很好的途径...
windows API 一日一练,专门为哪些想进一步学习windows API编程,提供了很好的途径-windows API on the 1st one training, which would like to further study specifically for the windows API programming, provides a good way to
- 2022-04-11 08:20:33下载
- 积分: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