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

搜索资源列表

  1. 卷轴

    0下载:
  2. 一个卷轴动画的小例子,实现很简单。希望对有志于游戏事业的新手同学有少少帮助就好了.\"A,D,W,S\" 实现 左,右,上,下 移动-a small example of animation to achieve is very simple. Hope interested in the game on the cause of the students have some newcomers to help me. "A, D, W, S" Achieving left,
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2326330
    • 提供者:胡一
  1. 碰碰球mx

    0下载:
  2. 该游戏为一个事实计算反射的例证。框架已经搭建完毕,只需要增加元件数量和效果便可以完善作品。-the game as a reflection of the fact that calculation example. Framework has been completed structures, components only need to increase the volume and the effect will be perfect entries.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:144083
    • 提供者:itchy
  1. 可以正常编译的赤壁之战游戏源码

    5下载:
  2. 赤壁之战游戏源码 原版本无法编译通过,提示缺少文件。 经过修改可以正常运行(需要游戏的相关资源)。 windows SDK和C++编写,学习游戏编程的好例子。-Cliff war game version of the original source code can not compile, indicating lack of documentation. After amending it works (need game-related resources). Wind
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:812412
    • 提供者:功夫
  1. UFOfly

    0下载:
  2. UFO示例可以通过键盘方向键使飞碟在一个位图背景图像上飞行。如果读者引导飞碟到达游戏屏幕的边缘,那么它将会停止-UFO example direction through the keyboard keys to make a flying saucer in the background bitmap images on the flight. If readers guide the trap to reach the edge of the game screen, then it wil
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:31101
    • 提供者:wp
  1. hm4

    0下载:
  2. 数字翻译问题 设有输入3个数组: String x[]={ \"one\",“two\", \"three\",four\", \"five\",\"six\",seven\",\"eight\",\"nine\"} String y[]={ten\",\"eleven\",\"twelve\",\"thirteen\",\"fourteen\",\"fifteen\", \"sixteen\",\"seventeen\",\"eighteen\",\"nineteen\" }
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1564
    • 提供者:黄铭
  1. d3d_mesh

    0下载:
  2. d3d游戏开发中使用.x的例子,如果您是一位d3d的初学者,则其在您的mesh动画方面一定有所参考价值.-D3D game developers use. X example, if you are a D3D beginners then in your mesh animation must have reference value.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:238561
    • 提供者:weiguian2
  1. MultiTexturing

    0下载:
  2. 一个关于多重纹理映射的源代码,这是nehe教程的一个经典例子!-a multi-texture mapping of the source code, which is one of the guidebook nehe classic example!
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:2216597
    • 提供者:xczhang
  1. Screen_Protection_Program

    0下载:
  2. vc开发的一个屏幕保护程序的例子程序,对屏保编程有借鉴入门意义。-vc development of a screen saver procedures example, the Screen Saving introductory programming referential significance.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:52020
    • 提供者:周东
  1. hengjuanzhou

    0下载:
  2. 手机游戏小例子,仅学习使用,版权作者保留-small example of a cell phone game, just learning to use, the authors retain copyright
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:114809
    • 提供者:王振
  1. JSR184_Demo2

    0下载:
  2. JSR184的例子,主要讲了关于贴图的一点小知识,希望能对你有点帮助-JSR184 example, the main speaker on the map a little knowledge, in hopes of helping you a bit
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:74066
    • 提供者:Michael
  1. JSR184_Demo4

    0下载:
  2. JSR184的一个小例子,主要讲的是粒子效果,个人认为效果不是很好-JSR184 example of a small, mainly about the particle effects, I think is not very good results
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:19617
    • 提供者:Michael
  1. JSR184_Demo5

    0下载:
  2. JSR184一个例子,基础教程,显示一个企鹅的模型,入门级的代码-JSR184 an example, basic guide, showing a penguin model, the entry-level code
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:331144
    • 提供者:Michael
  1. a-child-s-game

    0下载:
  2. 孩子们有很多有趣的数字游戏。今天,我们就一起讨论一个数字游戏。每个游戏者被分配一组非负整数,游戏者可以将这些数排列起来,组成一个最大的数。比如,有四个数 123、124、56 和 90,可以组成的数是 1231245690、1241235690、5612312490、9012312456 和 9056124123 等等,但是,其中最大的就是 9056124123。 你要做的就是要找到组合的最大数。-Children have a lot of interesting numbers g
  3. 所属分类:Other Games

    • 发布日期:2017-03-27
    • 文件大小:762
    • 提供者:比格
  1. example

    0下载:
  2. 手机游戏(企业级代码java)一个学习手机游戏开发的好例子-Mobile game (enterprise-class code java) a mobile phone game developers to learn a good example of
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:705184
    • 提供者:wonu
  1. KillMonster

    0下载:
  2. PHP developed game example-a action game of killing monster
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:305553
    • 提供者:luk ku san
  1. Three_digit_puzzel

    0下载:
  2. We are given two 3-digit numbers called S (start) and G (goal), and also a set of 3-digit numbers called forbidden. To solve the puzzle, we want to get from S to G in the fewest possible moves. A move consists of transforming a number into anothe
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:6240
    • 提供者:Katie_g
  1. Perceptron_network

    0下载:
  2. Basic neural network example - a set of perceptrons which analyze and interpret digit pictures (from text file) added training methods and inputs to test-Basic neural network example- a set of perceptrons which analyze and interpret digit pictur
  3. 所属分类:Other Games

    • 发布日期:2017-04-14
    • 文件大小:5248
    • 提供者:userium
  1. VCPPRpgGameStudy

    0下载:
  2. 使用VC++编写的,RPG游戏学习例子,简单演示了,地图上2个NPC(或主角人物)相互跑动的过程-Using VC++ written in RPG games learning example, a simple demo on the map two NPC (or protagonist) running each other
  3. 所属分类:Other Games

    • 发布日期:2017-03-30
    • 文件大小:404951
    • 提供者:ln
  1. thread-priority-example-horse-racing

    0下载:
  2. VC++线程优先级示例程序-赛马,不同优先级执行的程序显示在进度条中,有长有短,像赛马一样,体现出每个线程被执行的优先顺序-VC++ thread priority sample program- horse racing, the priority execution program displays a progress bar with a long or short, like horse racing, reflecting the priority of each thread is
  3. 所属分类:Other Games

    • 发布日期:2017-06-03
    • 文件大小:15575759
    • 提供者:
  1. 24

    0下载:
  2. 输入四个数通过加减乘除计算出24,显示计算过程,并提示成功信息。比如:用户输入 4 3 2 1 输出 24 4*3*2*1 -Enter the four numbers calculated by the arithmetic 24, showing the calculation process, and information indicating success. For example: a user input 4321 output 24 4* 3* 2* 1
  3. 所属分类:Other Games

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