搜索资源列表
gbcsrc
- bung.cpp bung.dfm bung.h DbgWarn.cpp DbgWarn.dfm DbgWarn.h Debug.cpp Debug.dfm Debug.h Emu.cpp Emu.dfm Emu.h gbc.bpg gbc.bpr gbc.cpp gbc.exe gbc.res gbcemu.bpr gbcemu.cpp gbcemu.dll gbcemu.h gbcemu.lib Gotodialog.cpp Gotodialog.dfm Gotodi
dos_gameboy-0.8.8
- gameboy游戏模拟器,COMMON.H CONV.C DASM.C DEBUG.C FILE_ID.DIZ FMFREQS.C FMFREQS.H GB.C GB.H GBLIST.C HELP.H IBMADLIB.C IBMASM.S IBMGIF.C IBMMSDOS.C IBMMSDOS.H IBMSB.C IBMSTACK.C KEYS.C LISTALL.C MAKEFILE TABLES.H TESTALL.C VGB-DOS.GIF VGB-DOS.TXT
hexsud
- Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell scr ipts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku
2001578
- 这是几个比较简单的游戏,有连连看,五子棋,c++俄罗斯方块程序 .txt,qq斗地主辅助工具源代码 (内存扫描版)dephi.rar等-This is a relatively simple game, Lianliankan, 331, c Russian box procedures. Txt, qq Landlords aids source code (memory scan version) dephi.rar etc.
game_Pushbox
- C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新地图 2.设计思想 从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap, 单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2,
sudoku
- C编写的数独游戏,从dat.txt中读取9X9的数独矩阵,即可给出数独结果
pushBox
- 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。
C语言写的贪吃蛇源代码
- 贪吃蛇.txt
(www.park4u.com)cAthena-Txt-v1.0.13-Win
- ro 雅典娜txt 程序 -txt procedures ro Athena
c
- 吃金豆游戏C语言,含背景txt文件和game.c-C-Gold game to eat beans, including background documents and game.c txt
C-code-wuziqi
- 五子棋的C源码,正在学习C的朋友可以拿去看看,TXT文件,源码编译通过,自己拿回去在修改调试吧-Gobang the C source code, are learning to look C' s friends can take it, TXT files, source code to compile, debug their right to take back the modified
mangosjiehun
- mangos结婚代码.txt C++ 源代码-mangos jiehun daima
Snake-c-language-code
- C,语言编写的贪吃蛇游戏,老师上课讲的,放在txt文档中。可以调试-C, the language of the Snake game, teacher in the class talked about on the txt document. You can debug
txt
- 猜词游戏,c++,txt,没有图像和声音-Word-guessing game, c++, txt, image and sound
sokoban solver c++
- a recursive algorithm to find all possible solutions for given sokoban game. inputs are given in .txt file then executing program will solve it for you.
C-code-wuziqi
- 五子棋的C源码,正在学习C的朋友可以拿去看看,TXT文件,源码编译通过,自己拿回去在修改调试吧-Gobang the C source code, are learning to look C' s friends can take it, TXT files, source code to compile, debug their right to take back the modified
Windowsgame.txt
- Windows自带的扫雷游戏源代码 C++的 -options
圈地为王.txt
- 圈地为王游戏C语言源代码。
iqps
- C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se Look in level.txt for example usage. Compile program using gcc with: gcc -O3 -fopenmp -o iqps iqps.cpp Run with: ./iqps (path to level.txt)
C++海战棋游戏的源代码
- C++海战棋游戏的源代码,代码是放在txt文件中的,可以直接复制到IDE开发工具中