搜索资源列表
twopersonrussiasquar
- 这是俄罗斯方块游戏,是双人的俄罗斯方块游戏,移植其他试验平台上需要稍微修改,用c编写的游戏。-This is the game box, double the Russian box games Transplant other test platform needs a little revision, and c preparation of the game.
rel_08_done
- 修改自OpenCores的黑白棋游戏代码。采用VGA输出显示,PS2键盘(W、A、S、D、回车)输入控制,实现AI,LED灯指示是否游戏结束,VGA显示频率25MHz,系统频率50MHz,经过Cyclone IV芯片EP4CE115F29C7N的板级调试,实现全部功能,文件夹下有rtl源代码,管脚定义pin文件,和可以直接进行JTAG烧写和E2PROM烧写的pof和sof文件,-Modified from OpenCores Othello game code. Using the VGA ou
ShowPic
- wince 5.0下应用软件,主要实现一台机器运行多个地图,实现软件的自由配置。以及地图的自由设置。游戏的自由配置等功能。不好意思,上次上传的软件,我没有进行DEBUG调试,今天调试发现有内存越址,修改之后上传给大家,在添加SD卡拔出消息。有任何问题,请联系我。-under wince 5.0 application software, mainly to achieve a single machine run multiple maps, to achieve the freedom of
PocketLian
- 在ppc上运行的连连看游戏,根据其他的连连看游戏修改而来,仅仅作为ppc游戏源码的一个比较好玩的例子-In ppc Lianliankan running game, according to other modifications Lianliankan game comes only as a source ppc game a more fun example of
143896c51snake
- 51下的贪吃蛇游戏,修改了部分功能,注释很详细,是一个很好的例子。-51 under the Snake Game, modify some features, the Notes are detailed, are a good example.
chess
- 用C51编写的国际象棋游戏,正在学习或者开发51单片机的可以参考,同时经过自己修改,也适用于其它单片机-Prepared using C51 chess game, are learning or develop microcontroller 51 can refer to the same time
Modify
- CSDK下的游戏内存修改器,利用WriteMemory,ReadMemory等函数-CSDK memory modifier next game, using WriteMemory, ReadMemory and other functions
GapiSnake
- 图形贪食蛇游戏,原来只能在smart phon上运行,经修改后可以在标准的wince 5设备下运行,请看里面的readme文件-Snake game graphics, the original can only be run in the smart phon, the revised standard can be run under wince 5 devices, see the readme file inside
fangkuai
- 根据源代码修改的简单俄罗斯方块游戏源码,可以移植到到嵌入式开发板,修改后的源码带触摸屏控制。有些功能还需要大家完善。-According to the source code to modify a simple Tetris game source code, can be ported to the embedded development board, the modified source code with touch screen control. We also need to i
cpld1a
- 猜数字游戏机 这是一个让玩家在一定的规则和系统提示下,推算一个随机产生的四位数的游戏,这个四位数的各位都不相同。游戏规则如下: 系统 随机产生一个四位数,数码各不相同,玩家通过键盘依次输入4位数,输错可以按退格键修改,输完按确认键确认,然后系统判断,如果猜的数字有x个数字与答案数码相同并且位置相同(该条件代号用A表示),有y个数字与答案数码相同但位置不同(该条件代号用B表示),就输出xAyB。例如答案是2639,输入1692,那么确认后显示结果1A2B。然后玩家通过分析再次输入新的
MLinkGame
- 修改的连连看小游戏。wince平台,用C#编写,开发环境是vs2005,能在2410开发板运行。这个版本增加声音,背景图片能换的,时间条还有一些东西-Modified Lianliankan game. wince platform, written in C#, the development environment is vs2005, can run in the 2410 development board. This version adds voice can change the
stm32驱动3264双色点阵完整版OK版
- 亲自修改的stm32驱动3264双色点阵完整版OK版,包括写数字,字母,汉字,点阵是08接口,做日历频谱游戏什么的都行,分r1,g1,2,g2的,不同的话自己修改点,亲测可用-Stm32 driver personally modified version of the 3264 two-color dot matrix full version OK, including the writing of numbers, letters, Chinese characters, lattice
brickbreak
- 自行修改后的打砖块游戏,采用Altera DE2开发板,PS2键盘输入,VGA显示输出,回车键复位,空格键开始,小键盘46键控制左右方向-Self-modified Arkanoid game, using Altera DE2 development board, PS2 keyboard input, VGA display output, reset the Enter key, space key to start, keypad 46 keys to control the left
PocketLian
- 在WINCE操作系统下运行该程序,可自由运行游戏界面,玩游戏,修改游戏。-Run the program under WINCE operating system can run freely game interface, play games, modify the game.
xiugaiqi
- 使用C++语言编程,在VC环境下实现对经典游戏植物大战僵尸的修改器程序编写,该修改器针对“植物大战僵尸汉化版”,通过代码可以了解原理-Using C++ programming language, in the VC environment, modify the program to write the classic game Plants vs Zombies
youxixianshi
- 将游戏时间设为如15分钟后关闭,如冒险岛等,其他程序需自行修改。F12显示,时间设置或退出密码为“how are you ,应加入启动项目。-game time is set as 15 minutes after the closure, such as adventure Island, other procedures required to amend its own. F12, the set-up time or withdraw from the password as "
JOYPAD
- /游戏手柄驱动 代码 //修改日期:2012/9/12 //版本:V1.0- GPIO_InitStructure.GPIO_Pin = GPIO_Pin_8|GPIO_Pin_12 // GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz GPIO_Init(GPIOC, &GPIO_InitSt
Snake103
- snake 小游戏,使用Java语言实现的,比较简单。此游戏还有不完善的地方,还可进行修改。-snake game, use the Java language, and relatively simple. This game is also desired, can also be modified.
Cheat Engine 6.3
- Cheat Engine 是一款开源的内存修改工具 ,它允许你修改游戏或软件内存数据,以达到各种非常规目的。(Cheat Engine is an open source memory modification tool, which allows you to modify the game or software memory data to achieve a variety of unconventional purposes.)
Cheat Engine_ce修改器 V6.5 中文汉化版
- CE是一款内存修改器,可以实现一些游戏的内存修改,带有内核模式(CE is a memory modifier, which can realize memory modification of some games, with kernel mode)