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

搜索资源列表

  1. sudoku

    0下载:
  2. C编写的数独游戏,从dat.txt中读取9X9的数独矩阵,即可给出数独结果
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:3356
    • 提供者:朱昶炜
  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
    • 文件大小:13363
    • 提供者:庆中
  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
    • 文件大小:5149
    • 提供者:luo
  1. zqiong

    0下载:
  2. 魔方矩阵,相信很多人在学校都碰到过,其实代码很简单的。-Matrix Cube, I believe many people have come across in schools, in fact, very simple code.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-11
    • 文件大小:1098
    • 提供者:wangbei
  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
    • 文件大小:3785
    • 提供者:Tom
  1. 3D-Gram-Programing

    0下载:
  2. 谁都想做3D游戏,但是谁都知道3D编程和2D编程是不同的。   做2D游戏只要有一个画点函数就什么都有了。变化很少,无非就是几个alpha混来混去的,就那么些东西,经过这么多年,早就被大家玩透了。   但是3D不同,它复杂,需要一大堆理论知识,点、线、面、向量、矩阵、材质、贴图、灯光……   光这些术语就够让人一个头两个大了,更别说要用程序来表现这些东西。   但是现在想要做游戏,3D还真不能不学,我就正开始学3D编程。   "什么?你都才开始学3D就敢写文章骗钱了!"
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-18
    • 文件大小:4757577
    • 提供者:kingder
  1. Sudoku

    0下载:
  2. 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:557
    • 提供者:bird
  1. 11

    0下载:
  2. 智力拼图问题:将一个6*8的矩阵模块,划分成n个小模块,设计一个算法,用这n个小模块再重新拼接成原 6*8矩阵,要求给出所有的可行方案。 -dyigezhilipingtuxiaoyouxi~!!!!!!!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:37759
    • 提供者:蒋冰
  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
    • 文件大小:1994
    • 提供者:flying
  1. suiji

    0下载:
  2. 随机布雷程序:产生十乘以十的矩阵,其中-1表示地雷-Random mining process: produce 10 multiplied by 10 matrix, which said mines-1
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:1823
    • 提供者:zhangxiaona
  1. RussiaSquare

    0下载:
  2. 俄罗斯方块,不下会后悔哦!矩阵操作的代码,不下会后悔哦!-Tetris, no less than be sorry Oh! Matrix operation code, no less than be sorry Oh!
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-28
    • 文件大小:10905079
    • 提供者:吕智强
  1. Liankan

    0下载:
  2. 用VC++实现连连看的功能,矩阵布局图片载入销毁-Lianliankan with VC++ to achieve the function, layout, image loading matrix destruction
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:60653
    • 提供者:wudi
  1. MazeGame

    0下载:
  2. 本程序参照网上一个特殊算法随机生成迷宫 该算法优点: 效率高,从入口到出口只有唯一路径,入口出口自己设定 该算法缺点: 宽度高度都必须为奇数,只能生成n*m矩阵迷宫-It makes the major function of the mazegame.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:1583
    • 提供者:崔轩以
  1. russian-square

    0下载:
  2. 本程序主要完成俄罗斯方块的基本功能,开始界面可选择开始游戏、查看游戏说明和得分记录。方块下落速度随分数的增加而增加,消行时会闪烁,游戏结束可重新开始也可保存游戏,可查看游戏记录和游戏说明,有背景音乐。 算法1:卡位判断,用矩阵解决。当移动方向上地图的值和方块的值都不为零时,返回值为零,不能移动,否则返回值为一,可以移动。如果将图形打出来,会多出不少有规律且重复的代码。 算法2:转动方块:定义b[i][j],将旋转赋值给b,判断b与所在位置是否可以放下,若可以,将b值再赋值给a-Com
  3. 所属分类:Other Riddle games

    • 发布日期:2017-06-20
    • 文件大小:33850368
    • 提供者:小咩
  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
    • 文件大小:101376
    • 提供者: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
    • 文件大小:8536
    • 提供者:周文
  1. magic

    0下载:
  2. 魔方阵,即在1~n*n矩阵中输入整数,使得每一行、每一列以及对角线上的元素都相等~-Magic square, the input integer 1 ~ n* n matrix, so that each row, each column and diagonal elements are equal ~
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:4631
    • 提供者:陈曦
  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
    • 文件大小:18927
    • 提供者:MengruZhang
  1. Sudoku-game-

    0下载:
  2. 数独游戏,系统自动生成数据矩阵,可以选择初级中级高级等3个难度-Sudoku game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-29
    • 文件大小:413275
    • 提供者:徐新生
  1. 8puzzle

    0下载:
  2. 8 puzzle game.3*3的矩阵里随机分布,现每次只能移动一个数字最后要求1-8要按从上到下从左到右的顺序依次排列。-8 puzzle game.3* 3 matrix of randomly distributed inside, now you can only move one digit 1-8 final requirements according to the order top to bottom left to right order.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-30
    • 文件大小:18267
    • 提供者:李涵泊
« 12 »
搜珍网 www.dssz.com