搜索资源列表
3chess
- 这是一个网络对战游戏,使用Java开发。不能与电脑对战(因为电脑AI还没有开发出来,但是留有AI接口)。游戏的规则(游戏里面也有介绍)是三个子在同一线上便可以吃掉对方子,因此起名叫做“三子齐线”。-This is an online game, the use of Java. No computer screen (because the computer AI has not developed, but have AI interface). The rules of the game (
Cell
- 纸牌接龙游戏 把所有牌按花色依次从小到大( A 到 K )捡到右边的红色框中,全部捡完游戏结束。 主要操作有:鼠标单击和双击,没有拖动。 规则 1:方块接方块,草花接草花,从大到小的接(比如:方块8要接到方块9的下面) 规则 2:K 可以移到空的绿色框中 规则 3:最小的可以用双击自动移到红色框中 规则 4:点牌要点牌的上半截 规则 5:-poker word games all colors followed by licensing from small to l
电院五子棋(PLAEEI)
- 一款自主开发的五子棋程序,乃无禁手算法,为本人参加校挑战杯的作品,获三等奖。该程序棋力强劲,在QQ中的战绩目前为: 积分:43 赢:44 输:27 平:2 胜率:60% 曾和网上四五款无禁手的五子棋程序对弈,十盘中一般能胜七八盘!先手基本没负过! 采用了递归算法预测下一步,不过由于是为了应付学校的挑战杯,代码写的不是很规范,递归算法也不完美,之后由于学习时间很紧张,也没时间改进,今天把源代码公布出来,和大家一起学习探讨!大家可以自由使用我的代码,不过有点要求是,如果有人对程序中
c++俄罗斯方块程序
- 俄罗斯方块源代码* 文 件 名: ToyBricks.c * 完成时间: 2001年9月 * 完成地点: 华东地质学院综合楼507机房 * 开发模式: SDK程序 * 开发环境: MS VC++ 6.0 * 作 者: 王岭 * 工作单位: 中国建设银行三水市(广东省)支行 * E - Mail: Mao_jzh@163.com */ /* 备注: * 这是一个简单的俄罗斯方块游戏程序,写程序时没有注释, * 这是我写程序时的一个坏习惯。毕业有半
chinese_chs_vc
- 这个程序变的挺好的,适合初学者看.解压后就可以运行,没有版权哦!-change in the procedure very well, for beginners to see. After extracting can run, no copyright!
Jos
- 程序是用来布置软件界面。使用户具有友好的入口。本程序没有特殊功能,仅由主程序调用进行初始化界面,是主程序的子程序。程序采用顺序处理。非常驻内存。无覆盖要求。可重人 -procedure is used to layout software interface. Enables users with a friendly entrance. No special procedures of the functional only by the main program called initial
landlord
- 这是我在游戏开发时参考的源代码.可惜没什么注释,书写不太规范.-This is my game development in the reference source. Unfortunately, no notes, writing standardized.
game_Majiang
- 用C++开发的中国麻将游戏(单机版),可以做为学习的范例。 —————————————————————————————— 游戏的基本运行 ——————————————————————————-———— 运行前会先洒色子,根据色子与庄家给各玩家初始化手中的牌 1.初始化(根据庄家和色子数给每个人发12张牌) 2.牌墙发牌给庄家(m_nActive活动状态给庄家) 3.根据活动状态玩家是否是出牌状态(m_nState==1):如果是电脑,让其思考最差的一张牌并出牌,如果是
Four-Up
- 一个小的纸牌游戏,适合于刚学vc的人参考,高手就不必啦!-a small playing card games for just learning vc in the reference, there is no need to master!
77
- 大家有兴趣的拿回去自己和自己女朋友玩,或者研究研究,或者学习学习,或者 丢到马桶里,但是希望让大家看到,然后都来贴一个自己写的简单到不能再简单的小游戏的代码,看看简单到不能再简单会是什么样子。 -you are interested them in himself and his girlfriend play, or studies, or learn from, or throwing it in the toilet, but wanted to let everyo
easypoint24
- 一个简单的24点游戏,也可以说是原创,也是没有logo,适合应付作业!-a simple 24-point game, that is, it is original, there is no logo, suited to meet the operational!
2006_05_25_073342_ucMkQWSdhx
- 简易聊天系统,没什么要求啊`` 西案例就知道了-simple chat system, no request ah case `` the West will know
NJmah-jong
- 四川内江麻将的服务器端逻辑模块,基于对象编写,平台无关,经长时间检测无差错,可运行于商业平台-Neijiang mahjong server logic module, based on object preparation, platform-independent, After a lengthy no error detection can be run on the platform for business
Chess2003
- 用.net2003自己写的一个中国象棋程序,完整源代码无错,极适合初学者的进阶学习。-use. Net2003 himself wrote a Chinese chess, complete source code made no mistake, very suitable for beginners to the advanced study.
five_w
- 一个使用权值判断算法的五子棋程序。由于没有使用深度搜索算法,计算速度很快。程序的智能主要由权值表决定,你可以很容易的修改它(或者使用神经网络自动修改)-a right to use the algorithm to judge the value of 331 procedures. As the depth of no use search algorithms, computing speed quickly. Intelligent procedures primarily by the
cblackwhitechess
- 黑白棋。简单的功能,没有加入计时、悔棋、声音等。-reversi. Simple functional, no time to join, afterwards, and other voices.
doudizhu_scr
- 这个是vc的代码,需要的朋友请下载 有些类定义的不太好,还有一些bug没有修复,请大家见量-vc This is the code needs some friends download the definition of the category is not a good there are no bug repair, please see the volume
zuixingwzqforhaozilinhao
- 有人机对战和双人对战两种模式,没有联网功能,是单机版的游戏。-war machine was double and two models of the war, no networking functions, single version of the game.
sudoku_gui
- Sudoku! is the ultimate GUI for Sudoku fans. No messy scribbles, simply click away to the solution.
俄罗斯方块游戏的抽象类
- 该类内部维护了一个矩阵,是由俄罗斯方块抽象出来的 矩阵的每个元素代表方格中的每个单元格,1代表该格有方块,0没有 该类的所有方法都是围绕这个核心矩阵来操作的-internal safeguard such a matrix by Russian abstract squares of the matrix elements of each representative of each grid cells, a representative of the grid with squares 0