資源簡介
完整的暗棋,有主服務器,棋牌服務器,暗棋客戶端,3部分組成,是一家公司的面試題,給他做完了,花了1個星期,現在給大家共享出來,以后誰去這個公司面試,就可以用這個了
包括:
Bug列表.xls
測試用例.doc
其他.txt
需求分析文檔.doc
題目--實現某個棋類游戲.pdf
源代碼

代碼片段和文件信息
//add?start
package?com.xhw.chess;
import?java.lang.Math;
import?java.util.Scanner;
class?AarrayReverse
{
?public?static?void?main(String?args[])
?{
??int?a[]=new?int[32];
??for(int?i=0;i<32;i++){
??a[i]=i;
??}
??for(int?i=0;i ??System.out.print(a[i]+“?“);
?}
??System.out.println();
??for(int?i=0;i<=100;i++)
??{
???int?mid=(int)((a.length/2)*Math.random());?
???int?radium=(int)((mid+1)*Math.random());?
???int?temp;
???temp=a[mid-radium];?
???a[mid-radium]=a[mid+radium+1];?
???a[mid+radium+1]=temp;?
??}
??for(int?i=0;i ??System.out.print(a[i]+“?“);
??System.out.println();
?}
}
//add?end
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????295??2010-10-14?00:54??20101013\其他.txt
?????文件?????385024??2010-10-07?16:49??20101013\需求分析文檔.doc
?????文件??????19456??2010-10-14?00:41??20101013\Bug列表.xls
?????文件????????381??2010-10-02?12:11??20101013\源代碼\Chess\.project
?????文件????????232??2010-10-02?12:11??20101013\源代碼\Chess\.classpath
?????文件??????54361??2010-10-02?12:15??20101013\源代碼\Chess\Image\CChess.GIF
?????文件???????1604??2010-10-02?12:16??20101013\源代碼\Chess\Image\馬2.gif
?????文件???????1621??2010-10-02?12:16??20101013\源代碼\Chess\Image\馬1.gif
?????文件???????1614??2010-10-02?12:16??20101013\源代碼\Chess\Image\兵2.gif
?????文件???????1656??2010-10-02?12:16??20101013\源代碼\Chess\Image\將1.gif
?????文件???????1633??2010-10-02?12:16??20101013\源代碼\Chess\Image\車1.gif
?????文件???????1608??2010-10-02?12:16??20101013\源代碼\Chess\Image\車2.gif
?????文件???????1656??2010-10-02?12:16??20101013\源代碼\Chess\Image\炮1.gif
?????文件???????1602??2010-10-02?12:16??20101013\源代碼\Chess\Image\士2.gif
?????文件???????1613??2010-10-02?12:16??20101013\源代碼\Chess\Image\相2.gif
?????文件???????1628??2010-10-02?12:16??20101013\源代碼\Chess\Image\帥2.gif
?????文件???????1632??2010-10-02?12:16??20101013\源代碼\Chess\Image\相1.gif
?????文件???????1646??2010-10-02?12:16??20101013\源代碼\Chess\Image\卒1.gif
?????文件???????1614??2010-10-02?12:16??20101013\源代碼\Chess\Image\士1.gif
?????文件???????1627??2010-10-02?12:16??20101013\源代碼\Chess\Image\炮2.gif
?????文件???????1045??2010-10-11?07:32??20101013\源代碼\Chess\Image\ico.gif
?????文件??????11209??2010-10-13?19:24??20101013\源代碼\Chess\bin\com\xhw\chess\XiangQi.class
?????文件???????1474??2010-10-13?19:24??20101013\源代碼\Chess\bin\com\xhw\chess\XiangQi$1.class
?????文件???????1748??2010-10-12?02:36??20101013\源代碼\Chess\bin\com\xhw\chess\QiZi.class
?????文件??????11626??2010-10-14?00:18??20101013\源代碼\Chess\bin\com\xhw\chess\QiPan.class
?????文件???????5466??2010-10-21?19:01??20101013\源代碼\Chess\bin\com\xhw\chess\GuiZe.class
?????文件???????6699??2010-10-13?20:06??20101013\源代碼\Chess\bin\com\xhw\chess\ClientAgentThread.class
?????文件????????491??2010-10-12?02:36??20101013\源代碼\Chess\bin\com\xhw\chess\Chess.class
?????文件??????21344??2010-10-12?02:36??20101013\源代碼\Chess\bin\com\xhw\chess\ChessMainfr
?????文件??????14652??2010-10-12?02:36??20101013\源代碼\Chess\bin\com\xhw\chess\ChessMainfr
............此處省略48個文件信息
評論
共有 條評論