CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - 3d game

搜索资源列表

  1. 3dmaze

    0下载:
  2. 用vb写的3d的迷宫游戏,很好的解释了搜索的作用-Using vb to write the 3d maze game, a very good explanation of the role of search
  3. 所属分类:Search Engine

    • 发布日期:2017-04-03
    • 文件大小:369582
    • 提供者:yangping
  1. 3DRacers

    0下载:
  2. 老外的东西,VB确实很强大 游戏,3D的赛车游戏-Foreigner things, VB is indeed very powerful game, 3D racing game
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:635334
    • 提供者:康义龙
  1. 3Dcongtou

    0下载:
  2. 3D游戏重头学,介绍3D游戏编程相关的-3D game re-head study to introduce the relevant aspects of 3D game programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-18
    • 文件大小:4757528
    • 提供者:马天
  1. DelphiP2P_NCssss

    0下载:
  2. 一个非常顶尖儿的p2p软件,其中的效率非常的高-Game companies and game development process framework outlined the basic concepts of 【2010-01-16 23:58】 game companies generally refers to the game development company or game publishers, agents. That game companies need to de
  3. 所属分类:P2P

    • 发布日期:2017-04-06
    • 文件大小:493730
    • 提供者:xujj
  1. B-Clopd3d_Source_Release

    0下载:
  2. 一个96K的3D游戏源码,我们可以学习到国外的爱好者的实力-96K 3D game source, we can learn to foreign enthusiasts strength
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:1613179
    • 提供者:奋斗
  1. 3D-GAME

    0下载:
  2. 3d游戏 3d游戏 3d游戏-3d game 3d games 3d game 3d games 3d game
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-02
    • 文件大小:3467740
    • 提供者:wei
  1. OpenGL-3D-shooting-game

    0下载:
  2. 在WINDOWS操作平台下实现3D场景中类似于CS(反恐)对战的游戏程序。-Implementation of 3D scene is similar to CS in the WINDOWS operating platform (CTC) of the game program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:5854792
    • 提供者:戴先生
  1. projection

    0下载:
  2. 这是一个用来编写3d游戏的源代码,功能非常强大。-This is a used to write a 3 d game source code, functionality is very powerful.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2648
    • 提供者:苗哲东
  1. 3Dfeijifeixing

    0下载:
  2. HTM5 3D飞机飞行躲避障碍游戏,鼠标控制飞行的飞机,躲避障碍。-HTM5 3D flight obstacle avoidance game, the mouse to control the flight of the aircraft, avoid obstacles.
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:180243
    • 提供者:林芳芳
  1. html5-0003

    0下载:
  2. 这是一款基于html5实现的3D俄罗斯方块游戏源码,可实现3D俄罗斯方块网页游戏效果。游戏中的俄罗斯方块底部可以旋转,并有方块落点预览效果。整体立体感强,游戏可玩性高。是一款非常游戏的游戏源码。建议使用火狐或谷歌等支持html5的浏览器运行该源码。-This is a realization based html5 3D Tetris game source code, enabling 3D web games Tetris effect. At the bottom of the game
  3. 所属分类:Web Server

    • 发布日期:2017-05-01
    • 文件大小:271321
    • 提供者:李坚
  1. 3DBears

    0下载:
  2. 3D熊出没手机游戏基于HTML5 canvas制作,手机触屏操作。-3D mobile game of bears HTML5 canvas-based production, mobile touch-screen operation.
  3. 所属分类:Web Server

    • 发布日期:2017-05-06
    • 文件大小:887571
    • 提供者:rprtl
  1. 3Dmofang

    0下载:
  2. 3D拼图魔方游戏基于HTML5 canvas制作。-3D cube puzzle game based on HTML5 canvas production.
  3. 所属分类:Web Server

    • 发布日期:2017-05-06
    • 文件大小:578215
    • 提供者:qwmwe
  1. Bcseo__cxample

    0下载:
  2. 基于JAVA的3D坦克游戏源代码,是学习JAVA游戏编程的好的实例,-Based on the JAVA 3 d tank game source code, is a good example of learning JAVA game programming,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-12-16
    • 文件大小:84992
    • 提供者:pkooile
  1. [Python2]《机器学习实战》及源代码

    0下载:
  2. Python具有丰富和强大的库。它常被昵称为胶水语言,能够把用其他语言制作的各种模块(尤其是C/C++)很轻松地联结在一起。常见的一种应用情形是,使用Python快速生成程序的原型(有时甚至是程序的最终界面),然后对其中有特别要求的部分,用更合适的语言改写,比如3D游戏中的图形渲染模块,性能要求特别高,就可以用C/C++重写,而后封装为Python可以调用的扩展类库。需要注意的是在您使用扩展类库时可能需要考虑平台问题,某些可能不提供跨平台的实现。(Python has a rich and po
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:46204928
    • 提供者:bolero
搜珍网 www.dssz.com