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

搜索资源列表

  1. 4stAttack-2.1.4

    0下载:
  2. 类似五字棋的python游戏,linux下直接运行。 第一个将4子连成一直线的胜利。全部源代码-five games of chess python, linux running directly. One of the first four-lane has been linked to the victory. All source code
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1866367
    • 提供者:高山
  1. 飞机过关游戏

    0下载:
  2. 此源码是传统的飞机游戏,在游戏的过程中背景图不断的变化,挺不错的,先玩玩,在看代码-this source is the traditional game of the aircraft, in the course of the game background map the changing sounds very good first play, in view code
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:144984
    • 提供者:刘德华
  1. [____Johnn186290382005

    0下载:
  2. A fun little game with GDI graphics. Try to catch the apples as they fall from the sky. See screeshot. Miss 10 and you lose. Code is useful for first time game programmers. Vote and/or comment on it if you can.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:10012
    • 提供者:郭春阳
  1. 简单的赛车游戏1

    0下载:
  2. 这个程序是大二时的汇编课程设计,当时也是花了不少时间,因为是初学,很多方 面都遇到了麻烦。首先就是画小车的问题,如果采用子程序,参数的频繁变动将使程序 变得很难阅读,后来终于发现宏的应用将使程序变得更易于阅读,但因为宏调用在编译 时会宏展开,采用宏将使编译后的文件比较大。再就是小车的动画实现及其碰撞检测, 也是历经磨难好不容易才完成。尤其是碰撞检测,也没找到好的方法,以至三个车道绝 大部分代码是重复的,还盼高手指点迷津。原准备用中断做背景音乐的,但没做好,只 做了个显示系统时钟的,让大虾们见笑。
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:6035
    • 提供者:向远
  1. vc24889903555

    0下载:
  2. 这个是我学《windows 游戏编程技巧大师》,那里边的第一个例子。 不过,用了其中的一些代码,而且发现,书附带光盘里的代码残缺不全,不知道是不是作者故意让读者自己来填? 我自己也写了很多代码。特别是代码组织上,自己觉得还可以.-this is me "windows game programming skills guru" and the edge where the first example. However, the use of some of
  3. 所属分类:Other Games

    • 发布日期:2017-11-30
    • 文件大小:37745
    • 提供者:lengzhou
  1. lucky52

    0下载:
  2. 游戏的先列出的商品,用最快速度猜对价格为止,内包含vc源代码-Games of the merchandise listed first, with the fastest speed to guess on the price so far contains the source code vc
  3. 所属分类:Other Games

    • 发布日期:2017-05-02
    • 文件大小:746490
    • 提供者:hu
  1. mario

    1下载:
  2. 一个基于DX的超级玛丽游戏,只有一关,希望代码有益于大家。-Super DX-based Queen Mary Games, only the first place, want to code the benefit of everyone.
  3. 所属分类:Other Games

    • 发布日期:2015-01-01
    • 文件大小:42362
    • 提供者:liumeng
  1. road

    0下载:
  2. 采用双向广度优先搜索的方法搜索出在一定意义下最佳的解题步骤,并指导我系学生姚刚用DELPHI V5.0开发了一个相应的电脑游戏。本文首先介绍了该算法的基本思想,然后通过完整的PASCAL源程序及其注释给出该算法的具体的实现,最后给出搜索的结果。-Bidirectional breadth-first search method to search out the best in some sense the problem solving steps, and to guide my stude
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:24544
    • 提供者:
  1. ship

    0下载:
  2. 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-Debugging environment TC2.0 or TC3.0. Tc run the program needs to provide a few header files. Proposed changes include options menu item
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:229828
    • 提供者:feifei
  1. qk_snake_api

    0下载:
  2. VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别
  3. 所属分类:Other Games

    • 发布日期:2017-05-07
    • 文件大小:1728794
    • 提供者:秦坤
  1. 1

    0下载:
  2. 管西京编著,2011,深入体验VC++项目开发,第一章飞机飞行游戏源代码。-Guan Xijing edited, 2011, in-depth the experience VC++ project development,the source code of the first chapter: the Airplane Flight Game.
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:2046624
    • 提供者:雨勇
  1. VCtankedazhan

    0下载:
  2. VC++坦克大战,曾是游戏大赛一等奖作品,带音乐、带地图编辑器;游戏可以单人玩和双人玩。想信你在小时候玩过这游戏,很过瘾!地图编辑器是用VB写的,有了它你可以自己制造地图导入坦克游戏中。本游戏源码在VC6下顺利编译,需要注意,请将生成的文件放到根目录下也就是和声音资源及地图资源的目录是平级的,这样才能确保运行。-VC++ Battle City, was the game contest first prize works with music, with a map editor games
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:359882
    • 提供者:蓝色石子
  1. rpg

    0下载:
  2. 有两个游戏,第一个控件是z和x,如果有bug请大家多多包涵,代码也不多-Two games, the first control is the z and x, if a bug please bear with me, the code is not
  3. 所属分类:Other Games

    • 发布日期:2017-05-09
    • 文件大小:2303922
    • 提供者:张源
  1. TD2.3

    0下载:
  2. 做的一个android塔防游戏,运用了国内的开源游戏引擎LGame,游戏的图片等资源用了炫光塔防的图片,所以首先要感谢炫光塔防和LGame开发者,游戏代码有详细的注释。-Do an android tower defense games, the use of open source game engine LGame domestic game pictures and other resources with the picture of the the glare tower defens
  3. 所属分类:Other Games

    • 发布日期:2017-05-24
    • 文件大小:8284084
    • 提供者:Gan
  1. vcvs2010snows

    1下载:
  2. VS2010版漫天飞舞的雪花Demo源码,主要讲解了在GDI中粒子的运用,游戏基础物理建模,粒子系统的模拟程序,源码编译环境为VS2010.其实VS2005,VS2008也可以编译运行。本实例包括了VC++6.0源码版本。MyPaint函数的书写思路是,先初始化每个粒子,这里是共50个粒子。然后贴上背景图到mdc中,再用循环将各个粒子也贴到mdc中,循环完成之后,再统一将mdc中的内容直接贴到hdc中。这样做的优点是比较直观,提高了贴图的效率。-VS2010 version of the fly
  3. 所属分类:Other Games

    • 发布日期:2017-05-27
    • 文件大小:9733295
    • 提供者:
  1. Snake-source-code

    0下载:
  2. 贪吃蛇源码,使用Visual C++ 6.0来调试,先打开光盘中的snake_main.dsw文件,然后使用Build命令进行调试。-Snake source code ,using Visual C++ 6.0 to debug, first open the CD snake_main.dsw file, and then use the Build command for debugging.
  3. 所属分类:Other Games

    • 发布日期:2017-11-21
    • 文件大小:1181652
    • 提供者:操志辉
  1. snake.c

    0下载:
  2. Mini project in C many Student do management project like library management ,Hotel management etc.But Snake Game is mini project of first semester build by my friend which is very different.It is console application without graphic library that s wh
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:3014
    • 提供者:chandra
  1. XOR

    0下载:
  2. 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:779
    • 提供者:陳莉雯
  1. game

    0下载:
  2. 本游戏源码为TC小游戏!已在TC上运行良好!读者可直接将其拷贝到你的…..tc\\...project\\目录下! 但仍需注意的是:首先应对TC的图形编程有点了解! -The game source code for the TC game! Already running on TC good! Readers can directly copy it to your ..... tc \ \ ... project \ \ directory! But still need to b
  3. 所属分类:Other Games

    • 发布日期:2017-04-15
    • 文件大小:23500
    • 提供者:wsw
  1. tanchishe

    0下载:
  2. 发一个《贪食蛇》c++代码,献给我写的第一个游戏~-Send a " Snake" c++ code, I wrote the first one dedicated to the game- ...
  3. 所属分类:Other Games

    • 发布日期:2017-04-11
    • 文件大小:1216
    • 提供者:李珲珲
« 12 »
搜珍网 www.dssz.com