搜索资源列表
B_CITY
- 经典游戏BATTLE CITY的C++ BUILDER实现,没有采用DIRECT X技术,使得理解更为容易-classic games BATTLE CITY BUILDER C achieved, not used DIRECT X technology, making it easier to understand
lcs
- 算法实现题 最长公共子序列问题 给定两个序列 X = { x1 , x2 , ... , xm } Y = { y1 , y2 , ... , yn } 求X和Y的一个最长公共子序列 举例 X = { a , b , c , b , d , a , b } Y = { b , d , c , a , b , a } 最长公共子序列为 LSC = { b , c , b , a }
PA1_TicTacToe
- This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row a
Super-mushroom-game
- 这是用C++ MFC 开发的一个小游戏的源代码,可运行。仿照超级玛丽的游戏类型与内容进行设计实现,其中 方向键 控制前、后移动,z键控制发射子弹, x键控制跳跃。-This is C++ MFC developed a small game source code can be run. Super Mario game modeled on the type and content of design and implementation, where the first arrow keys
eluosifangkuai
- 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #define A1 0//A代表长条型,B为方块,C为L型,D为
jingziqi
- #include <iostream> 井字棋 using namespace std const int n=3 int block[n][n]={0,0,0,0,0,0,0,0,0} void draw(int **,int x,int c) -# Include <iostream> using namespace std const int n = 3 int block [n] [n] = {0,0,0,0,0,0,0,0,0
Tetris
- 简单实现俄罗斯方块的源代码,使用C++编写,基于cocos2d-x 3.0alpha1编写-Simple implementation of Tetris source code