搜索资源列表
五子棋游戏的源代码
- Visual C开发的五子棋游戏的源代码,有AI智能算法代码,-renju game's source code
number1
- 八数码的C++解法,广度优先算法完成,人工智能中难题-eight digital C solution, the breadth - first algorithm. AI problems
ERS
- 俄罗斯方块小游戏,用C语言实现,算法比较简单,可代初学者学习。-small game Tetris using C language, the algorithm is relatively simple, to be able to beginners learning.
xogame
- 用C写的格子棋游戏源程序,在DOS运行,程序算法不算很复杂,值得写同类代码的参考。-written in C game of chess source lattice, the DOS operating procedures algorithm is not very complicated. Similar worth writing code reference.
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 }
mmmaa
- 一个综合运用了多种数据结构和算法的程序。完全使用标准 C 编写!绝对值得细细品味!
pintu
- 一个拼图游戏,有主要的算法的C++源程序!
BoxMan
- 用C++写的推箱子游戏,有演示推箱子的路线的算法。
llk
- 本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏
02050611
- C语言实现的猜数算法,生成一个随机数,然后由用户猜数,猜数正确则输出正确并打印正确的数,不正确则输出比生成的随机数大或小,重新输入,直至猜正确为止。一轮游戏结束后还可由用户选择要不要开始新一轮游戏。
hannota70
- 总个数确定后,每张盘curDisk的移动方向maybe_To是确定的且唯一的:如共有三个盘时,盘1始终向左移动。 这里,将柱子由左向右看成A(源柱子Source),B(借助的柱子Borrow),C(目标柱子Target). A的左看成C,B的左看成A,C的左看成B; A的有看成B,B的右看成C,C的右看成A; 每张盘的移动方法(因为不可能连续两次移动相同的盘!): 一个盘curDisk现在在 柱子curStick上,那么curDisk另一个柱子(3个中除了2个的另1个) 只要有选择的选择一个柱子
YellowDemo
- 这是用c++语言编写的在SCST仿真平台机器人足球赛一个比赛队提交的结果. 其中有一些人工智能的算法 值得一看.-This is the language used c SCST in robot soccer simulation platform for the team to a result. There are some interesting sites in artificial intelligence algorithms.
Jigsaw`puzzle_about`one`and`a`half`months`to`write
- 拼图游戏,写了1个半月,改了半个月,2300行代码,C++语言,主要是算法复杂-Jigsaw`puzzle_about`one`and`a`half`months`to`write_2300`lines`of`code_mainly`complex`algorithm.rar
c
- c大全 包含常用算法程序及游戏编程实例 九百种算法和九百种实例 推箱子日历等小游戏程序-c Daquan commonly used algorithms include the procedures and examples of 900 kinds of game programming algorithm and 900 kinds of examples of the calendar and other small games Sokoban
Hanoi
- c++编写的汉诺塔解法,利用递归调用的算法-c++ written in Tower of Hanoi solution, using recursive calls of Algorithm
Games-of-C-Program
- 本文件夹包含14个经典C语言程序,有详细的配套文章说明和代码,都可运行; 案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-This folder contains 14 classic C la
saolei
- C++ Builder版扫雷游戏,扫雷算法-C++ Builder Edition Minesweeper game Minesweeper algorithm
xiangqi
- C++象棋源码,非常不错的一个单机游戏,可以学习相关算法-C++ chess source code, a very good stand-alone game, learning algorithm
C-Sharp-development-Tetris
- 本文给出了用C#语言开发俄罗斯方块的完整源程序,算法设计简单易懂,初学者3天即可掌握-This article presents the C# language development Tetris complete source code, algorithm design is simple to understand, beginners can master three days
三个winfrom程式化小游戏
- 三个都是利用了一点简单算法的winform小游戏希望诸位能从中获取某些灵感或者帮我解决一下bug