联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 棋牌游戏(582) 

[棋牌游戏] GAME

你将实现两个玩家版本。一名玩家将是计算机,另一名玩家是您程序的用户。让我们将电脑玩家称为机器人和用户玩家作为人。你可以假设机器人总是处理这些卡片。
You will implement two player versions. One player will be a computer and the other player will be the user of your program. Let's call computer players robots and user players as people. You can assume that the robot always handles these cards. (2018-04-10, Python, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1523323160748950.html

[棋牌游戏] Java_jiangyi(2)

疯狂java讲义第二版(李刚编著)本书并不单纯从知识角度来讲解Java,而是从解决问题的角度来介绍Java语言,所以本书中涉及大量的实用案例开发:五子棋游戏、梭哈游戏、仿QQ的游戏大厅、MySQL企业管理器、仿EditPlus的文本编辑器、多线程、断点下载工具、Spring框架的IoC容器……这些案例既能让读者巩固每章的知识,又可以让读者学以致用,激发编程自豪感,进而引爆内心的编程激情。
Crazy java handouts Second Edition (Gang eds.) This book is not just the perspective of knowledge to explain Java, but the perspective of problem-solving to introduce Java language, the book involves a large number of practical case development: backgammon games, Stud games imitation QQ games hall, MySQL Enterprise Manager, imitation EditPlus text editor, multi-threaded, breakpoint download tool, IoC container Spring Framework ...... both of these cases each chapter allow readers to consolidate the knowledge, but also allows the reader apply their knowledge and inspire pride programming, and then detonated inside the programming passion. (2016-01-19, Java, 1435KB, 下载5次)

http://www.pudn.com/Download/item/id/1453196724913263.html

[棋牌游戏] weiqi

本课题设计并实现了一个可以单人或双人对战的黑白棋游戏系统,该系统采用C++语言在Microsoft Visual C++ 6.0下编写代码,采用VC中比较流行的MFC模板进行编程。系统不仅使人进行双人对战也可以进行单人与计算机的对战,且人工智能比较高超。
The design and implementation of a project can be single or double Battle Reversi game system, which uses C++ language in Microsoft Visual C++ 6.0 write code, using VC MFC templates more popular programming. System not only makes for double against a single person can play against the computer and artificial intelligence compare superb. (2013-11-01, Visual C++, 1929KB, 下载2次)

http://www.pudn.com/Download/item/id/2388546.html

[棋牌游戏] ZGXX

以实际案例来促进读者对算法的理解,提高实际编程能力。主要内容包括:中国象棋博弈,局面表示,走法表示及生成走法,局面评估,基本搜索算法,人机博弈,机器对弈,置换表,算法分析及测试技术,时间控制策略,启发式搜索策略,更多搜索策略。
Based on the actual case to promote understanding of algorithm, improve the actual programming ability. The main contents include: Chinese chess game, situation representation, representation and generation go go, assess the situation, basic search algorithms, game machine, game machine, permutation table, algorithm analysis and testing technology, time control strategy, a heuristic search strategy, more search strategy. (2013-05-03, Visual C++, 3985KB, 下载2次)

http://www.pudn.com/Download/item/id/2226677.html

[棋牌游戏] StuntJumper

一本书中的VC++游戏教学实例源代码,不知道是一款什么游戏,源码在VC++6.0环境中可以顺利编译,有兴趣的下载本源码包进行测试,其实什么游戏并不重要,领会一些编程思路才是最重要的。
Book teaching of VC++ game source code examples, do not know what is a game, the source code can be successfully compiled in VC++6.0 environment, are interested in downloading the source package testing, in fact, what the game is not important to understand some programming ideas is the most important. (2013-04-28, Visual C++, 181KB, 下载4次)

http://www.pudn.com/Download/item/id/2220302.html

[棋牌游戏] wuziqi

此附件下载后好压打开就可以直接运行,并且还有整套源代码,可以直接用VC6.0打开并进行修改代码。该程序实现了五子棋的判断,悔棋,存档以及读档等主要功能,C++初级编程很好的资料。
Download this attachment good pressure to open and can be run directly, and there are a whole set of source code can be directly used VC6.0 open and modify code. The the program backgammon judgment, the main function of undo, archive, and read files, C++ primary programming good. (2012-12-01, Visual C++, 2169KB, 下载5次)

http://www.pudn.com/Download/item/id/2067814.html

[棋牌游戏] pukejiyi

VB源码,游戏编程,记忆训练   扑克记忆训练,做好了框架和排列扑克的部分。目前有一个 bug,乱点几下交换了扑克牌位置后,再点记下随机排列(洗牌),有时会出现两个黑桃A(代码:“11”),某张牌当然就没出现了。我目前还没发现这个 bug 的重现方法
VB source code, game programming, memory training poker memory training, well part of the framework and arranged poker. There is a bug in the chaos a few clicks exchange poker position, and then point to write down a random order (shuffle), sometimes two spades A (code: " 11" ), a card of course, no a. I have not found this bug reproducible method (2012-11-26, Visual Basic, 4027KB, 下载11次)

http://www.pudn.com/Download/item/id/2061465.html

[棋牌游戏] Chess

简单易懂的编程思路! 棋盘游戏程序,人为一方,计算机为一方,人下时字符 * 将放在所指定的位置,而计算机下时字符 @ 将放在某一空格位置。行、列、或两对角线有连续三个相同字符一方为胜方,也有平局情况。能动态演示。
Straightforward programming ideas! Board game program, on the one computer on the one hand, people under the character* will be placed in the location specified character @ will be placed on the computer under certain spaces position. Row, column, or diagonal three consecutive identical characters party wins and a draw situation. Dynamic demonstration. (2012-09-22, C/C++, 169KB, 下载4次)

http://www.pudn.com/Download/item/id/1999533.html

[棋牌游戏] GameSRC

现在游戏开发是个潮流,很多人在大学期间都是从写小游戏走向专业的技术编程人员的吧,也有好多人毕业后一直从事了游戏行业,这里我提供了几个经典的小游戏源码集合,丰富的内容,不同的编程语言,让你体验游戏开发的乐趣,源码内容有: 1.JAVA版本的经典俄罗斯方块 2.VC版本的经典俄罗斯方块 3.J2ME手机版本的经典俄罗斯方块 4.VC版的经典棋牌游戏斗地主 5.VC版的经典战机游戏 6.VC++版本的国际象棋(包含了设计文档、美工设计等全套开发流程,绝对让你垂涎欲滴!) 来成为我们开发行业的成员吗?从这里开始,你会发现前途嘹亮~
Game development is a trend now, many people are in college to write a small game from the technical to the professional programmer s right, there are a lot of people after graduation has been engaged in the games industry, and here I provide a source of several classic games collection rich content, different programming languages ​ ​ let you experience the fun of game development, content source: 1.JAVA version of the classic Tetris 2.VC version of the classic Tetris 3.J2ME mobile version of the classic Tetris 4.VC version of the classic board games Landlords 5.VC version of the classic fighter plane game 6.VC++ version of chess (including design documents, graphic design, full development process, so you absolutely mouth-watering!) To develop our industry members? From there, loud and clear- you will find future (2011-07-21, Others, 2677KB, 下载17次)

http://www.pudn.com/Download/item/id/1603069.html

[棋牌游戏] pc_vc

windows游戏编程之VC游戏 本书是一本专论机器搏奔的作品。详细披露了编写人机对奔程序的原理,技术和各种相关内容。包含一个完整的中国象棋人机对奔程序和一个完整的五子棋人机对奔程序实例。毫无保留的展示了估值核心,走法产生,以及约十种不同的搜索引擎,彻底解析了高性能博奔程序的秘密所在。实用性是本书的最大特点,本书的目标是让一个粗通程序设计的人在一个月内写出令人惊讶的人机博奔程序。完全没有一般人工智能书籍晦涩难懂的感觉。
hello (2010-09-13, Visual C++, 1491KB, 下载9次)

http://www.pudn.com/Download/item/id/1295009.html

[棋牌游戏] fivechess_Csharp

软件名称:五子棋 游戏 Csharp开发 版 本:1.0 编程语言:Visual Studio .NET C# (Beta 2) 调试环境:WINDOWSXP 运行环境:需要 Microsoft .NET Framework SDK 支持 使用方法:具体使用方法请在游戏中按 F1 键查看相关的帮助信息。
Software Name: backgammon game Csharp Development Version: 1.0 programming language: Visual Studio. NET C# (Beta 2) debugging environment: WINDOWSXP operating environment: the need for Microsoft. NET Framework SDK supports the use of methods: the specific use requested in the game press F1 key to view related to the help information. (2010-06-27, C#, 876KB, 下载35次)

http://www.pudn.com/Download/item/id/1224798.html

[棋牌游戏] 201061912441315

这款围棋游戏支持悔棋、载入棋局、保存棋局、适时显示走棋状态信息等,另外这些源代码都下是出自一人之手,在编程风格上会大不相同,感兴趣的朋友可以研究一下每个人的实现代码,很有意思哦。
This chess game supports undo, load the game save the game time display status information such as playing chess, while the source code is from a person under the hand of the programming style will be different, interesting friends can look at implementation code for each person, very interesting oh. (2010-06-23, Visual Basic, 907KB, 下载5次)

http://www.pudn.com/Download/item/id/1220603.html

[棋牌游戏] Hamilton

8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。
8* 8 chess board on a horse just walked outside than from the other 63 positions each time, and finally returned to the starting point. This line is called a horse' s Hamilton travel routes. For a given m* n chess board, m and n are even greater than 5, and | mn | ≤ 2, the partition algorithm to design a test to find a horse of Hamilton travel routes. Programming task: For a given even number m, n ≥ 6, and | mn | ≤ 2, programming computing m* n chess board a horse Hamilton travel routes. (2010-05-03, C/C++, 4KB, 下载13次)

http://www.pudn.com/Download/item/id/1154380.html

[棋牌游戏] KelvinRussia

俄罗斯方块的游戏规则相信大家一定都不陌生,也许还有不少人都是骨灰级玩家了,但是在此还是有必要说明一下游戏的规则,因为从编程和玩家的两个不同角度来观察游戏规则,还是有微妙的区别的——侧重的东西不同
Tetris rules of the game I am sure you are not familiar with, and perhaps there are still many people are the elite enthusiasts, but this is still necessary to explain the rules of the game, because players from the program and to observe the two different angles rules of the game, there are still subtle differences- focusing on something different (2010-02-04, Visual C++, 287KB, 下载7次)

http://www.pudn.com/Download/item/id/1058639.html

[棋牌游戏] iWonder

这是一个小时候玩的“五道儿”的简单演示程序。 本源码适合初学VC的朋友,这也是我学习用SOCKET作局域网通讯编程 的工程,使用VC6编制的。同时你还可以学习到多线程的使用、双缓冲区绘图、 动画光标ANI的使用,键盘鼠标的基本响应等等。欢迎测试使用哦!
This is a child playing the " five children" , in simple demo program. The source for beginners VC friends, that is what I learn to use SOCKET LAN communication program for the project, using VC6 prepared. At the same time you can learn to use multi-threaded, dual-buffer graphics, animated cursor ANI the use of keyboard and mouse, and so the basic response. Welcome to test the use of Oh! (2010-01-18, Visual C++, 633KB, 下载9次)

http://www.pudn.com/Download/item/id/1044197.html

[棋牌游戏] wq2

用VB设计围棋打谱程序 您是否是一个围棋爱好者?您是否常为找对手,摆棋盘,收棋子等耗费时间?鄙人用VB6.0设计了一个围棋对弈程序,在WINXP下运行通过,供各位爱好游戏编程的朋友交流.
Go play with the VB spectrum of the design process whether you are a chess enthusiast? You' ll always be looking for opponents, put the board, pieces and other income and time-consuming? I use VB6.0 designed a chess chess program, running under WINXP adopted for the programming you love the game of exchanging. (2009-11-16, Visual Basic, 34KB, 下载9次)

http://www.pudn.com/Download/item/id/972257.html

[棋牌游戏] c++4

是一个能够远程下中国象棋的程序,能够基本实现远程下棋功能,但还不完善,屏幕有些闪烁,但还是值得借鉴的。程序使用说明:先在一台机器上运行,并选择作为服务器,再到另外一台机器上运行这个程序,选...软件类别:游戏编程|C++源码 .. 本文来源于虾客源码 http://www.xkxz.com
Is under a long-range Chinese Chess procedures to realize the basic functions of remote play chess, but not perfect, the screen flashes some, but still worthy of consideration. Procedures for the use of Description: first run on one machine and choose as a server, and then to another machine to run this procedure, the election ... software Category: Game Programming | C++ Source .. this article from shrimp-off source http://www.xkxz.com (2007-07-11, C/C++, 59KB, 下载4次)

http://www.pudn.com/Download/item/id/306687.html

[棋牌游戏] PCGameBoyi.book.src.ccrun.619943

重庆大学出版社出版的《PC游戏编程(人机博弈)》一书的配套光盘内容。本书是一本专论机器搏奔的作品。详细披露了编写人机对奔程序的原理,技术和各种相关内容。包含一个完整的中国象棋人机对奔程序和一个完整的五子棋人机对奔程序实例。毫无保留的展示了估值核心,走法产生,以及约十种不同的搜索引擎,彻底解析了高性能博奔程序的秘密所在。实用性是本书的最大特点,本书的目标是让一个粗通程序设计的人在一个月内写出令人惊讶的人机博奔程序。完全没有一般人工智能书籍晦涩难懂的感觉。压缩包内括作者开发的两个小游戏:五子棋和象棋,以及这两个游戏的C++源程序。
Chongqing University Publishing House published the "PC game programming (man-machine game)," a book supporting the contents of the CD-ROM. This book is a post-stroke machines on the works of Ben. Prepare a detailed disclosure of the man-machine Ben procedures principle, and relevant technical content. Includes a complete Chinese Chess crew of Ben procedures and the integrity of a 331 plane to Ben procedures examples. No reservations about the valuation of the core of the display, in law, and for about 10 different search engines, a thorough analysis of high-performance process Mr. Ben secret lies. Practicability of this book is its greatest feature, The book's objective is to give a basic understanding of the design process within a month to write amazing crew Mr. Ben proced (2007-06-25, Visual C++, 1582KB, 下载73次)

http://www.pudn.com/Download/item/id/299835.html

[棋牌游戏] wuziqi_c_graphics

一个使用C语言写的五子棋程序,在C语言中实现了汉字输出,图形界面的绘制,以及栈的一些基本操作 。是一个在C语言中图形编程入门的学习实例。 基本操作: 空格和回车是下棋; 回退键是悔棋; ESC离开
a C language used to write the 331 procedures in the C language to fulfill the export of Chinese characters, a graphical interface mapping, Stack some of the basic operation. C is a graphical programming language portal of learning examples. Basic operations : space and the transport is a player; Backspace key is deduced; ESC leave (2007-06-16, C/C++, 164KB, 下载9次)

http://www.pudn.com/Download/item/id/296486.html

[棋牌游戏] WIN32 SDK版本的象棋游戏源代码

WIN32 SDK版本的象棋游戏源代码 用纯粹的windows sdk和C编写而成,学习游戏编程的好例子。 初学者可以看看实现过程,算法就不要详细研究了。
WIN32 version of the SDK source code chess game with a purely windows sdk prepared and C from learning games programming a good example. Beginners can look at the implementation process, the algorithm should not be studied in detail. (2005-12-26, C/C++, 22KB, 下载430次)

http://www.pudn.com/Download/item/id/135521.html