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

搜索资源列表

  1. 算法(魔方,蛇形,回字方阵)

    0下载:
  2. 一个些基本算法。用二维数组输出成一些矩阵。还有魔方输出。可以加我QQ:254760008-a more basic algorithm. Using two-dimensional array output into some matrix. There Cube output. Can I QQ : 254760008
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:13.05kb
    • 提供者:庆中
  1. 迷宫游戏源程序

    0下载:
  2. 这是一个小的改进版的迷宫游戏。其中用了一个boolean量的矩阵表示位置。-This is a small version of the maze to improve the game. Which spent a boolean volume matrix location.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:5.03kb
    • 提供者:luo
  1. Xiaosekuai

    0下载:
  2. google的消色块小游戏 有多种难度和色块方阵大小可以选择,挑战一下最高难度的15*15消色块吧-google extinction color a variety of game difficulty and color matrix size can choose to challenge the highest degree of difficulty about 15* 15 extinction color bar
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:39.81kb
    • 提供者:cs
  1. boxgame

    0下载:
  2. 用MATLAB求解推箱子智力游戏问题,将推箱子的图看做矩阵,利用穷举法求解,对于一般的简单图很有效。-Use MATLAB to solve Sokoban puzzle problem, Sokoban graph as matrix, using brute-force solution, a simple graph in general is very effective.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-26
    • 文件大小:3.7kb
    • 提供者:Tom
  1. sudoku

    0下载:
  2. 对于一个有唯一解的数独问题,提供解答。输入为9*9矩阵,每个数之间有一空格隔开,空缺的数用输入0代替。-Has a unique solution for a number of unique issues, provide answers. Enter the 9* 9 matrix, each separated by a space between the number of the vacancy number of the input 0 instead.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:1.95kb
    • 提供者:flying
  1. SudokuSolver

    0下载:
  2. Sudoku solver. Solves sudoku puzzle from the matrix provided in a file
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:531.43kb
    • 提供者:Alex
  1. snake

    0下载:
  2. this schématic is a simple Snake game based on PIC 18F4520 and a 4 matrix 8x8
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:30.48kb
    • 提供者:haggos
  1. PINGMIANMOFANG.rar

    0下载:
  2. 一个使用EXCEL编写的3X3四阶平面魔方,使用VBA语言编写,运行时需要启用宏,内有一个万能魔方公式矩阵,通过累加运算可以快速计算成任意解,Use a flat-Cube EXCEL write 3X3 fourth order, using VBA language runtime need to enable macros within a universal Cube formula matrix can be calculated quickly accumulate operatio
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-13
    • 文件大小:99kb
    • 提供者:luoxin
  1. mofang

    0下载:
  2. Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-The Web version of the Rubik' s Cube game written in Java, the compiler generates
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:8.34kb
    • 提供者:周文
  1. PA1_TicTacToe

    0下载:
  2. This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row a
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:1004byte
    • 提供者:ger
  1. SUN

    0下载:
  2. 基于NIOS II的LED屏贪食蛇设计,基于NiosII软核处理器和LED点阵显示屏的贪吃蛇游戏内容是:一条蛇在封闭的围墙里,围墙里随机出现一个食物。玩家通过4个按键控制蛇上下左右移动,且蛇只能沿着头运动的轨迹移动。蛇头撞到食物,则食物被吃掉,蛇身体增长一节,同时记1分,又出现食物,等待蛇通过玩家的控制来吃掉,如果蛇头在移动中出界或咬到自己的身体则游戏结束,并且加入了一些附加功能如蛇身加速,选择难度,开关机屏幕画面的优化等一系列功能,使游戏更具可玩性。-NIOS II LED screen Sn
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-12
    • 文件大小:18.08mb
    • 提供者:iachi
  1. MazeProblem

    0下载:
  2. 迷宫问题求解,基于C++构造矩阵表示迷宫,通过构造栈查找迷宫的出路,实现迷宫问题的求解-Problem solving maze, maze-based C++ structure matrix, find a way through the maze of the stack structure, to achieve the maze problem solving
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-28
    • 文件大小:18.48kb
    • 提供者:MengruZhang
  1. Finding-Sudoku-Solutions.c

    0下载:
  2. Sudoku is a popular logic puzzle. The purpose of the game is to fill the 9 by 9 matrix with numbers 1 to 9 and meet the following constraints: 1. Each row has no duplicated numbers, 2. Each column has no duplicated numbers, 3. Each 3 by 3 subma
  3. 所属分类:Other Riddle games

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