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

搜索资源列表

  1. 04.Billboard

    1下载:
  2. 如何在游戏中实现剪切板技术非常重要,可以通过变换矩阵的求返得到,很简单的,慢慢看吧-how the game to achieve shear deformation plate technology is very important, through the transformation matrix is seeking back, very simple, slowly Look here
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:504810
    • 提供者:刘强
  1. MazeFindPath

    0下载:
  2. 用矩阵表示的迷宫,用队列实现最短路径发现。-matrix said maze, with the shortest path to achieve cohort found.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:7034
    • 提供者:丁雷
  1. 俄罗斯方块游戏的抽象类

    1下载:
  2. 该类内部维护了一个矩阵,是由俄罗斯方块抽象出来的 矩阵的每个元素代表方格中的每个单元格,1代表该格有方块,0没有 该类的所有方法都是围绕这个核心矩阵来操作的-internal safeguard such a matrix by Russian abstract squares of the matrix elements of each representative of each grid cells, a representative of the grid with squares 0
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:5853
    • 提供者:李欣
  1. hzk2gba

    0下载:
  2. 这是写GBABOX前写的一个delphi程序,可以将提取小汉字库并将其转成C格式的文件,包内已经包括了Sample文件,有12点阵与16点阵的。因为偷懒所以没有做界面,你只要将含有全部汉字文本的一个列表拖到hzk2gba.exe上便可自动生成。-GBABOX this is written before writing a delphi procedures can be extracted small Store will be converted into C files, has been
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:301887
    • 提供者:吴瑕
  1. Matrix

    0下载:
  2. 一个网络俄罗斯方块的游戏,玩家可以在网络的任何地方互相对战。
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:226324
    • 提供者:linxiaohui
  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. 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
    • 文件大小:42622
    • 提供者:王小文
  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. 九宫图算法实现(过程表示法)

    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
    • 文件大小:2985
    • 提供者:海克
  1. SkyFont1.0

    0下载:
  2. SkyFont1.0 2D游戏引擎HGE的显示中文字体解决方案。使用freetype生成字模,并自带小型字模缓存系统; 目前只实现了一些基本的功能。 如渲染一个字符串,printf,和setcolor -SkyFont1.0 2D game engine HGE display Chinese font solutions. Use freetype to generate the matrix, and comes with a small font caching system
  3. 所属分类:Game Engine

    • 发布日期:2017-05-15
    • 文件大小:4015372
    • 提供者:袁全伟
  1. 8x8

    0下载:
  2. 8*8点阵,贪吃蛇游戏,C语言编辑,易懂-8* 8 dot matrix, Snake game, C language editor, easy to understand
  3. 所属分类:Game Program

    • 发布日期:2017-03-26
    • 文件大小:209888
    • 提供者:lixiansheng
  1. 1616LED

    2下载:
  2. 单片机控制16X16点阵飞机射击游戏,里面有PROTUES仿真软件原理图,完全可以自行仿真,和修改-SCM 16X16 dot matrix plane shooting game, which has PROTUES schematic simulation software, can self-simulation, and modify
  3. 所属分类:Shot Game

    • 发布日期:2015-04-01
    • 文件大小:29696
    • 提供者:xiaoxiaosheng
  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
    • 文件大小:40766
    • 提供者:cs
  1. C-BoxMan

    0下载:
  2. C语言写的VGA图形界面推箱子 思路简单,易于初学者学习, 用到了汉字字模-Writing C language of VGA graphical interface Sokoban thinking easy, easy for beginners to learn Chinese characters used in the matrix
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:2984
    • 提供者:susu
  1. 04_

    0下载:
  2. 精通DirectX 3D图形与动画程序设计 第4章 顶点坐标变换 84 4.1 顶点坐标变换和光照流水线概述 84 4.2 矩阵类型及其操作 86 4.3 世界变换 89 4.4 取景变换 92 4.5 投影变换 94 4.6 视区变换 98 4.7 获取Direct3D坐标变换矩阵 101 4.8 三维坐标变换示例程序 102 -Proficient in DirectX 3D graphics and animation programming Cha
  3. 所属分类:Other Games

    • 发布日期:2017-04-29
    • 文件大小:35401
    • 提供者:Diego Guo
  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. amiral_batti

    0下载:
  2. there are numbers of ships in matrix with different size. and the game consist of shot this ships with giving cocrdinate
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:3752
    • 提供者:burcin
  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
    • 文件大小:6256
    • 提供者:saghar3
  1. ProiectPJ

    0下载:
  2. Java Chess, implemented with classes for every type of figure. It uses GNUChess, a matrix board. U can see the read me. Also has some tests.
  3. 所属分类:Games

    • 发布日期:2017-04-16
    • 文件大小:27075
    • 提供者:andreimcriss
  1. matrix

    0下载:
  2. matrix operations. Low precision
  3. 所属分类:Games

    • 发布日期:2017-04-12
    • 文件大小:1128
    • 提供者:KUKUS
« 12 3 4 5 6 »
搜珍网 www.dssz.com