搜索资源列表
gobang
- 最近做了个小游戏五子棋,两人对战类,是用VC,EasyX做的,在网上只能找到EasyX做的贪吃蛇,俄罗斯方块,没有五子棋,自己做了一个。我学C高级期末成绩就是做这个,可以显示出两人的思考时间,可以不断开局,主要是源代码大家可以学习一下..希望与大家多交流。(Easyx我也放在压缩包里了,自己安装一下)-Recently made a small game backgammon, two arcade, with VC, EasyX do, do online can only find Easy
a
- vc\c上的绘图小游戏教程,对初学者非常有用,若使用vc编程,要先按教程安装easyX(里面已包含)-vc \ c on the drawing game tutorial is very useful for beginners, if using vc programming, have to press the tutorial to install easyX (which is included)
EasyX
- 这是一个简单的俄罗斯方块C++程序,大家看看吧-This is a Tetris C++ program
easyx-C
- easyX的画图程序很有指导意义新手入门使用-drawing c
hangman
- 用C++easyx写的吊死鬼猜单词小游戏-small game hangman
EasyX
- 用于C++的显示windows图像,简单而有效,欢迎下载。-C++ for image display windows,simple and effecient.
火柴人跑酷1.0编译
- 在easyx工具库基础上再次进行封装,实现绘图、声音、控制等多项功能。(This is a c game based on easyx.Functions include draw,void,control...)
火车侠
- 使用EasyX实现C/C++ 语言下图形编程,实现文件读取操作以及声音动画播放.使用Visual Studio 平台(This project achieve the Graphical interface coding through EasyX tools.It contains the usage of file operation and vedio playing.)
TankWar-day1
- 用EasyX在控制台下画出一个坦克模型,可以移动方向,可以前进(make a tank by EasyX)
小游戏
- 躲子弹游戏 控制飞机飞行(Bullet dodge game)
JigsawPuzzle
- 编译环境vs2012,使用前请安装easyx环境支持。可直接编译使用(Compile environment vs2012, install EasyX environment support before use. Can be directly compiled to use)
xing xing tu
- c语言动态心形图,需要使用easyx插件才能在vc 6.0++里面正常使用!(C language dynamic heart-shaped map, you need to use the EasyX plug-in in order to use normally in VC 6.0++!)
海底世界
- 大鱼吃小鱼小游戏,C语言实现,调用EasyX(Big fish eat small game, C language, call EasyX)
ConsoleApplication1
- 学习运用vs2010和EasyX,并作出如下实验: (1)了解和掌握图形几何变换5种基本几何变换的基本理论;实现5种图形几何变换中的3种,其中必须有旋转和比例几何变换 (2)设计一种二维图形,自主设计对此图形的复合变换。 注意画面美观、操作流畅。(Learn to use VS2010 and EasyX, and make the following experiments: (1) understand and grasp the basic theory of 5 basic
TSP遗传算法
- 遗传算法解决144个城市的TSP问题,并用easyX插件画出路径图。(The genetic algorithm solves the TSP problem in 144 cities and uses the easyX plug-in to draw the path map.)
消方块(应先解压再打开)
- 消方块游戏,基于C++ EasyX编写,如果用户在同一行或者同一列有三个方块即可消除得分(A game based on Visual C++ and EasyX library.)
dbyy-pjb(1)
- 消方块游戏,基于C++ EasyX编写,如果用户在同一行或者同一列有三个方块即可消除得分(Block game, based on C++ EasyX. If the user has three blocks in the same line or the same column, the score can be eliminated.)
VS2010+Easyx库_推箱子
- 电脑需下载VS和Easyx库才能运行,此程序为简易的推箱子,程序设计思路仅供参考学习,适用于C图形化编程初学者。
基于C语音的推箱子游戏
- 本项目是一款基于C语言和easyX的推箱子小游戏,共有20关地图,有背景音乐,可随时开关背景音乐。通过后有通过音乐。本小游戏由ZeroFree和燕子两个人共同开发。
迷宫游戏关于C语言的实现
- 通过借用EasyX库来提供良好的人机交互,包含生成迷宫,自动寻路等功能