CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 井字棋

搜索资源列表

  1. Fisher-and-Perceptron

    0下载:
  2. Matlab实现Fisher线性分类器和Perceptron线性分类器,包含2D图形生成,实验数据采用井字棋数据-Fisher and Perceptron Linear Discriminant Analysis Matlab implementation using Tic-tac-toe data
  3. 所属分类:matlab

    • 发布日期:2017-11-16
    • 文件大小:5573
    • 提供者:
  1. jingziqi

    0下载:
  2. VB环境下实现的井字棋游戏,是vb编程初学者学习和适应VB编程的比较有用的小程序。-VB environment tic-tac-toe game of chess, vb programming for beginners to learn and adapt to the useful features of VB programming.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-10
    • 文件大小:8130
    • 提供者:Lusiah
  1. TIC-TAC-TOE

    0下载:
  2. C#井字棋程序,是C#种方法和参数的简单应用-tic-tac-toe game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-17
    • 文件大小:41695
    • 提供者:黎炳宏
  1. TicTacToe

    0下载:
  2. 小型的智力游戏(井字游戏)的开发代码。井字游戏又称井字棋、圈圈叉叉等,原本是一个纸笔游戏。这种游戏的变化简单,常成为博弈论和赛局树搜寻的教学例子,同时也是本章选择井字游戏作为开发实例的重要原因之一。可以使读者增强对C#语言的理解,同时对游戏开发的入门学习也起到一定的指导意义。 -Small puzzle game (Tic Tac Toe) development code. Tic-tac-toe game, also known as tic-tac-toe, circle pork o
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:17804
    • 提供者:
  1. jingzhiqi

    0下载:
  2. 利用MFC完成井字棋的界面编写,实现了井字棋的基本功能需求。-Written using MFC interface to complete the tic-tac-toe, to achieve the basic functional requirements of a tic-tac-toe game.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-27
    • 文件大小:644755
    • 提供者:韩雅
  1. hxd

    0下载:
  2. 井字棋人机对弈,设有随机算法,人可以赢电脑,圆和差采用坐标划线的方式-Tic tac toe game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-28
    • 文件大小:2619
    • 提供者:岑凯伦
  1. tic-tac-toe-python

    0下载:
  2. 基于遗传算法的井字棋不败策略搜索,找到全部独立765个状态之后的搜索-Tic Tac Toe game based on genetic algorithm search strategies unbeaten
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:94436
    • 提供者:沈佳良
  1. TicTacToe

    0下载:
  2. 一个井字棋小游戏,九个格子画圆和叉,看谁先连一条线,随便玩玩,如果感兴趣可以看看。-A game of chess, nine plaid circle and fork, even a line to see who casually play, if interested can look at.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:969065
    • 提供者:陆佳俊
  1. tictactoe

    0下载:
  2. 基于matlab设计的3X3井字棋,供参考学习。-3X3 matlab based design of chess for learning.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:4349
    • 提供者:超超
  1. tictactoe

    0下载:
  2. 井字棋小游戏 源代码 适合初学者 可能有一些BUG但是学习JAVA足够了-Tic Tac Toe game of chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:6729
    • 提供者:黄鑫
  1. Exp10

    0下载:
  2. 这是清华大学数据与算法实验作业。题目为:井字棋。-It is the job of Tsinghua experimental data and algorithms. Entitled: Tic Tac Toe game.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:307398
    • 提供者:刘星
  1. zhuoxiaoji

    0下载:
  2. 汗诺塔,华容道,世界时钟,捉小鸡,井字棋-Khan Notari, HuaRong Road, world clock, catching chicken, groined chess
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:4126
    • 提供者:林肯
  1. JingZiQi

    0下载:
  2. “一字棋”游戏(又叫“三子棋”或“井字棋”),是一款十分经典的益智小游戏。“井字棋”的棋盘很简单,是一个3×3的格子,很像中国文字中的“井”字,所以得名“井字棋”。-experiment " word game" game (also known as " third son of Chess" or " tic-tac-toe game" ), is a very classic puzzle game. " Tic-tac-toe game," the board is very simpl
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:435923
    • 提供者:金志文
  1. jingziqi

    0下载:
  2. #include <iostream> 井字棋 using namespace std const int n=3 int block[n][n]={0,0,0,0,0,0,0,0,0} void draw(int **,int x,int c) -# Include <iostream> using namespace std const int n = 3 int block [n] [n] = {0,0,0,0,0,0,0,0,0
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:8585
    • 提供者:天河
  1. Experiment-9-cases

    0下载:
  2. 嵌入式9个综合实验的源代码,包括电子菜单 汉诺塔 华容道 贪吃蛇 井字棋 捉小鸡 交通灯 计算器 世界时钟,均经过ARM SDT2.51集成环境编译连接通过,亲测可在北京博创兴业有限公司的实验平台ARM300上运行 供大家学习使用-Embedded nine comprehensive experiment source code, including electronic menu of chess Hanoi Huarong Snake catching chicken traffic li
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7280043
    • 提供者:Noctis
  1. JingZiQI

    0下载:
  2. 带人机对战功能的井字棋,点击“人机对战”开启人机对战模式,再次点击关闭人机对战模式。-Tic Tac Toe game with a man-machine war feature, click on the "man-machine war" On Human Versus mode, click again to close the war machine mode.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:28246
    • 提供者:孙东峰
  1. Tic-Tac-Toe

    0下载:
  2. 井字棋小游戏,根据已有棋盘判断下一步的棋子位置以保证不输-Tic Tac Toe chess game, based on the existing board to determine the next step to ensure that the pieces do not lose position
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1990
    • 提供者:王明
  1. jing

    0下载:
  2. 井字棋游戏,规则很简单,只要有一方的棋子在横纵斜三个方向有三个棋子连成一线就获胜。-Tic-tac-toe chess game, the rules are simple, as long as there is one piece in the transverse and longitudinal oblique three directions have three pieces together as a line will win.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:139465
    • 提供者:dizai
  1. GameSearch

    0下载:
  2. 井字棋的有关java的alphabeta搜索-Tic-tac-toe game java on the alphabeta search
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1780
    • 提供者:worksan
  1. jiandanjingziyouxi

    0下载:
  2. 简单的井字棋游戏,不是内行,学习为主,向大师学习,-Simple Tic-Tac-chess game, not the experts, learning-based, to master learning, He He
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1788
    • 提供者:ievereal
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com