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

搜索资源列表

  1. zsmz

    0下载:
  2. 用C++编的小游戏,界面友好,算法精炼(运行速度较快),注释比较详细便于读懂学习。-C++ code with the small game and friendly interface, refining algorithm (run faster), easy to read a more detailed study notes.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1619959
    • 提供者:
  1. wuziqi

    0下载:
  2. 这是个五子棋游戏算法,很好,想进步学好软件的不妨-This is a backgammon game algorithm, well, want to learn the software, take a look at progress
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-02
    • 文件大小:603954
    • 提供者:宾语
  1. cHitChecker_src

    0下载:
  2. 该程序演示了一个游戏当中的碰撞检测算法,游戏初学者必备-The program demonstrates a game which the collision detection algorithm, the game must for beginners
  3. 所属分类:Game Program

    • 发布日期:2017-04-06
    • 文件大小:32233
    • 提供者:sky
  1. javaFiveChess

    0下载:
  2. 描述了五子棋索要用到的算法,笔者经过几天的摸索, 终于在 Nea tB ea ns 环境中用Jav a 语言实现该游戏。现在把整个实现过 程写出来, 供广大编程爱好者参考。 二、设计思路 “-Describes the algorithm used in backgammon request
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-01
    • 文件大小:641879
    • 提供者:yhc
  1. algorithm.document

    0下载:
  2. 五子棋的核心算法高级文档The core algorithm Gobang advanced document -The core algorithm Gobang advanced document
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:5821
    • 提供者:utub
  1. final

    0下载:
  2. 本源程序实现了黑白棋游戏的简单对弈,采用深度搜索边角权值算法 -This source code implements a simple chess game Othello using the depth search algorithm for corner weights
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:6942
    • 提供者: chenzhipeng
  1. cocks

    0下载:
  2. 中国古代的百鸡问题,C代码,仅是为了说明算法而用-Problem in ancient China a hundred chickens, C code, only used to illustrate the algorithm and
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-16
    • 文件大小:147531
    • 提供者:johnsonxjq
  1. Test15

    0下载:
  2. 走子策略采用边角权值算法实现黑白棋的游戏程序-Take the weight of sub-strategy algorithm using the corner of the game Othello program
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:5838
    • 提供者: chenzhipeng
  1. HurcocksVB

    0下载:
  2. 中国古代的百鸡问题,C代码,仅是为了说明算法而用-Problem in ancient China a hundred chickens, C code, only used to illustrate the algorithm and
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:138348
    • 提供者:johnsonxjq
  1. MatchingBrideAndGroom

    0下载:
  2. 配对新郎新娘,一种的新的游戏算法。C码希望给应用者新鲜的体验,找到灵感与快乐。-Matching bride and groom, a new game algorithm. C code to the application who want new experience and find inspiration and happiness.
  3. 所属分类:Other Games

    • 发布日期:2017-04-09
    • 文件大小:8267
    • 提供者:qinxiaoyu
  1. cardgame

    0下载:
  2. 实现了拱猪游戏的人工智能算法,包含可执行程序-Chase the Pig game implements artificial intelligence algorithms, including the executable
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-26
    • 文件大小:9013352
    • 提供者:zw
  1. CPP_FOR_gobang_game

    0下载:
  2. 自己整合研究过的一个基于C++的五子棋游戏的源代码,有界面及背景音乐,其中的搜索算法值得好好研究!-This is a couple of souce code about gobang game.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:253182
    • 提供者:刘扬
  1. 20101125195318

    0下载:
  2. 给一个客户编写的拼图小游戏 界面控制放置主要是画线和点,最好分辨率1024*768,里面涉及到了一些小算法,如图片的分割存储,与点击上下左右判断是否可移动,再就是与声音结合,还有其它的一些小功能。好久没上传源码了。 -Written to a customer interface control placement puzzle game is to draw the main lines and points, the best resolution 1024* 768, which i
  3. 所属分类:Game Program

    • 发布日期:2017-05-11
    • 文件大小:2448871
    • 提供者:
  1. FiveChess

    0下载:
  2. 这个感觉很不错的一个网络版本的五子棋游戏源码,包含服务器端、游戏大厅之客户端。具有游戏大厅功能,支持多人游戏,可以实时显示玩家得分,支持互相发送信息聊天功能。可以自定义玩家昵称,玩家速度等。玩游戏时支持悔棋、求和、认输功能。电脑自动走棋算法不错。动态效果也不错,唯一遗憾的是没有声音(毕竟作者仓促一周做出来的,呵呵),大家也可以自己加入吧,总之源代码的特色C/S通讯协议控制的很不错。对学习网络、游戏开发的朋友可以很好的借鉴。 -This feels very good version of the
  3. 所属分类:棋牌游戏

    • 发布日期:2017-05-18
    • 文件大小:4732928
    • 提供者:igoogle88
  1. op

    0下载:
  2. 生产调度动画演示代码,可用于基本算法的结果演示和结果生成。-Animation production scheduling code, the results can be used to demonstrate the basic algorithm and results generated.
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:767
    • 提供者:SQL
  1. VC---FIVEGame

    0下载:
  2. 利用vc6.0编程做的一个五子棋游戏,实现了人工智能的算法,是一个比较成功的五子棋游戏代码。-Programming done by vc6.0 a backgammon game, to achieve artificial intelligence algorithms, the more successful is a backgammon game code.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2137649
    • 提供者:
  1. lianliankan

    0下载:
  2. 实现连连看的算法设计,对连连的的实现算法做了详细的分析。-Lianliankan algorithm to achieve design, implementation again and again made a detailed analysis of algorithms.
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:79060
    • 提供者:谢强
  1. a0a717fc9d4c

    0下载:
  2. java chess 可以用来算法参考,,国际象棋-java chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:462250
    • 提供者:anzi2010
  1. wajinzi

    0下载:
  2. c++的五子棋源代码,算法还可以,可以作为学习c++的参考资料-c++ source code of backgammon, the algorithm also can serve as a learning reference for c++
  3. 所属分类:Other Games

    • 发布日期:2017-05-10
    • 文件大小:2246775
    • 提供者:shen
  1. wuziqi

    0下载:
  2. 一个MFC五子棋程序,感觉还可以,但是算法上存在问题-Gobang a MFC program, I feel you can, but the algorithm on problems
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-16
    • 文件大小:4222508
    • 提供者:姜兴
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com