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

搜索资源列表

  1. 5zq

    0下载:
  2. 可以人机对弈、双人同机对弈,人机对弈电脑具有较好的人工智能算法,界面美观。开发工具:VC++6.0 和 MFC
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:37.44kb
    • 提供者:余超
  1. hrd_src

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

    • 发布日期:2008-10-13
    • 文件大小:159.8kb
    • 提供者:潘先生
  1. 超经典推箱子游戏

    1下载:
  2. 推箱子这游戏就不用介绍了吧 本程序算法巧妙,自动生成地图,支持鼠标点击自动搜索路径,是学习vc编程的好例子-viewing this game would not have introduced it this procedure clever algorithm automatically generated maps, support for mouse clicks automatically search path is studying vc good example of progr
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:136.18kb
    • 提供者:祥子
  1. MagicCubeDos

    0下载:
  2. 魔幻方程序VC++,包含二个优化魔方算法。-magical side VC procedures, including two Cube optimization algorithm.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:10.31kb
    • 提供者:Tony Yu
  1. vcchess

    0下载:
  2. vc版五子棋,采用alpha-beta剪枝算法,是学习人工智能的绝好资料
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:505.4kb
    • 提供者:阿邦
  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. BoxMan

    1下载:
  2. 推箱子游戏的源代码(VC编译,可以自动演示走法)。很好玩的一个小型智力游戏。程序可以自动的搜索算法,并演示。有几千个关卡可以选择,也可以自己编辑地图增加关卡。-Sokoban game
  3. 所属分类:其他智力游戏

    • 发布日期:2013-09-29
    • 文件大小:1.67mb
    • 提供者:田力
  1. tanchishe

    0下载:
  2. 贪吃蛇的VC实现 蛮简单的算法,不过写的时候还是很好-Snake' s VC realize quite simple algorithm, but still a good time to write
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-09
    • 文件大小:72.64kb
    • 提供者:王筱怡
  1. VCgame

    0下载:
  2. 这是一款VC++开发的拼图游戏,解决的问题有:如何分割图像并且绘制到Button或者Static控件上;Static控件如何能够响应鼠标;移动算法,可不可以获得最少步数?-This is a VC++ to develop the jigsaw puzzle to solve the problem: how to partition the image and draw on the Button or Static Control Static control how to respond
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-27
    • 文件大小:68.61kb
    • 提供者:幽蓝
  1. hnt_src

    0下载:
  2. VC++汉诺塔算法的实现,动态移动图形。汉诺塔是一个遥远的古代传说故事,至于讲的是什么,这个大家可以另查资料,这里不多说。研究汉诺塔问题,可以帮助你理解C++数组与算法的一些技巧,还是有必要参考的。-VC++ Tower of Hanoi algorithm, dynamic mobile graphics. Tower of Hanoi is an ancient legends of the distant, as to what is said, you can also check th
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:14.54kb
    • 提供者:Arizona
  1. Snake_App

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:304.68kb
    • 提供者:xiaojie
  1. renju

    0下载:
  2. 五子棋游戏。利用人工智能算法,基于VC++平台。单机游戏,- The use of artificial intelligence algorithms, based on VC++ platform. Stand-alone game,
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:63.86kb
    • 提供者:liufanxiu
  1. jingziqi-renjiduizhan

    0下载:
  2. 用vc编写的井字棋游戏,用极小极大算法编写,可以实现人机对战-Prepared using vc chess game Tic Tac Toe
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1.54mb
    • 提供者:mwz
  1. snake_game

    0下载:
  2. 贪食蛇游戏,适合初学者.这个游戏通过上下左右键来控制蛇身的移动,算法比较精简-snake game with vc++6.0(MFC) .this is for the beginer to download the sources to learn.thanks.... ho ho ho
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:666.56kb
    • 提供者:Microchen2008
  1. Skyblue_Mine

    0下载:
  2. 扫雷程序源代码,VC写的。有兴起的可以看看算法内容。-De-mining program source code, VC wrote. With the rise of the algorithm can look at the content.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:173.1kb
    • 提供者:haidejintou
  1. skyblue_BoxMan

    0下载:
  2. 推箱子游戏源代码,VC写的,很不错的算法实现。-Sokoban game source code, VC wrote, very good algorithm.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-17
    • 文件大小:147.44kb
    • 提供者:haidejintou
  1. fk

    0下载:
  2. 不到200行代码的俄罗斯方块游戏,虽然是控制台下的字符显示,但整个程序结构清晰明了,对学习游戏及开发及相关算法具有很好的参考价值,VC++6环境下编译通过-Less than 200 lines of code Tetris game, characters are displayed under the console, but the entire program structure, clarity, a good reference value for learning game dev
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:10.03kb
    • 提供者:pc8mcu
  1. maze

    0下载:
  2. 一个VC++编写的迷宫游戏,目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法-A maze game based on VC++. the directory contains four the labyrinth associated source code generation algorithm: a simple maze generation algorithm, a complex maze, a simple maze
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-07
    • 文件大小:105kb
    • 提供者:huangq
  1. vcPPChinese-checkers

    0下载:
  2. 跳棋程序,是用VC++开发的,简单实用,有一定算法的计算和实现-Checkers program is VC++ developed a simple and practical, there is a certain calculation algorithm and implementation
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-21
    • 文件大小:6.21mb
    • 提供者:XQ
  1. code

    0下载:
  2. VC++编写中国象棋人机对弈源码贡献包含各种搜索算法-VC++ write Chinese chess source contribution includes a variety of man-machine chess search algorithms
  3. 所属分类:Other Riddle games

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