📄 has_moved.html
字号:
<html xmlns:mwsh="http://www.mathworks.com/namespace/mcode/v1/syntaxhighlight.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
This HTML is auto-generated from an M-file.
To make changes, update the M-file and republish this document.
-->
<title>has_moved</title>
<meta name="generator" content="MATLAB 7.0.4">
<meta name="date" content="2006-03-24">
<meta name="m-file" content="script_has_moved"><style>
body {
background-color: white;
margin:10px;
}
h1 {
color: #990000;
font-size: x-large;
}
h2 {
color: #990000;
font-size: medium;
}
p.footer {
text-align: right;
font-size: xx-small;
font-weight: lighter;
font-style: italic;
color: gray;
}
pre.codeinput {
margin-left: 30px;
}
span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}
span.untermstring {color: #B20000}
span.syscmd {color: #B28C00}
pre.showbuttons {
margin-left: 30px;
border: solid black 2px;
padding: 4px;
background: #EBEFF3;
}
pre.codeoutput {
color: gray;
font-style: italic;
}
pre.error {
color: red;
}
/* Make the text shrink to fit narrow windows, but not stretch too far in
wide windows. On Gecko-based browsers, the shrink-to-fit doesn't work. */
p,h1,h2,div {
/* for MATLAB's browser */
width: 600px;
/* for Mozilla, but the "width" tag overrides it anyway */
max-width: 600px;
/* for IE */
width:expression(document.body.clientWidth > 620 ? "600px": "auto" );
}
</style></head>
<body>
<h1>has_moved</h1>
<introduction>
<p>has_moved whether the figure was moved once</p>
</introduction>
<h2>Contents</h2>
<div>
<ul>
<li><a href="#1">Syntax</a></li>
<li><a href="#2">Description</a></li>
<li><a href="#8">Example</a></li>
<li><a href="#9">See also</a></li>
<li><a href="#10">Signature</a></li>
</ul>
</div>
<h2>Syntax<a name="1"></a></h2><pre>answer = has_moved(from)</pre><h2>Description<a name="2"></a></h2>
<p>Whether the figure was moved once or whether there was any activity on that field.</p>
<p>This function is required to determine whether the castling is still possible.</p>
<p>Inputs:</p>
<div>
<ul>
<li>from ... whether a figure has moved "from" that field.</li>
<li>global history ... the game history</li>
</ul>
</div>
<p>Outputs:</p>
<div>
<ul>
<li>answer ... Boolean answer (true if the figure was moved once).</li>
</ul>
</div>
<h2>Example<a name="8"></a></h2>
<p>Assume you like to do the castling. The the kings method <tt>'possible'</tt> will call <tt>has_moved([8 8])</tt>.
</p>
<h2>See also<a name="9"></a></h2>
<p><a href="King.html">King</a>, <a href="Chess.html">Chess</a></p>
<h2>Signature<a name="10"></a></h2>
<div>
<ul>
<li><b>Author:</b> W.Garn
</li>
<li><b>E-Mail:</b> <a href="mailto:wgarn@yahoo.com">wgarn@yahoo.com</a> Date: 2006/03/23 12:00:00
</li>
</ul>
</div>
<div>
<ul>
<li><b>Copyright</b> 2006 W.Garn
</li>
</ul>
</div>
<p class="footer"><br>
Published with wg_publish; V1.0<br></p>
<!--
##### SOURCE BEGIN #####
%% has_moved
% has_moved whether the figure was moved once
%% Syntax
% answer = has_moved(from)
%% Description
% Whether the figure was moved once or whether there was any activity on
% that field.
%%
% This function is required to determine whether the castling is still
% possible.
%%
% Inputs:
%%
% * from ... whether a figure has moved "from" that field.
% * global history ... the game history
%%
% Outputs:
%%
% * answer ... Boolean answer (true if the figure was moved once).
%%
%% Example
% Assume you like to do the castling. The the kings method |'possible'|
% will call |has_moved([8 8])|.
%%
%% See also
% King, Chess
%%
%% Signature
%%
% * *Author:* W.Garn
% * *E-Mail:* wgarn@yahoo.com
% Date: 2006/03/23 12:00:00
%%
%%
% * *Copyright* 2006 W.Garn
%
##### SOURCE END #####
-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -