搜索资源列表
cnchess象棋
- linux系统下的一款象棋代码,在红旗4.0系统下编译通过-linux system under the new code chess, 4.0 in the red through the system compiler
猜单词
- 和文曲星一样的猜英文单词游戏,比较有趣。加入了makefile,可在linux下编译成嵌入式系统需要的应用程序-and rings like the English word games guess that's more interesting. Joined the makefile can be compiled under Linux embedded system needs applications
chesss
- 利用QT开发的局域网象棋,可以运行在windows 和linux下通讯-Development of local area network using QT chess, you can run in windows and under linux communications
src_test
- linux下的一个中国象棋,用gtk+实现的,现在还有一些bug-under linux, a Chinese chess, and gtk+ to achieve, there are still a number of bug
QChess.tar
- 在Linux下用qt和c++建立一个可对战的象棋游戏,可以实现实时交互-In the Linux with qt and c++ of establishment of a Battle Chess game, can achieve real-time interaction
game_junqi
- Linux下四国军棋的源码,基于xwindow,完整可编译。-Linux source code under the四国军棋, based on the xwindow, integrity can be compiled.
gmchess
- linux下的一个中国象棋,使用c++开发,用的是gtk-under linux, a Chinese chess, the use of c++ development, using gtkmm
renju
- 本人正在开发中的linux下的五子棋人机对战程序.搜索速度快速. 目前棋力不高,但未来的目标是赶超黑三石.速度要更快 在linux下make即可,无依赖库 以后会不段更新,待棋力提升到一定级别个会加上图形界面,并考虑支持其它系统-I am currently developing under linux in the man-machine war Gobang procedures. Fast search speed.棋力is not high at present, but t
game_junqi
- 类似QQ四国军棋的源代码。 在linux下可以编译运行。 请确认安装了X11 lib 才能正常编译 -QQ Siguojunqi similar to the source code. May be compiled to run in linux. Make sure to properly install X11 lib compile
LinuxOthello
- 这是在Linux下实现黑白棋的源代码,可用于初级程序员练习编程-This is the Linux source code to achieve Othello, junior programmer for programming exercises
chess2
- 基于Linux下用C编写的五子棋代码,可人机对战-Based on Linux, using C code written in backgammon, you can play against human
China_Chess
- 中国象棋在linux下的源码很不错的一个啦-Chinese Chess in the linux source code under a very good friends
Five_QT
- 五子棋,可以进行网络对战,用c++在linux下运行的 -Backgammon, online play can be used in c++ running under linux
Five_Chess_ARM
- linux下用c语言实现在一个简单的五子棋-five chess
five2
- 是在linux下能简单实现人人对战,人机对战的五子棋游戏。用到的数据库是mysql,建立一个表,能实现玩家查询,更改个人信息的功能。图形界面使用gtk写的。-Is under linux can simply towards war, man-machine war. Used the database is mysql, create a table, players can achieve query, change personal information functions. Graph
NetChess_sss.tar
- linux下QT开发的局域网网络五子棋对战游戏,可以订制游戏规则,程序可以自动匹配玩家,源码中需要根据所在的网络修改所在的网段-QT development under linux LAN network Gobang war games, rules of the game can be customized, the program can automatically match player source code need to be modified where the network
linux_c
- 是关linux下的c语言编程,是培训班的值得初学者拥有-linux os c rag
main
- linux下用c++语言开发的一个小时候玩的4子棋的小游戏,可以和玩家玩,也可以和AI玩-linux under c++ language developed by a child playing chess 4 game, players can play, and can also play with AI
MyTetrix.tar
- linux 下的俄罗斯方块游戏源码,qt 4.8.5下测试通过-linux xia eluosifangkuai source
Chess_project
- 最终的可执行文件及相关图片资源与dll文件存放在release文件夹中,用户可至release文件夹中点击chess.exe即可进行游戏。 源代码在src文件中,但是与最终project中的代码的存放方式有区别,project中kerenl文件夹中无子文件夹 kernel为AI部分源代码,用户若想了解AI的组织,可阅读其中的代码. project文件夹中Qt project文件夹,里面包含Qt 工程文件,也包含最终形成工程的源代码。其AI源代码可能与src中的代码有区别。因