搜索资源列表
CDDGame-saintfighter-src-code
- 一个完整的2D滚屏游戏示例,编译后可以运行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戏逻辑完整,有记分系统,供喜欢游戏编程的初学者参考切磋。-a full 2d scrolling screen game demo.play it after building.using DIRECT DRAW,DIRECT INPUT,DIRECT SOUND,game logic is complete,whith score counting system.i
泡泡糖
- 用C做的一个泡泡糖程序.可以俩人玩.哎呀.装了C就可以玩了.混点份怎么这么难啊-a bubble sugar program by c.two players can play ti,after install c.how hard get the score!
彩球射手
- 该游戏适合于平时娱乐之用,娱乐时只需将大于等于三个的连在一块就得分,直到最地层触底为止.-the game suited to peacetime use entertainment, entertainment and only three will be larger than the one on even the score until the most far bottom stratum.
宝石迷阵
- 很好玩的游戏,娱乐时,只需将三个同样的连在一块就可以得分.-is a lot of fun games and entertainment, only three will be the same even in a can score.
wuzq
- 特别提示: 不要使用TC编译,因为TC最多只能编译2000行,而本程序有2500行,推荐使用工具Win-Tc。 程序写的比较仓促,bug很多在所难免,还望大家批评指正。 真诚的希望能和大家相互交流,共同提高。 去年暑假,本人闲来无聊写了一个C语言图形模式下的五子棋游戏,有如下功能: 1.使用鼠标控制 2.能够实现人机对战,并判断胜负 3.能够保存棋局和玩家所走的每一步,并且可以按步骤还原棋局 4.玩家能够悔棋、和棋、认输 5.保存每一个玩家的分数到一个文件中
zhuangqiu
- 一款非常简单的撞球游戏,使用方向键控制板块左右弹动小球即可得分。-one very simple game of pool, use the direction keys to control plate at about moving the ball can score.
Csj
- C编写,进行等级选择之后,开始游戏。 你有5次机会,每次输入一个1到40之间的数,红色矩形底部便会有一个*从你输入数字的坐标处向上射出。若命中上面的人头,变响铃。最后给出命中次数,用时,得分,最高分。功能5是随机演示。-C, the choice for grading after the game began. You have five chances, each entry a 1-40 among the few, Red rectangular bottom will be an
360safe_3.0
- ),您可以一路cancel下去,这时系统菜单只有两项,选file下的odbc configer,选中sql anywhere项,再点击create按钮,现在出现一个大窗口,在data source栏填school 在user栏填own,在password栏填own,在databasefilename栏填解压得到的score.db的绝对路径名称,这时总算可以点击OK按钮了。第一步配置数据源顺利结束。如果还有问题,请不赐来信。 二、打开库画板,再打开school.pbl,点击小人儿即可。 此程序是
agameofcraps
- 这是一款名为“掷双骰”的小游戏,玩家掷两个骰子,若首次点数为11或7,玩家赢;若首次点数为2,3,12,玩家输。-This is the section called "Double throwing dice" of the game, the player throwing two dice, if points for the first 11 or 7, Players win; If the first score of 2, 3,12, the player lo
feijishanshec
- c语言版飞机闪射,有增加了很多新功能 ,一键加血,记录上次分数-c language version of the aircraft Shanyi, a lot of new features, plus a bond of blood, the previous record score
outpost16
- outpost16为16位窗口模式下的太空飞行射击游戏。 请在桌面将色深设成16位,否则图像显示不正常。 某些机器可能会出现花屏现象,原因未知。 游戏的目标是击毁所有的空间站和大型战舰,击碎陨石有一定几率掉+护甲或者+弹药的东西。 游戏过程按F1帮助,游戏键说明如下: ← Turn Left(左转) → Turn Right(右转) ↑ Advance And Speedup(前进和加速) Ctrl Fire(发射) Space Fire(发射) H
tanshishe
- 1.可设置方格数目,颜色,大小,线宽 2.随机产生一只老鼠 3.蛇可根据鼠标改变行动方向,当遇到老鼠是就吃掉,遇到自己的身体或边缘时死亡,并结束游戏 4.可产生音乐 5.可以进行文件操作(保存当前游戏进度或装入游戏进度及当前的环境设置等) 6.显示当前日期时间,及进度进行的时间 7.显示当前得分合排名 8.可进行鼠标操作,如菜单功能选择,方向改变等-1. Box number can be set, color, size, width 2. Randomly generated a mouse
hitUFOgame
- 打飞碟小游戏,射击类,/*自己改游戏的速度*/ int speed /*飞碟移动速度*/ int col /*中心坐标*/ int score=0 /*得分*/
五子棋算法探讨
- 五子棋算法探讨,关键是对当前棋局是否有正确的评分-331 Algorithm, and the key is whether the current game score is correct
五子棋的核心算法
- 五子棋核心算法,介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程-331 core algorithm, introduced 331 procedures of the structure, score rules, methods and judgment of the outcome search algorithm process
五子棋的核心算法
- 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
VisualCPP
- 写的很不错,里面的游戏引擎不错,编程思想也不错,包括游戏引擎的创建,游戏杆的编程,子画面及外观动画,┣━━━★ 声音和音乐,AI(人工智能),闪屏,演示模式,高分记录,滚动背景等-Writing is very good, there' s a good game engine, programming is also a good idea, including the game engine creation, joystick programming, sub-picture
Student-score-management-system
- 编程建立学生成绩管理系统。要求具有以下功能:一个学生的信息包括学号、姓名、英语成绩、语文成绩、数学成绩,要求输入每位学生的信息并显示这些信息;同时计算每位学生的总分即英语、语文、数学成绩之和,并对输入的若干学生按总分排名,按总分名次输出每位学生及其信息;最后计算这些学生的英语平均分、语文平均分和数学平均分,并输出结果。-Programming establishment of student achievement management system. Required to have the
Score-board
- Cricket Score board, for keeping the record of cricket scores and overs
score-explosion
- 用pygame编写的小程序,将小球弹入球门即可得分。-With pygame prepared by the small program, the ball into the goal to score.