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

搜索资源列表

  1. SLG_Game

    0下载:
  2. 简单的2D游戏引擎,包括AStar算法等实现,Win32程序,游戏入门极好的参考。-A simple 2D game engine, including the realization of AStar algorithm, Win32 process, an excellent reference for game entry.
  3. 所属分类:Game Engine

    • 发布日期:2017-05-20
    • 文件大小:5.64mb
    • 提供者:amor
  1. puzzle

    0下载:
  2. [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:505.92kb
    • 提供者:mj
  1. WIN32_BALLv3.2

    1下载:
  2. 纯win32 环境加GDI, 模拟以前FC游戏 弹球(pinball) 开发的一款小游戏. 其中使用到单例设计模式, STL常用用法等, 代码共2k 行左右, 仅供游戏开发初学者参考.-Pure win32 environment, plus GDI, simulated game before the FC pinball (pinball) the development of a game. Cases in which the use of design patterns into a
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:53.59kb
    • 提供者:林祥
  1. FiveQi

    0下载:
  2. 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:195.02kb
    • 提供者:自由民
  1. push-box

    0下载:
  2. 经典的推箱子游戏,纯C语言编写,可以很方便参考此代码并转成win32程序-Classic Sokoban game, pure C language, you can easily reference this code and turn into win32 program
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-22
    • 文件大小:85.95kb
    • 提供者:IUNKNOWN
  1. chess

    0下载:
  2. 中国象棋源代码 1, 画面精美,是学习GUI编程的很好参考资料 2, 实现了人机对弈,涉及人工智能算法 3, 有MFC及win32两个版本,适用各种Programmer-Chinese chess source code 1, the window fine is good to learn GUI programming reference 2, to achieve a human-computer chess, artificial intelligence algor
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:336.59kb
    • 提供者:锦绣天涯
  1. the-chess-game-source-code

    0下载:
  2. WIN32 SDK版本的象棋游戏源代码。采用VC6开发。包含AI,可人机对战。代码较为易懂,适合初学者参考和学习。-WIN32 SDK version of the chess game source code. Developed using VC6. Include AI, can be man-machine game. Code is more understandable for beginners reference and learning.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-23
    • 文件大小:39.77kb
    • 提供者:豪戈
  1. chess

    0下载:
  2. 具有一定棋力的象棋源代码,界面设计漂亮,可以供学习象棋编程的朋友参考,完全是由win32 SDK编写的-It have enough power chess s VC source code, beautiful interface design , can learn chess programming friends for reference, is composed entirely of the win32 SDK writing
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-30
    • 文件大小:11.86mb
    • 提供者:刘念
  1. xiangqi

    0下载:
  2. 这是一个在visual c++6.0 win32 平台下编写的象棋程序 仅供参考! (注:mfc视图类) 工程名 Xq -This is a chess program written in visual c++6.0 win32 platform for reference only! (Note: mfc view class) project name Xq
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-23
    • 文件大小:99.88kb
    • 提供者:思鱼
  1. cards

    0下载:
  2. 用C++写的纸牌游戏 win32程序 有需要的读者可以下载作为参考-Using C++ to write the card game Win32 program readers need can be downloaded for reference
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:10.59kb
    • 提供者:liu
  1. Simple-version-of-the-fishing

    2下载:
  2. 本程序是一个模仿捕鱼达人的小游戏,语言为C语言。WIN32、GDI。实现功能: 积分; 碰撞; 点击测试; 随机生成鱼; 连续图片实现鱼游泳动画; 点击音效; 程序是鄙人C语言实验程序,参考了《windows游戏编程之从零开始》GDI部分。程序逻辑简单,实现直接,结构比较清晰。如果有类似作业需求的,可以作为参考。(This program is a copy of the game to fish, language C language. GDI, WIN32. Realizat
  3. 所属分类:游戏

    • 发布日期:2020-11-23
    • 文件大小:2.51mb
    • 提供者:saberice
搜珍网 www.dssz.com