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

搜索资源列表

  1. networkgame

    1下载:
  2. The word building game is a well known game all over the world. It is also called as scrabble. In this network-supported game, four players can play the game together sharing the same matrix board. Players can join their corresponding opponents direc
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:41.62kb
    • 提供者:王小文
  1. 九宫图算法实现(过程表示法)

    0下载:
  2. 这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:海克
  1. A_Dots

    0下载:
  2. This a game called "DOTS". The purpose is to connect the matrix of dots with vertical and horizontal lines and make boxes. The player with the most boxes wins-This is a game called "DOTS". The purpose is to connect the matrix of dots with vertical an
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:6.11kb
    • 提供者:saghar3
  1. AStarExample

    0下载:
  2. A star (A*) example Find the shortest path from start point to end point on a matrix full of obstecles
  3. 所属分类:Other Games

    • 发布日期:2017-04-08
    • 文件大小:4.69kb
    • 提供者:userium
  1. shudu

    0下载:
  2. 数独游戏中那个9*9数组的一个生成算法,每行1-9不能重复,每列1-9不能重复,每个3*3的小矩阵也要保证不能重复-Sudoku game that' s a 9* 9 array generation algorithm, each line of 1-9 can not be repeated, each columns 1-9 can not be repeated, each 3* 3 matrix must make sure that the small can not be
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:592byte
    • 提供者:lw
  1. Calcoolation_SourceVS2005

    0下载:
  2. "Calcoolation" is a puzzle game that at first looks like the popular Sudoku. Just like in Sudoku, you have an N x N matrix, where the digits 1 through N must be placed in each column and in each row without repetition. The difference lies in the fact
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:23.93kb
    • 提供者:vddh
  1. GNC2_M_99

    0下载:
  2. a game. you create a matrix of a size you desire. you choose the position of goat, blocks and cabbage. the goat is suppose to move, till he gets to the cabbage and eats it. he might push and pull blocks
  3. 所属分类:Other Games

    • 发布日期:2017-05-02
    • 文件大小:589.11kb
    • 提供者:barry
  1. Desktop

    0下载:
  2. 编一迷宫游戏程序,迷宫生成有用户输入和程序自动生成两种方式(迷宫以矩阵表示),要求输出迷宫和走出迷宫的路径-Compile a maze games, maze generation with user input and automatically generated in two ways (the maze to matrix), requires that the output path of the maze and out of the labyrinth
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:8.82kb
    • 提供者:JUSTING
  1. Matrix

    0下载:
  2. 一个简单的推箱子的小游戏,是自己用VC编写的,能直接运行。-A simple game of Sokoban, is written in VC, can be directly run.
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:242.52kb
    • 提供者:sally
  1. Lattice-design-based-on-Tetris

    0下载:
  2. 一款基于点阵编译的c程序,程序功能:四个8*8LED点阵接成16*16LED点阵,双色显示,模仿俄罗斯方块游戏,LCD显示分数 程序使用的单片机:AT89S52,用到了其高128RAM数据存储区单元 用到的芯片及器件:74LS154,74LS373,LCD1602,AT89S52,按键,USB接口,1/4W2K电阻,三极管8550-Compiled based on a lattice of c program, the program features: four 8* 8LED
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:4.16kb
    • 提供者:lilianyin
  1. sudoku_with_GUI

    0下载:
  2. 编写一个带图形界面的数独游戏,提供如下功能: 1) 生成数独游戏:可以设置数独游戏的难度,例如难度为 3 表示每个小的 3*3 矩阵中有 3个已知的数字,难度为 4 表示每个小的 3*3 矩阵中有 4 个已知的数字。由于符合一种难 度的数独游戏有很多个,每次只要生成一个题目就可以。 2) 在每个小格中可以直接填入数据,或者是通过一个下拉列表让用户选择 1-9 中的数字。 游戏中已知的数字不能编辑。 3) 数字填完以后,提供一个按钮来检查所填的数字是否正确,通过弹出对话框
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:2.05kb
    • 提供者:Yalei Tan
  1. 1

    0下载:
  2. 一条贪吃的蛇在一个n*m的网格中游走,它只能从一个方格走向另一个相邻的方格,这里相邻的意思是两个方格有公共边。每个方格可以看作是一个房间,其中一些是空的,一些存放有苹果。贪吃的蛇根本不进入空的房间,而进入有苹果的房间后就可以带走所有苹果使房间成为空的。蛇从一个指定的房间出发,最终回到它的家,把一路带来的苹果存储到家中,当然,它希望带来的苹果最多。请编写程序,输入有整数n和m,及n*m的一个矩阵,矩阵元素数值中有一个是 -1,表示蛇的出发位置,有一个是 -2,表示蛇的家的位置,其余数值是非负整数
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:96.81kb
    • 提供者:李明
  1. juzhenxiangcheng

    0下载:
  2. 编写程序,可以实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数。 分析: 首先我们可以根据题意写出函数头。可以定为void MatrixMutiply(int m,int n,int p,long lMatrix1[MAX][MAX],long lMatrix2[MAX][MAX],long lMatrixResult[MAX][MAX]),其中lMatrix1和lMatrix2分别是输入的m*n矩阵和n*p矩阵,lMatrixResult是输出的m*p矩阵。 因
  3. 所属分类:Other Games

    • 发布日期:2017-11-24
    • 文件大小:10.87kb
    • 提供者:郑雯雯
  1. tanqiu-game

    0下载:
  2. 基于51单片机用led点阵显示,开发的一款弹球游戏-Based on 51 single with led dot matrix display, the development of a pinball game
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:91.64kb
    • 提供者:肖丰
  1. tictactoe

    0下载:
  2. tictactoe GAME that uses a 3*3 matrix
  3. 所属分类:Other Games

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