超强国际象棋引擎

源代码在线查看: position.h

软件大小: 80 K
上传用户: wanghaihah
关键词: 国际 引擎
下载地址: 免注册下载 普通下载 VIP

相关代码

				// position.h
				
				#ifndef PST_H
				
				#define PST_H
				
				// macros
				
				#define PST(piece_12,square_64,stage) (pst[piece_12][square_64][stage])
				
				// variables
				
				extern sint16 pst[12][64][2];
				
				// functions
				
				extern void pst_init();
				
				#endif // !defined PST_H
				
				// end of position.h
							

相关资源