中国象棋下法之如何打谱篇一:中国象棋打谱系统摘要中国象棋开展至今已有数千年的历史了,它是中华民族智慧的结晶。在我国,中国象棋的普及程度是其它棋类无法相比的,大致国际、国内竞赛,小至社区街道。如今,仅中国就有两亿人会下中国象棋,且中国象棋的开展趋势日益国际化。Java游戏程序的开发是计算机运用的一个重要方面之一。游戏程序的开展几乎与计算机网络和软硬件技术的发挥在那个根本保持同步。游戏不管是开发过程仍然运转过程,对它因此依赖的计算机硬件配臵的要求较高。本采纳软件工程学方法并实现个了中国象棋打谱系统,该系统可以制造保存用户对弈过程,能重新演示绝对过程,及复盘。因此它也能遵守象棋的一切根本规那么,实现人机对战,人与人对战等多方面功能。【关键词】中国象棋,打谱,复盘,JAVA,软件工程AbstractAsthequintessenceofacountryforChina,ithaspassedthousandsofyearssinceChineseChessdeveloped.OtherchesscouledntbecomparedwithitspopularzationinChina,formlargeinternationalornationlcompetitiontosmallerpiecescommunitystreet.ItisthedistillateofChinesepeopleswisdom.Now,thereare200millionpeoplecanpalyChineseChessonlyinChina.AndChineseChessisdevelopinginthewayofinternationalization.JavaDevelopmentofthegameprogramisoneimportantASPectofcomputerapplications.ProceduresforthedevelopmentofthegamealmostremainthesamestepwithcomputerNETworkandsoftwaretechnologydevelopment.Whetherthedevelopmentprocessoroperationprocessofgame,ithastorelyonahighcomputerhardwareconfiguration.ThepaperdesignsanddevelopstheSpectrumsystemofChinesechesswithSoftwareEngineering.Andthesystemcancreateandmaintainagameprocessinordertore-demogameprecess,whichcalledchessboardresuming.Ofcourse,italsocancomplywithallthebasicchessrulesandachievemanyfunctions,suchashuman-machinewar,man-manwarandsoon.【Keywords】ChineseChess,SpectrumFight,chessboardresuming,Java,目录1.1主要设计...........................................................................................................................1............................................................................................................................11.3设计要求............................................................................................................................12.1Java软件概述..................................................................................................................32.2Java的特点......................................................................................................................32.3关于ECLIPSE....................................................................................................................53.需求分析概述............................................................................................................................63.2设计根本要求...................................................................................................................64.总体设计4.1线程的设计........................................................................................................................84.1.1通过Thread类实现.............................................................................................84.1.2实现Runnable接口.............................................................................................84.2线程的生命周期................................................................................................................94.2.1出生...................................................