CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - greedy

搜索资源列表

  1. TC贪吃蛇

    0下载:
  2.   贪吃蛇的TC游戏程序源代码,我们用了一个学期在高级C语言课了组队完成的.-Greedy Snake,a game with TC language.It takes us one semester to finish it in C language course.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:7.84kb
    • 提供者:俞薛永
  1. XR_AI_Project2_v1

    0下载:
  2. 用人工智能方法编写的五子棋程序,使用了贪心算法等,运行速度很快,人工智能比较强大-using artificial intelligence methods to prepare the 331 procedures, the use of the greedy algorithm, running very fast, more powerful artificial intelligence
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:365.03kb
    • 提供者:吴小鹏
  1. greedy-snake

    0下载:
  2. 经典游戏程序设计之贪吃蛇,是基于VC++ 6.0平台开发的,给初学游戏编程的人参考-The classic Snake game programming is based on VC++ 6.0 platform, and to the people refer to game programming beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:399.48kb
    • 提供者:zhangwen
  1. snake

    0下载:
  2. 实现一个贪吃蛇游戏,有开始界面,可以重新开始,查看之前的分数-play greedy snake
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:3.62kb
    • 提供者:小裘
  1. duo

    0下载:
  2. 名称叫做多边形游戏,是算法设计技巧与分析中经常会遇到的一类问题,主要是由贪心法来解决-Name of the game called the polygon is algorithm design techniques and analysis of a class of frequently encountered problems, mainly by the greedy method to solve
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:507.12kb
    • 提供者:Crane
  1. snake1

    0下载:
  2. 贪吃蛇,源程序。 本程序未参考别人编写过的贪吃蛇game--A greedy snake.
  3. 所属分类:Game Program

    • 发布日期:2017-11-23
    • 文件大小:2.91kb
    • 提供者:孤客行云
  1. snake

    0下载:
  2. C++课程设计,贪食蛇。-C curriculum designs, has a greedy appetite the snake.
  3. 所属分类:Game Program

    • 发布日期:2017-12-06
    • 文件大小:48.19kb
    • 提供者:结果
  1. snake1

    0下载:
  2. C++写的,贪食蛇另一版本-C writes, has a greedy appetite the snake another edition
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:147.38kb
    • 提供者:结果
  1. 贪食蛇

    0下载:
  2. 用C语言编写的贪食蛇.- Has a greedy appetite the snake with the C language compilation.
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:2.04kb
    • 提供者:
  1. 容易看懂的贪食蛇

    0下载:
  2. 容易看懂的贪食蛇.rar- Easy to understand has a greedy appetite the snake rar
  3. 所属分类:Game Program

    • 发布日期:2017-11-21
    • 文件大小:1.82kb
    • 提供者:邓金霞
  1. XIAOQIUf

    0下载:
  2. 在使用TURBO C学习时编写的贪球游戏 功能十分简单 但是确是劳动的成果 希望大家支持-TURBO C in the use of study prepared by greedy ball game features a very simple but it is the outcome of the labor I hope you will support
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:941byte
    • 提供者:yjc
  1. 2120060366

    0下载:
  2. 基于贪心策略的五子棋人机对弈,简单的人机对弈,可以应付一下初级选手,算法还有很大改进空间,有兴趣的可以研究一下,有改进的话记得发我一份,一起研究-Gobang greedy strategy based on human-computer game, a simple man-machine game, players can cope with the initial look, there is still much room for improvement algorithm, inter
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-29
    • 文件大小:53.04kb
    • 提供者:刘建林
  1. greedysnake

    0下载:
  2. 用C语言做的简单的贪吃蛇小游戏,适合初学者学习。-Greedy Snake,a little program in C language.
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:4.84kb
    • 提供者:
  1. snake

    0下载:
  2. 自编贪吃蛇游戏:包括单人练习,双人对战,单人挑战模式-greedy snake
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:34.63kb
    • 提供者:dw
  1. tanchishe

    0下载:
  2. 贪吃蛇游戏,大家最熟悉了,自己编编看吧,不会了,仅供参考-greedy snake game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-25
    • 文件大小:34.43kb
    • 提供者:王静
  1. queens

    0下载:
  2. 一个使用greedy search算法实现的N个queen排列的程序。用星号代表国际象棋中的queen。随机生成布局后,显示每次移动,最后使queen不能互相攻击。即都不在相同的行,列和对角线。-A greedy search algorithm using the N-a queen arranged procedure. Behalf of the international chess with an asterisk in the queen. Randomly generated la
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:12.32kb
    • 提供者:刘洋
  1. FiveQi

    0下载:
  2. 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:195.02kb
    • 提供者:自由民
  1. Greedy-Snake

    0下载:
  2. 基于VB的一款经典游戏——贪吃蛇。至于玩法就不用多说了吧。-A classic game based on VB- Snake. As for the play Needless to say it.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:319.74kb
    • 提供者:率律
  1. greedy-snake

    0下载:
  2. 贪吃蛇程序通过运行这个程序,会弹出一个运行界面,可以调节速度、等级、模式,这款游戏很不错.可以加速,减速,控制运动方向-the greedy snake game : when the project is running you can control the speed ,mode and difficulty ,it is very good
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:388.5kb
    • 提供者:samuel
  1. greedy-snake

    0下载:
  2. 简单的贪吃蛇游戏源码,用c语言编写,主要是学完c语言的一个小课设-code for the game greedy snake
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-04
    • 文件大小:3.16kb
    • 提供者:nieqi
« 12 3 4 5 »
搜珍网 www.dssz.com