搜索结果
找到约 29 项符合
Chess 的查询结果
按分类筛选
J2ME Chinese Chess Game. developed by J2ME.
Chinese Chess Game. developed by J2ME.
数据结构 Solution to the "8 Queens Problem" (8 Damen Problem) known from Chess
Solution to the "8 Queens Problem"
(8 Damen Problem) known from Chess
软件设计/软件工程 this is chess game play and enjoy
this is chess game play and enjoy
Ajax ajax chessajax chessajax chessajax chess
ajax chessajax chessajax chessajax chess
学术论文 短波差分跳频通信系统的研究
差分跳频(DFH)是集跳频图案、信息调制与解调于一体,是一个全面基于数字信号处理的全新概念的通信系统,其技术体制和原理与常规跳频完全不同,较好地解决了数据速率和跟踪干扰等问题,代表了当前短波通信的一个重要发展方向。美国Sanders公司推出了名为CHESS的新型短波跳频通信系统,并获得了成功,但我国对该体制和技术的 ...
人工智能/神经网络 一个人工智能的国际象棋游戏
一个人工智能的国际象棋游戏,用VC写的,完全采用的win32 API,而没有用MFC。英文介绍为:The Genius is a chess engine that uses AI techniques to play against humans。
人工智能/神经网络 该程序提供了一个计算机下国际象棋的功能
该程序提供了一个计算机下国际象棋的功能,拥有完全的代码,由matlab编成的很多人工智能的函数,有详细的文档,直接运行chess.m文件即可
数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_)
#define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGAQueen
{
public:
CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
游戏 五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h
五子棋小游戏#include<stdlib.h>
#include<time.h>
#include<stdio.h>
#include<conio.h>
int chess[169]={0} /*棋盘*/
struct chess_t/*作为辅助,即是作为建意*/
{
char attack /*攻防用的,0表示守,1表示攻*/
int j /*作为优先级用*/
}chess_a[169] ...