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

搜索资源列表

  1. hrd_src

    0下载:
  2. 此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BU
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:159.8kb
    • 提供者:潘先生
  1. AIGreedSnake

    0下载:
  2. 本程序是我放假时写的一个贪吃蛇,电脑有AI,不过很可惜AI智能不高。不过我现在认为自己的代码已经比当年有所提高,对文件的组织,对一些简单模式的运用,包括基本的格式注释等都有很大进步。我想对于一些初学者还是有参看的价值。AIStrategyLevelB.java这个文件就是用来扩展实现更高AI的算法的,我虽然有些思路,未能实现,希望有想法的和我交流,qq是9468387,邮箱是cookie1984717cookie@yahoo.com.cn(不好意思,长了点的,呵呵) 在eclipse,jdk
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:31.2kb
    • 提供者:cookie
  1. YellowDemo

    0下载:
  2. 这是用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.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:48.37kb
    • 提供者:喻林
  1. CatCatchRat.rar

    0下载:
  2. 实际上这是VC.NET的源代码,因为在VC++6.0下不能编译,因此编译本程序您需要安装vs2005及以上版本。   本游戏主要是侧重算法和动画生成方面的知识与技能,通过游戏我们一般都能学到很多东西,有空闲的时候值得一看。,In fact, this is the source code VC.NET because in VC++6.0 can not be compiled, the compiler of the procedures you need to install vs200
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:646.69kb
    • 提供者:994
  1. SUDOKU

    0下载:
  2. 自己开发的数独游戏教学程序,实现了当前主流的数独求解算法。一方面可以进行游戏,更重要的是在每一步自动提示后都会讲解相关的解题算法,便于学习数独。-Self-developed Sudoku games teaching program, to achieve the current mainstream sudoku algorithm. On the one hand you can play games, but more importantly is that in each step w
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:325.28kb
    • 提供者:胖猫
  1. turboc

    0下载:
  2. 我主要想得到软件算法的源代码,然后把它移植到ARM7(嵌入式)系统上,根据自己所用的LCD屏,调用GUI(图形界面函数)进行显示。我想肯定非常有趣! -I want the source code of software algorithms, and then transplant it to the ARM7 (embedded) systems, used in accordance with their own LCD screen, call the GUI (graphical
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:kaka
  1. Sodoku

    0下载:
  2. 数独游戏的通用算法。摘要: 1 数独是一种数学智力拼图游戏,玩法逻辑简单,但解法千变万化。 2 数独解法全是由规则衍生出来的,基本解法分为两类思路,一类为排除法,一类为唯一法。更复杂的解法,最终也会归结到这两大类中。 3 算法的数据结构,基本思想及成果演示 成功计算出了数独题目的结果,并保持了很快的速度.该算法可以解决所有的数独游戏题目,为一种高效率的通用算法. 4 算法有更广阔的改进空间 -Sudoku generic algorithm. Abstract: a nu
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:745.79kb
    • 提供者:upwinder
  1. RussianSquare

    0下载:
  2. 在VS2008下用MFC完成了俄罗斯方块的AI算法,也可以手动玩游戏。AI的搜索深度可以设置,可以作为人工智能等课程的大作业程序。-Complete with MFC in VS2008 under a Tetris AI algorithms, you can manually play the game. AI search depth can be set, such as artificial intelligence courses of operating procedures.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-24
    • 文件大小:3.39mb
    • 提供者:翟守超
  1. chap-1

    0下载:
  2. 编程之美中有关游戏的内容, 包括连连看游戏设计,中国象棋将帅问题,NIM“拈”游戏分析 三个重要的算法详细讲解,对于想要提高自己算法水平的人群,非常必须-Programming in the beauty of the game, including Lianliankan game design, Chinese chess generals problem, NIM " twist" game analysis to explain three important algo
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:828.37kb
    • 提供者:sixmore
  1. stu060149

    0下载:
  2. 高中学生算法课程作品,一个简单的下棋游戏,看看我们的学生如何实现的。在高中信息技术算法课程教学中很有借鉴意义-High school students algorithms course work, a simple chess game, have a look our students how to achieve. In senior high school information technology curriculum teaching algorithm has very much
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:5.57kb
    • 提供者:钱晓峰
  1. MyRussiaSquare00

    0下载:
  2. 这是用Microsoft visual c++6.0编写的一款小巧的小游戏——俄罗斯方块,里面有高效的算法和数据结构设计-This is written in Microsoft visual c++6.0 a small game- Tetris, there are efficient algorithms and data structures
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-11
    • 文件大小:2.2mb
    • 提供者:chenhaosust
  1. C_lianliankan

    0下载:
  2. 用C写的一款连连看小游戏,有代码有注释,很利于研究连连看的算法,以及新手学习C语言程序的编写。-A the Lianliankan small game written in C code annotated, it is conducive to the study lianliankan algorithms, as well as novice learning C language program.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-09
    • 文件大小:4.44kb
    • 提供者:allen
  1. tanchishe

    0下载:
  2. 一个在控制台实现贪吃蛇游戏的小程序,基本的算法都有注释,跟大家分享一下-Snake game in the console to achieve a small program, the basic algorithms have comments to share with you
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:陈思雨
  1. saoleijava

    0下载:
  2. 一个扫雷游戏的代码,算法什么的都写在同一个文件中-Code a minesweeper game, and what algorithms are written in the same. Java in
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:7.11kb
    • 提供者:lixin
搜珍网 www.dssz.com