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

搜索资源列表

  1. Src.rar

    0下载:
  2. 涉及windows游戏编程中的一些源码,包括布告板、天空盒、openGL COM等许多基本技术,Windows games involving some of the programming source, including bulletin boards, sky box, openGL COM and many other basic skills
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:119090
    • 提供者:daiyunzhou
  1. Skeleton.zip

    0下载:
  2. 小游戏,应用到coco2d引擎,学习iphone游戏编程的好例子,Small games, applied to the engine coco2d learn iphone games a good example of programming
  3. 所属分类:Game Program

    • 发布日期:2017-05-10
    • 文件大小:2531385
    • 提供者:leezo
  1. greedy-snake

    0下载:
  2. 经典游戏程序设计之贪吃蛇,是基于VC++ 6.0平台开发的,给初学游戏编程的人参考-The classic Snake game programming is based on VC++ 6.0 platform, and to the people refer to game programming beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:409070
    • 提供者:zhangwen
  1. code

    0下载:
  2. 游戏编程精粹4书对应的代码,里面主要是对应书中的例子代码实现,大家分享下-Game Programming Gems 4 corresponding to the code book, which mainly corresponds to the book' s example code, share with
  3. 所属分类:DirextX

    • 发布日期:2017-05-18
    • 文件大小:4697322
    • 提供者:李维
  1. BattleCity

    1下载:
  2. 超经典坦克大战双人版,VC++完整版,含声音、地图、资源文件,编译后请将Map、Sound、graphics拷贝至可执行文件同级目录内,否则出错。大家看看界面就知这游戏有多经典了吧?小时候没玩过的不多吧,曾经还为此痴迷过,本游戏源码经过导出后可直接在电脑上玩,完整无错,也是学习VC++游戏编程的好范例。-Double version of the classic Battle City Super, VC++ full version, including sound, maps, resour
  3. 所属分类:Shot Game

    • 发布日期:2017-04-01
    • 文件大小:60842
    • 提供者:jason
  1. Game.Programming.Gems.1.source-code

    0下载:
  2. 游戏编程精粹1的光盘源代码,包含所的内容。-Game Programming Gems 1 (CD code) of the content.
  3. 所属分类:Game Program

    • 发布日期:2017-05-24
    • 文件大小:8070850
    • 提供者:trarck
  1. delphiwaiguaguangjia

    2下载:
  2. delphi通用外挂框架 以DLL窗口注入+热键呼出 其实编程的人都知道 游戏辅助软件有个功能,启用后能在指定游戏内 弹出一个设置窗口 而这个外挂框架的功能也是如此,启用后能在特定的游戏 通过按指定热键 如(按Home)或者F12之类的 呼出设置窗口 -delphi common framework for the DLL plug-in window+ hotkey exhaled into the program who actual
  3. 所属分类:外挂编程

    • 发布日期:2012-11-08
    • 文件大小:213202
    • 提供者:张康
  1. baoweihe

    0下载:
  2. 非常经典的额包围盒碰撞检测算法,如果你想学习游戏编程,这个是个不错的范例-Amount of very classic bounding box collision detection algorithm, if you want to learn game programming, this is a good example of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1424111
    • 提供者:fangpeng
  1. Ex24PointsGame

    0下载:
  2. 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:138706
    • 提供者:xycheng
  1. Buckland_AISource_070308

    0下载:
  2. 人工智能与游戏编程实例源码 buckland 绝对游戏入门必读 对于学习C++也很有帮助-Examples of artificial intelligence and game programming source Buckland absolute must-read for learning the game portal C++ Also helpful
  3. 所属分类:Other Games

    • 发布日期:2017-05-20
    • 文件大小:6003178
    • 提供者:yc
  1. mario_war

    0下载:
  2. 一个类似超级玛丽的完整的2d卷轴游戏代码,包括游戏资源,总之是一个很完整的东西。很适合做为游戏编程的练习。-A similar super-Mary complete scroll 2d Game code, including Game of resources, as long as it is a very complete thing. Game programming is very suitable for the practice.
  3. 所属分类:Other Games

    • 发布日期:2017-05-24
    • 文件大小:8163235
    • 提供者:窦冬
  1. qtserver

    1下载:
  2. qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-01-15
    • 文件大小:110821
    • 提供者:yangming
  1. TankWar1.9.11

    0下载:
  2. java实现的网络版坦克大战源码,可以同时多人对战,对于学习tcp,udp,socket等网络编程,多线程编程等具有极好效果,同时亦可学习网络游戏的编程思维。-java implementation of the online version of Tankedaizhan source, you can simultaneously multiplayer, the study tcp, udp, socket, such as network programming, multi-threa
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:502979
    • 提供者:liuben
  1. Windows_game_src

    0下载:
  2. windows游戏编程大师第二版 源代码。 找了好久找到的。-windows game programming source code for the second edition of the master. Looking for a long time to find.
  3. 所属分类:Game Program

    • 发布日期:2017-05-28
    • 文件大小:11149446
    • 提供者:
  1. CameraRove

    0下载:
  2. CameraRove(opengl游戏编程(徐明亮)).rar-CameraRove (opengl game programming (Xu Mingliang)). Rar
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:615598
    • 提供者:陈永
  1. SourceCode

    0下载:
  2. 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:150232
    • 提供者:ccg
  1. Lua2DEngine

    1下载:
  2. 游戏编程 Lua绑定c++ 2d引擎 openGL渲染.-Game Programming Lua binding c++ 2d engine openGL rendering.
  3. 所属分类:Game Engine

    • 发布日期:2017-04-09
    • 文件大小:1251276
    • 提供者:王璞
  1. tower-of-source

    0下载:
  2. 魔塔的源代码,很详细具体,对游戏编程有很大帮助,QT编程的可以学习下-Devil' s tower of source code, very detailed and specific, very helpful for game programming, QT programming can learn under
  3. 所属分类:Other Games

    • 发布日期:2017-03-24
    • 文件大小:211422
    • 提供者:林林
  1. DirectX

    1下载:
  2. VC+DirectX写的飞机小游戏,可以初步学习DirectX的编程知识。-Written in VC+ DirectX game aircraft can be an initial learning DirectX programming knowledge.
  3. 所属分类:Game Program

    • 发布日期:2014-11-10
    • 文件大小:5270014
    • 提供者:浮舟
  1. All-in-one-code

    0下载:
  2. 游戏编程All in one 一书的所有源码!-Game Programming All in one book all the source code!
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:2900968
    • 提供者:handong
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com