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

搜索资源列表

  1. 用搜索实现的五子棋

    0下载:
  2. 网上用搜索算法做的五子棋不多,这个程序是用搜索算法做的,可以搜索五层,在10秒以内。当然不算好程序,目前一直在改进中,但是个人觉得可以作为学习搜索算法的同学一个参考。-online search algorithm used to do 331 small, the procedure is done using search algorithm that can search five, in less than 10 seconds. Certainly not a good procedu
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:478061
    • 提供者:黄华华
  1. Chess_Seu

    1下载:
  2. 我自己写的一个网上中国象棋程序. 支持\"支招\",\"托管\" 智能还可以 VB的界面 VC的智能算法 带一个协调服务器(VC) 进一步改进中-I wrote an online Chinese chess procedures. Support the "Tips" and "trust" can be intelligent interface VB VC intelligent algorithm with a coordination serve
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:1766436
    • 提供者:吴锦堂
  1. sudokugame

    1下载:
  2. 运行前请运行程序同目录中的install.bat注册COM组件。 数独游戏的规则和实现算法这里就不多说了,网上有很多。 游戏的算法是用COM实现的,与UI是严格分离的,有相当的独立性。 注:系本人转载,内含所有游戏算法的所有原代码,作者是王金生,他的E_mail:wangjs720@163.com-Please run the program before running the same directory install.bat register COM components.
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:332940
    • 提供者:wuzh
  1. pk

    0下载:
  2. 炸金花的实现,其中有扑克类的洗牌,发牌,比较大小,能与电脑对战,实现的过程通俗易懂,算法精简,唯一缺点是图形不太美观,但对于懂图形的人来说,稍微改进一下,可以实现一个单机游戏或网络对战。QQ:3032210-Golden fried implementation, including shuffling poker classes, licensing, compare the size, can play against the computer, the process of achievi
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:129356
    • 提供者:阿宛
  1. zhajinhua

    0下载:
  2. 地主游戏中的牌型很多,算法也各有不同,但我总觉得网上一些通用的算法有点铺天盖地,所以,我决定自己来重新想一下算法,总的来说,无论你出什么处于,三带二,炸,4带一等,你总是有个主牌的,从牌只认张数,大小是无所谓的,所以,我将主牌清点出来应该就只有 对子,3条,炸弹,双王,顺子这五类,所以,在发牌或者拿到底牌后,我们直接将所有的主牌类型清理出来即可-Many landowners game card type, the algorithm is also different, but I the o
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-26
    • 文件大小:5847
    • 提供者:大海
  1. Tic_MFC_nullspace

    0下载:
  2. 用alpha-beta剪枝算法实现的一字棋(井字棋)对弈程序。由网上另外一个代码改进而来(感谢原作者)。增强了棋力-Alpha-beta pruning algorithm of the word chess-playing program (Tic-Tac-chess). Improvements comes from another online code (thanks to the original author). Enhance the playing strength
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-01
    • 文件大小:33966
    • 提供者:nullspace
  1. doudizhu

    0下载:
  2. 斗地主出牌算法 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null -Landlords out licensing rules for Land
  3. 所属分类:Chess Poker games

    • 发布日期:2017-10-30
    • 文件大小:7660131
    • 提供者:robin
  1. eight-queen-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problems, backtracking algorithm is a typical example. The problem is that the famous 19th
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:2747
    • 提供者:杨基隆
  1. NET_AIchess

    0下载:
  2. 中国象棋:实现了网络对战、人机博弈、保存棋局和播放棋局的功能。网络对战使用异步Socket进行通信,在人机博弈中采用加权估值算法和负极大值搜索引擎。利用双栈使得在播放棋局过程中能灵活地退到上一步或前进到下一步,在走棋同时输出招法列表。-Chinese Chess: implements online play, man-machine game, save and play chess chess game features. Online play using asynchronous Soc
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-24
    • 文件大小:479760
    • 提供者:serenesunny
  1. Gomoku

    0下载:
  2. 基于VC的五子棋设计,具有单机对弈和联机对弈功能,AI使用AlphaBeta剪枝算法实现,可以调节搜索深度和搜索广度,可以保存和打开棋谱,可以悔棋和取消悔棋,控件大小可以随窗口大小的改变而改变。-VC-based design of backgammon, chess has a single function and online chess, AI use AlphaBeta pruning algorithm, you can adjust the search depth and bre
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-30
    • 文件大小:75269
    • 提供者:王孟之
  1. bei_ax65

    0下载:
  2. Is a good learning materials to learn PCA feature extraction, Matlab for beginner students will help, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.
  3. 所属分类:其他智力游戏

    • 发布日期:2017-12-18
    • 文件大小:6144
    • 提供者:qqrfwriw
  1. kailan_v85

    0下载:
  2. The IMC - PID is using the internal model control principle for PID parameters is calculated, Example tracking mean cheap, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.
  3. 所属分类:游戏

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:文甲武
  1. wzq

    0下载:
  2. 本游戏是一个简单的安卓两人对战五子棋游戏源码,方便没有棋盘的时候跟朋友消遣。不需要联机,直接在一个棋盘上下,我的手机分辨率小点,所以游戏里面的棋盘显示不开,有大分辨率手机或者平板的朋友可以测试一下,当然只做棋盘可以把上面的我的五子棋那几个字去掉,腾出上面的空间来干脆完全把手机屏幕变成一个棋盘就好了。游戏只用了三个java文件完成,算法部分有详细的中文注释,编码GBK 默认编译版本4.4.2(This game is a simple Android two person battle Goban
  3. 所属分类:游戏

    • 发布日期:2017-12-30
    • 文件大小:2743296
    • 提供者:程序小弟
搜珍网 www.dssz.com