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

搜索资源列表

  1. nes demo

    0下载:
  2. nes游戏源程序例子 几乎所有的tv game都是这种模式 有问题可email to me-nes games source of almost all the examples tv game are such patterns can be email to me
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1268
    • 提供者:小魏
  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. WIN32 SDK版本的象棋游戏源代码

    1下载:
  2. WIN32 SDK版本的象棋游戏源代码 用纯粹的windows sdk和C编写而成,学习游戏编程的好例子。 初学者可以看看实现过程,算法就不要详细研究了。 -WIN32 version of the SDK source code chess game with a purely windows sdk prepared and C from learning games programming a good example. Beginners can look at the i
  3. 所属分类:棋牌游戏

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

    0下载:
  2. 当年写得通用编辑器。 在压缩包里附带有一个例子,它会向你展示LIGHTS没有表达清楚的问题。 你可以很容易的读取这些数据并把他们转换成你想要的形式或者直接使用他们。-editor. The compression bag attached an example, it will display to you LIGHTS not clearly express the problem. You can easily read the data and turn them into th
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:62447
    • 提供者:李剑英
  1. 桌面工具-java实现

    0下载:
  2. 显示时间,很有趣,可以作为例子好好学习一下-show time, very interesting, can serve as an example to learn about
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:18654
    • 提供者:寒风
  1. collision

    0下载:
  2. 判断两个物体是否碰撞的例子 可以判断物体之间的相对方向-judge whether the two objects collided example between objects can judge the relative direction
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:24743
    • 提供者:董棋
  1. MinesWeeper(Cshop)

    0下载:
  2. C#实现的扫雷游戏,可以做为C#编程的例子学习-achieve demining games can be used as C# programming examples learning
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:17601
    • 提供者:luping
  1. SimpleSpring

    0下载:
  2. 该代码是Spring的一个简单的演示的例子,希望各位能够了解-the Spring of the code is a simple demonstration of the examples and I hope you can understand
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:3203
    • 提供者:lixiaotian888
  1. hxpClienthxp

    0下载:
  2. 一个简单的hxp学信hxp息系统 ,有友好的界面,可以潜入到网页上,是新手的一个好例子-a simple letter hxp hxp income school system, a friendly interface that can sneak into the website, Novice is a good example
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:6257
    • 提供者:hxp
  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. 信息显示

    0下载:
  2. 这是一个用java 做的一个中国象棋的例子,只能实现人和人的对战,不能实现人机对战,希望java爱好者们能实现这项功能。-This is a java do with a Chinese chess example, and people can only achieve the players, the man-machine players can not be achieved, java lovers will be able to achieve this function. Than
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1733
    • 提供者:梁朝伟
  1. PhysX_Fluid.rar

    1下载:
  2. 基于PhysX的流体模拟 PhysX开发包中自带有流体模拟的部分,在它的示例中我们可以找到相关的例子,而且这流体还是基于SPH的,但是我们会发现它的例子只实现了流体的粒子模拟,而由粒子转换成网格的部份,则要我们自已来实现了,PhysX fluid simulation-based development package comes with PhysX fluid simulation are part of the sample in it, we can find examples, an
  3. 所属分类:游戏引擎

    • 发布日期:2012-10-27
    • 文件大小:1667414
    • 提供者:潮流
  1. java100example

    0下载:
  2. 这是学习java的100个例子,能很好的帮助你学习java,需要大家自己动手的操作-This is a study of 100 java example, can be very good to help you learn java, you need to operate their own hands
  3. 所属分类:Games

    • 发布日期:2017-05-28
    • 文件大小:11259212
    • 提供者:hurong
  1. lect8code

    0下载:
  2. d3d编写的一个可以旋转的立方体。来自国外游戏专业的课堂例子。-d3d can be prepared in a rotating cube. From outside the game of professional classroom examples.
  3. 所属分类:Game Program

    • 发布日期:2017-05-11
    • 文件大小:2889869
    • 提供者:peng
  1. cocos2d-x_particle_sourcecode

    0下载:
  2. android cocos2d-x例子编辑器源码 支持在线编辑粒子效果 便于调节 可保存为plist格式用于2d-s游戏开发-android cocos2d-x examples editor source code to support online editing particle effects easy to adjust the plist format can be saved as a game developer for 2d-s
  3. 所属分类:Other Games

    • 发布日期:2017-11-07
    • 文件大小:557945
    • 提供者:chunjian
  1. java_game_Utas_Src

    0下载:
  2. 想学习java游戏编程的最好的例子之一,按照章节,循序渐进,一般有几个月基础的朋友都没有问题,最终游戏画面还是比较华丽的,关键可以体验到游戏设计过程中的各种控制因素。我知道2所澳洲大学游戏设计教学以次为基础-Want to learn java game programming, one of the best examples, in accordance with the chapter, step by step, are generally based on a friend a few
  3. 所属分类:Game Program

    • 发布日期:2017-05-16
    • 文件大小:4281649
    • 提供者:Kimi
  1. zx

    0下载:
  2. vb写的诛仙游戏外挂,可作为学习外挂制作的例子-Writing the Game vb plug, plug-ins can be used as study examples produced
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-29
    • 文件大小:250865
    • 提供者:tieren
  1. 13731_PackInter

    0下载:
  2. 应很多网友的要求特地写了一个例子程序 在游戏修改中这是第一课 希望大家可以熟练的掌握封包的拦截 -The request should be a lot of friends wrote an example program revisions Games This is the first lesson I hope everyone can be trained to master packet interception
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-26
    • 文件大小:64868
    • 提供者:小马哥
  1. 8

    0下载:
  2. arm7的 pc2132在ads1.2下的例子程序,非常好,很难重的源码,希望大家能喜欢。-arm7 of pc2132 example in the next ads1.2 procedures, very good, it is difficult to re-source, I hope that we can love.
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:23605
    • 提供者:王一
  1. VIP

    0下载:
  2. 一份J2ME资料..网络上这是第一次发放..换取一点分数... 一 Java 基础 具体语法和一些知识可以到网上察看,可以参考《Think in Java》这本书,只看附录部分就可以了。 Java特点主要体现在Class 的概念上 ,所有的变量和方法都是在类的基础上执行,具体可以参照J2ME代码的例子。 二 J2ME 基础 J2ME是java的一个版本。 J2ME程序都是从MIDlet类开始执行的。注意下边的一些注释 -J2ME in a network of
  3. 所属分类:Games

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