搜索资源列表
WIN32 SDK版本的象棋游戏源代码
- MantisChess1.0 ,为了清晰而改用Win32 SDK代码,抛开了MFC和多线程,抛开一切附加功能.-MantisChess1.0, in order to clear a switch Win32 SDK code, cast aside the MFC and multithreading, cast aside all additional features.
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
final_Sokobannew
- sokoban游戏,俗称推箱子游戏,共有几十关,第一次游戏要输入用户名,下次输用户名则可以继续上次关数,不可以选关,只能顺序玩。没有密码。-Multiban games, commonly known as PSP games, dozens of Customs, the first game to enter a user name, user name next losers will continue to be incarcerated last, not elect clearanc
CardTest1
- 游戏说明: 牌的大小顺序: 大王,小王,A,K,Q,j,9,8,7,6,5,4,3,2 出牌规则: 每次只能出一张牌,每局开始时随机由其中一人先出牌,以后由上一次赢的玩家出牌。首家可以出任意一张牌。首家出牌后,下家所出的牌的花色要与首家的相同,大小不限。如确实没有花色相同的牌,则可以出其它的牌。 胜负判定: 当每人都出了一张牌后,如果花色相同,则比较两张牌的大小,牌大的赢.如果花色不同,则先出牌的赢。最后经过统计赢的次数最多的 玩家最终赢得比赛。 The rules is following:
笑脸俄罗斯方块
- 这个源程序是最基本原理讲解版,本版主不 *//* 再提供这个版本的更祥细解释。 */ /* 如果有不理解的地方,请邮购正式版1.0的 *//* 全攻略。-this source is the most basic principle on the version, not the moderator * / / * to provide this version of the wound more explanation. * / / * If there is no understanding
vb_ddz.rar
- 一个VB斗地主游戏的雏形,实现了随机发牌,按大小王从大到小顺序发牌,一张牌跟NPC交互对比大小。其他的编不下去了,不知道AI怎么搞。 我自己做的,可能程序效率很差,可以拿去看看,大家相互学习。 ,VB斗地主an embryonic form of the game to achieve a random licensing, according to the size of the order of King smallest licensing, a card the size compa
Queen
- 可以用于解算国际象棋中的八皇后问题,即如何排列8个皇后使之之间不能互相吃-Solver can be used for chess in the eight Queen s question, that is, how to order 8 so that between the Queen s can not eat each other
132
- 黑白棋游戏规则,为了实现黑白棋程序,先总结了以下规则,对于后面的开发有很好的指导作用-Reversi rules of the game, in order to achieve Riversi procedures, first summing up the following rules for the development of the back of an excellent role in guiding
sourcecodeofFIR
- 适合出学者模仿和学习的原代码,可实现自选对手,选择下棋先后顺序,同时可实现选择不同游戏等级.也适合娱乐使用.-Suitable for a scholar and learning to imitate the original code, can be realized on-demand rivals, choose the order in which they play chess at the same time choose a different game to achieve g
103244864linktolink
- VB连连看源码!也十分的好!为了合格不得不献出来了!-Lianliankan VB source code! Is also very good! Had to offer in order to pass out!
21dianpai
- 21点牌 使用C语言中顺序,选择,循环(三大结构)和随机函数,实现对一副牌(52张,除大小王)的初始化,洗牌,发牌,是否要牌,计算一次胜负并亮牌,计算总胜负等功能。 -21:00 licensing the use of C language in the order of selection, cycle (three structures) and the random function, implementation of a pair of license (52, with t
Tetris
- 俄罗斯方块虽然是非常古老的小游戏, 但现在仍然百玩不厌。 为了让大家看清程序的算法, 程序的界面尽量简单, 没有过多的修饰。-Tetris is a very old game, but play is still not tire hundred. Procedures in order to allow everyone to see the algorithm, the program interface as simple as possible, without too much
j_13481_vb_gdgame_src
- VB代码大家疯狂是工行卡号发看见时候看见方可两个快两个家看了的撒娇快乐-VB code is everybody crazy hair ICBC card number in order to see both to see time both at home watching the quick撒娇Happiness
arasan_source11.3
- arasan是一款非常强悍的国际象棋引擎, 11.3 是其最新版本,需要Arena Gui加载后才能进行对弈。-arasan is a very powerful chess engine, 11.3 is the latest version of Arena Gui required in order to load the game after.
xiangqi
- 背景选择中有六幅风格不同的图片以供选择,另有乐曲可于配合游戏进行。 可以选择新手提示,它会提示你当前所选的棋子所能走到的节点,方便新手使用。 用vc++ 6.0 实现,对信息的保存用到了CList,CArray及自定义的CSaveSteps等用到类,在界面实现上用到 了CListBox等控件,为了实现棋谱输出,用GetStepName这个函数进行了语法分析。文件存取用到了CFile类。-Choice in the context of six different picture st
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In order to challenge a new leve
whdz
- 网狐大众麻将视频.需要和 服务端才能全部执行 请大家继续关注 -Volkswagen Fox Network Mahjong video. Needs and the full implementation of the server in order to please continue to pay attention thank you
dd
- 求解数独的高效算法,进行了优化。一般难度求解在微秒数量级。-An efficient algorithm for solving Sudoku, were optimized. Generally difficult to solve in the microsecond order of magnitude.
Nqueenproblem
- 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
onespritecollidewithaimage29
- in order to download the source codes of pygane, i upload this flychess game -in order to download the source codes of pygane, i upload this flychess game