代码搜索:Knight
找到约 535 项符合「Knight」的源代码
代码结果 535
www.eeworm.com/read/291491/8414166
cpp knight.cpp
#include
using namespace std;
ifstream in("knight.in");
ofstream out("knight.out");
struct node{ int x,y;};
int visited[8][8];
int dir[8][2]={{-1,-2},{-1,2},{-2,-1},{-2,1},{1,
www.eeworm.com/read/385616/8796348
htm knight.htm
knight.qc
/*
==============================================================================
KNIGHT
==
www.eeworm.com/read/384854/8837252
c knight.c
www.eeworm.com/read/384854/8837296
exe knight.exe
www.eeworm.com/read/382761/9000949
dsp knight.dsp
# Microsoft Developer Studio Project File - Name="KNIGHT" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/382761/9000951
ncb knight.ncb
www.eeworm.com/read/382761/9000953
cpp knight.cpp
// KNIGHT.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
enum BOOLEAN
{
FALSE =0,
TRUE =10
};
const int
www.eeworm.com/read/382761/9000956
dsw knight.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9000963
plg knight.plg
Build Log
--------------------Configuration: KNIGHT - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\admin\
www.eeworm.com/read/382761/9000965