搜索资源列表
网页炸弹轻松做
- 这是一个网页炸弹实现及其的源代码,里面有详细的介绍。-This is one of the implements on how to make the bomb ine a page,including source code and exact introduction
javagame1245
- ? 部分内容 首先我们在init()方法中加载所有游戏必要的资源,包括声音,鼠标事件的监听、背景等相关设置。利用addBomb()方法增加bomb的数量、初始位置及初始化颜色。再利用start()启动线程。线程调用run()方法,处理炸弹下降运动down()。Repaint()会在每一个单位时间调用paint()方法不断的刷新屏幕,paint()调用Bomb.addBomb()绘制炸弹。当游戏者按下鼠标,mousePress()事件激活,判断是否点中了炸弹。如果点中addScor
zdr
- 手机炸弹人的java源码,祝pudn越办越好-mobile bomb the java source code, which we wish pudn
labbomb
- 二进制炸弹实验。可以构建一个实验平台,学生通过反汇编或gdb调试破解生成的二进制目标文件。老师通过在线统计可知道学生实验进度。-experimental binary bomb. Can build an experimental platform, a compilation of students passed the anti-gdb debugging or break the formation of binary target file. Teachers through onlin
dianhuacool
- 唯一的windows的电话炸弹-telephone bomb! !
一款批处理炸弹源码
- 一款批处理炸弹源码-new batch bomb source
Clear bomb
- vc做的一个经典小游戏--扫雷,与pc机上的几乎一样,功能不少-vc do a classic small game -- mine, and the pc - nearly the same as the function of many
bomblab.rar
- CSAPP一书中十分经典的二进制炸弹实验,有详细实验报告,对加深C语言和汇编语言之间的关系的理解很有帮助,Book CSAPP binary bomb is a classic experiment, experimental report in detail on the C language and to deepen the relationship between assembly language understanding helpful
The_Buffer_Bomb
- 缓冲区溢出实验(The Buffer Bomb lab)解答及实验报告。-Buffer overflow test (The Buffer Bomb lab) answers and lab reports.
bomb
- delphi编写的扫雷小游戏源码,增加了提示功能-prepared in de-mining delphi game code, an increase of prompts
vgadisplaycontroller_v1_00_a
- Fanatstic, outstanding VGA driver for vertex two.This is the bomb.
fckeditor-java_src
- 这个开源的HTML文本编辑器可以让Web程序拥有如MS Word这样强大的编辑功能. FCKeditor支持当前流行的浏览器如IE,Firefox,Netscape,Opera等戏中的坦克所遇到的障碍物主要有墙、炸弹(泡泡)。坦克的所到之处都可以留下炸弹,炸弹会在一定时间内爆炸,一旦对手被炸到,你就赢了~ -The open-source HTML text editor for Web program such as MS Word have this powerful editing
BOMB
- 模拟爆炸效果, 。-Simulation of blast effects
chengx
- 电子琴汇编程序:music 键时可播放音乐 , 此时1——7失效 ,按reset后1——7键弹奏,可发出1,2,3,4,5,6,7的声音用以弹奏-Electronic keyboard assembler: music keys to play music, this time 1- 7 failure, according to reset after 1- 7 key play, the sound can be sent to bomb 1,2,3,4,5,6,7 play
CEF2
- THIS BOMB ATOMIC, FOR WINDOWS 98-THIS IS BOMB ATOMIC, FOR WINDOWS 98
asm_demo
- 用汇编写的动画显示程序,飞机起飞扔炸弹炸死敌人!-Used to write a compilation of animation display program, throw the bomb killed an enemy plane!
hongzhaji
- QQ轰炸机专门发送QQ消息轰炸别人的源码-QQ bombers specially Send a private message to bomb other people s source
bomblabtwo
- * Dr. Evil s Insidious Bomb, Version 1.0 * Copyright 2002, Dr. Evil Incorporated. All rights reserved. * LICENSE: * * Dr. Evil Incorporated (the PERPETRATOR) hereby grants you (the * VICTIM) explicit permission to use this bomb (the BOMB).
bomb
- CMU Bomb Lab. Linux下汇编语言与gdb调试的练习,经典。对了解64位Intel架构的ISA指令,理解高级语言与机器语言之间的关系,有很大帮助。-CMU Bomb Lab. Linux assembly language debugging with gdb exercises under, classic. Understanding of the 64-bit Intel architecture ISA instructions, understand the relati
Bomb-hero
- 炸弹英雄是一款休闲单机小游戏,这款游戏的实质上就是将小时候我们玩的游戏机里面的游戏,移植到了手机应用客户端中,该游戏中共设有十个关卡,在当前关卡没有通关的情况下,下一个关卡会处于锁定状态,玩家选关进入游戏后通过对摇杆和按键的控制来操纵英雄,投放炸弹消灭敌人,当游戏中所有敌人被消灭则为通关,假如炸弹炸到了英雄或敌人与英雄发生碰撞则英雄死亡,此时为通过失败可以重新开始。 此游戏的开发是使用苹果公司提供的Code - 5作为开发工具,结合Coco2d - X 开源的2D游戏渲染框架开发而成,其中还