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

搜索资源列表

  1. gamecanvas

    0下载:
  2. 射击游戏"宇宙大战"的demo版本,包括游戏LOGO到菜单以及游戏内容,主要是针对sprite、layerManager、AnimatedTile等的使用练习。-Shooting game " cosmic war" of the demo version, including the game menu and LOGO to the game, mainly for the sprite, layerManager, AnimatedTile the use of such
  3. 所属分类:Shot Game

    • 发布日期:2017-04-03
    • 文件大小:177874
    • 提供者:ddo831
  1. sprite_gen_v2.1_Beta

    0下载:
  2. Nintendo wii official sdk graphic sprite generator program to use with sourcecode GX programming hardware accelerated 3D graphics.
  3. 所属分类:Graph program

    • 发布日期:2017-05-01
    • 文件大小:545455
    • 提供者:oyzzo
  1. sprite

    0下载:
  2. 三种状态的游戏精灵 java语言 eclipe开发工具-three state of sprites
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:485675
    • 提供者:邓剑标
  1. Henway

    0下载:
  2. 对小鸡过马路的示例进行如下修改,在四条街道上会随机出现一个下水道,如果小鸡与下水道碰撞,则死亡,并发出声音。 该实验中增加一个私有sprite类blackholeSprite,用以调用下水道井盖的图片,图片格式是png格式,大小为22*22。背景为透明格式,用以只显示下水道,而隐藏掉图片的其他部分。 -Example of the chicken cross the road for the following changes to the streets in four random
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:109675
    • 提供者:名人
  1. Video_Coding_Scheme

    0下载:
  2. 视频编码就是去除视频数据中的冗余信息,本章将要对H263编码方案、H264编码方案和MPEG-4编码方案中的相关技术进行介绍,三种编码方案中H263编码方案中最为基础,其技术可以被后两种编码编码方案用到,本章在介绍H264和MPEG-4两种编码方案时将着重介绍其特色技术。 目 录 1 3.1 视频编码分析 2 3.2 H263编码方案 3 3.2.1 H263层次构成 3 3.2.2 编码技术 16 3.2.3 可选扩展模式 35 3.2.4 离散余弦变换 41
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:514731
    • 提供者:城市过客
  1. Teach.Yourself.Game.Programmin.g.in.24.Hours

    0下载:
  2. Sams Teach Yourself Game Programming in 24 Hours demystifies game programming by providing clear, practical lessons using C/C++, the industry standard in game programming. The book focuses on the Windows API to construct games for the Windows platfor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3150035
    • 提供者:samshop
  1. FlamerClass

    0下载:
  2. Flamer class. AS3 class that allows a sprite or movieclip to be passed to it, the result is a flamiing mc. Perlin noise, colour transformations and bitmapdata make this all possible.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-29
    • 文件大小:50702
    • 提供者:Swingpants
  1. astro-b-runner-8f8f2f9

    0下载:
  2. astro / b-runner file evildude.png September 22, 2010 additional artwork [astro] file index.html September 22, 2010 use blind canvas for zoom [astro] file lib.js September 22, 2010 bricks instead of mud [astro] file map.js
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:275206
    • 提供者:dodoploplo
  1. muTank

    0下载:
  2. 一个用sprite实现的坦克小程序,只能动没其它功能-muTank
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:8110
    • 提供者:随便
  1. 23

    0下载:
  2. J2ME开发GameAPI2-Sprite碰撞检测和动画源代码-J2ME development GameAPI2-Sprite collision detection and animation source code
  3. 所属分类:J2ME

    • 发布日期:2017-04-16
    • 文件大小:59726
    • 提供者:qiujin1160
  1. 1

    0下载:
  2. iPhone开发---cocos2D 的碰撞检测(弹道路径类)cocos2D 的 坐标转换真不好用, sprite.anchorPoint = ccp(0, 0) 的话显示就不工整了 sprite.anchorPoint = ccp(0.5, 0.5) 的话在完成碰撞检测之后,就半格半格的走。。。 最好发现干脆把碰撞 对象 的图片做得稍微比 碰撞主体小一点点 用CGRect magicSquare... cocos2D 的 坐标转换真不好用, sprite.anchorPoint =
  3. 所属分类:iPhone

    • 发布日期:2017-04-06
    • 文件大小:868
    • 提供者:andy
  1. 4

    0下载:
  2. 碰撞检测 光扔飞镖是杀不死人的,我们还需要加入碰撞检测。要做到这一点,首先得在场景中更好地跟踪目标和子弹。 在这个游戏中,我们得为小怪和飞镖两种sprite加入一个tag成员变量,以区分两种不同的游戏物体。tag=1的时候这个CCSprite对象为小怪,tag=2的时候则为飞镖。由于在CCNode里面有m_nTag这个成员变量,并且有setTag和getTag方法,因此CCSprite就继承了这些方法,我们可以利用之。
  3. 所属分类:iPhone

    • 发布日期:2017-04-07
    • 文件大小:944
    • 提供者:andy
  1. RPG

    0下载:
  2. RPG角色扮演游戏程序设计 源码 =============================================== ●光盘内容 ○WinLib文件夹  收录了通用的“Class Library”Source与编译过后的Library档。 ○chapter3.1文件夹 收录了第3章“显示CG的应用程序”的实例档。 ○chapter3.2文件夹 收录了第3章“重叠CG/Sprite”的实例档。 ○chapter3.
  3. 所属分类:Game Program

    • 发布日期:2017-05-30
    • 文件大小:13282256
    • 提供者:JJ
  1. pic

    0下载:
  2. 可以实现sprite 缩小时更换图片 鼠标拖拽左右滑动可以控制速度!-Can replace the image sprite reduce drag your mouse to control the speed of sliding around!
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-04
    • 文件大小:648721
    • 提供者:曾亮
  1. Prj_migong

    0下载:
  2. 一个简单的老鼠迷宫小游戏..共用两张图片.用GameCanvas和Sprite.碰撞检测..本人练习之作-A simple mouse maze game .. share two pictures. With GameCanvas and Sprite. .. I practice the collision detection for ....
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:24430
    • 提供者:朱鸿展
  1. AnimatedSprite

    0下载:
  2. Animated Sprite code
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:2535
    • 提供者:AX
  1. Cayce-Balara-CSS-Spites

    0下载:
  2. In design CSS sprite is good for the internet application development.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:711189
    • 提供者:laivander
  1. release

    0下载:
  2. 用JAVA写的超级马里奥。 The code is basically undocumented, but should be readable anyway as it s fairly clean. The main entry points are AppletLauncher and FrameLauncher. The main game is in MarioComponent. "sonar" is the base of a software sound eng
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:264207
    • 提供者:haobo
  1. SpriteDemo_Sample

    0下载:
  2. d3d sprite demo demonstrate how to use directx to implement realistic virtual world-d3d sprite demo demonstrate how to use directx to implement realistic virtual world
  3. 所属分类:DirextX

    • 发布日期:2017-03-28
    • 文件大小:43387
    • 提供者:stu103
  1. zdc

    0下载:
  2. ds18b20测温度程序!一通过验证!读的的数据通过串口发送并在串口精灵显示!-ds18b20 measured temperature program! A validated! Read the data sent through the serial port and serial sprite!
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:34817
    • 提供者:zdc
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com