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

搜索资源列表

  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. project

    0下载:
  2. Card Game-Big & small. It is a mini-card game. The program will randomly select one card within the 52 cards. Users can guess the card is a big or small. The program can also record the marks of each game. It s a simple program to learn the C++ langu
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3.3mb
    • 提供者:vp
  1. 2

    0下载:
  2. 函式庫與硬體: ANSI C Dos 6.0 Neo SDK 8255A 教學發展板 說明: 此為以Dos 6.0為平台Turbo C寫的小遊戲, 這次是使用開放源碼的neo SDK來進行程式, 其一開始您必須先選擇你想要的玩家(共有兩種選項,其選擇由按鈕2、4 控制方向),選擇完 之後按下確定鈕3,及遊戲開始進入計分模式。當按下鈕2 時人物向左移動;當按下鈕4時人 物向右移動。遊戲開始,有漢堡、餅乾、三明治等食
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1.75mb
    • 提供者:朱庭贤
  1. m

    0下载:
  2. 这个是用LUA 写的美女快餐厅游戏代码,由于在开发环境里没有对应选项,所以我只好选择C/C++了,希望对学习LUA的朋友有帮助-This is a beautiful fast-food restaurant LUA to write the game code, as in the development environment and have no equivalent option, so I had to select C/C++, and want to help a friend
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:11.25kb
    • 提供者:刘璐
  1. exercise

    0下载:
  2. 设计一个含有多个菜单项的菜单演示程序,然后再为这些菜单项设计相应的功能。 要求: (1)程序显示下列菜单选项: 1. 解一元二次方程 2. 石头、剪子、布游戏 3. 退出程序 选择1-3: (2)用户选择1,则求解一元二次方程Ax² +Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。 (3)用户选择2,则模拟石头、剪子、布游戏。用户可以任选石头、剪子、布中的一种,计算机也随机产生3种物件之一,根据“石头赢剪子,剪子赢布,布赢石头”的规则判定
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:1.02kb
    • 提供者:夕月
  1. pass-game

    0下载:
  2. 一个有趣的C语言程序 ,设置5个关卡,运行过后可以任选择一个进行游戏-An interesting C language program, set up five points, after running the game can either select a
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:1.61kb
    • 提供者:zxd
  1. Monkeys-Select-King

    0下载:
  2. 编程C语言:猴子选大王(关于链表的创建删除粘贴破坏等操作等等)-C programming language: the monkeys selected King to create a linked list (on delete paste the destruction operation, etc.)
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:856byte
    • 提供者:张璐
  1. Jigsaw

    0下载:
  2. 用C++写的拼图游戏,可查看原图,选择自定义图片(bmp格式),排行榜未完成-Jigsaw puzzle with C++ write, you can view the original image, select a custom image (bmp format), the ranking is not completed
  3. 所属分类:Other Games

    • 发布日期:2017-12-09
    • 文件大小:15.74mb
    • 提供者:疾舞繁星
  1. snake_ladder

    0下载:
  2. This is a sample C++ snake and ladder Game Project . Select this program and compile it on Turbo C++.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-12
    • 文件大小:2.77kb
    • 提供者:dnad
  1. Quake-3-Arena-v1.32

    0下载:
  2. Q3的源代码 1)将所有工程属性Win32 Debug,改为Win32 Release 2)在工作区fileview中,右击"ui files"工程,左击"卸载工程",这一步很关键,否则会出现错误 3)在菜单栏里依次点击"工程"-->"从属性"-->在"选择修改工程"的下拉框中,选择quake3.在"从属以下工程:"选择框中,在botlib和renderer前面打勾,确定即可. 4)在工作区fileview中,右击"quake3 files"工
  3. 所属分类:Shot Game

    • 发布日期:2017-06-18
    • 文件大小:26.64mb
    • 提供者:小智
  1. PA1_TicTacToe

    0下载:
  2. This a Tic Tac Toe Game developed in C++ by me as a part of my curriculum.Tic Tac Toe is a two player mind game . I have developed this game in Dev C++ IDE using OOPS concepts in C++. This is a console based game. The game asks about the matrix row a
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:1004byte
    • 提供者:ger
  1. Gobang-game

    0下载:
  2. 采用c语言实现五子棋的游戏功能,使得程序能够根据人所放棋子的位置自动选择最佳的棋子放置位置。-Realize gaming function by c language. Make the program can automatically select the optimal placement of the pieces to put the pieces based on the location of the person.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:28.6kb
    • 提供者:zhangyan
  1. lianliankan

    0下载:
  2.   1、主界面选择游戏运行环境   2、游戏按照一定规则实现相同图片相消,消除时有闪烁效果   3、游戏界面有重新开始、重新排列、计时、计分等功能   4、支持单机版游戏环境    a.有简单、复杂和困难三种等级的选择    b.时间限制    c.在规定时间内完成游戏,显示成功通关的模态对话框   5、支持网络版游戏环境    a.通过服务器与客户端的连接进行两人对决    b.有聊天功能    c.在规定时间内完成游戏,显示赢了对手的模态对话框,另一方
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:925.72kb
    • 提供者:严颖
  1. Monkeys-Select-King

    0下载:
  2. 编程C语言:猴子选大王(关于链表的创建删除粘贴破坏等操作等等)-C programming language: the monkeys selected King to create a linked list (on delete paste the destruction operation, etc.)
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:948byte
    • 提供者:ordingt
搜珍网 www.dssz.com