搜索资源列表
LLK_evil
- *,连连看 这个程序还有点小BUG,就是有时会查不到可以消除的图片,有可能就是获取背景图片的ID时没有获取 到准确的值导致程序发送的消息得不到效果。如果大家有好的办法可以自己去完善一下
skyblue_PinTu
- 一个简单的连连看拼图程序,鼠标点击相同的图片而且通过路径判断实现功能。-A simple procedure Lianliankan puzzles, mouse, click the same picture and judged through the paths to achieve function.
VC_lainliankan
- 以前写的一个连连看游戏,当时刚接触MFC,从计划到完成花了4天时间。这段时间又把程序翻出来,加上了时间控制和音乐,功能也算完整了~ BBS里人气不是很旺,把代码发出来,大家互相学习,共同完善吧~图片用的是QQ的头像,仅供学习使用,版权归腾讯公司所有操作说明:鼠标操作,点击两个相同的图案,如果存在不超过两个拐角的通路就可以消去有时间限制,时间到则该局挑战失败,消去一次则时间会回退一格F5: 提示F6: 生命(重新布局)-It is very used for studying Visual c++
2009410143650530400
- 发牌程序 扑克发牌,移动等功能全面 对一图片的处理也有很多,可以参考参考-Licensing procedures, licensing poker, mobile, etc. on a full-featured image processing, there are many, you can refer to reference
Main
- 一个中国象棋程序,可以用netbeans运行,需要自己加入棋子的图片。-chess
puke
- 给别人做毕业设计的一个扑克牌程序,内有扑克牌背景图片 以及动画控件·-Others to do graduate design a poker program, poker within the background image and animation control
data_chess
- 完整的黑白棋游戏代码,利用OpenCV加载棋盘图片,用C++编写程序代码,附有详细的代码注释,让读者通俗易懂-Othello complete game code using OpenCV chessboard image loading, using C++ programming code, the code with detailed annotations, so easy to understand
wuziqi
- 五子棋游戏完整代码,用OpenCV加载背景图片,在VC环境中编写程序代码,含有丰富的代码注释,让读者快速掌握-Gobang complete code, load the background image with OpenCV in the VC environment, programming code, code comments are rich, so that the reader quickly grasp
MyTetris(Jambi)
- 一个使用Qt.jambi写的俄罗斯方块小程序。包含了音乐的播放、图片的变换等-Write one using Qt.jambi Tetris applet. Contains a music player, image transformation, etc.
war
- 完成连连看的程序设计,图片是用war完成的 适用于喜欢玩网络游戏的同学-finish lianliankan
vcchess
- 由lunix下开源程序改变,在vc++下加上图片图片的显示,不足地方请指正。-By the lunix under open source change, add pictures under vc++ picture display, inadequate, please correct me.
wuziqi
- 使用Javascr ipt程序语言编写的一个五子棋小游戏,可以自己换背景图片。-Use the Javascr ipt programming language written in a backgammon game, you can change your own background image.
Chess_project
- 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因