代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/363273/6362549
m matrix2chess.m
function n = matrix2chess(pos)
% matrix2chess matrix to chess notation
% A position is given in matrix notation and the chess notation is
% required.
%
% Inputs:
% * pos ... position in matrix n
www.eeworm.com/read/410011/11304139
xlex 复件 example.xlex
//注释测试
/*关键字定义*/
[Keyword_begin] //注释测试
/*所有关键字每个一行,不能有多余字符*/
main
if
while
for
break
continue
return
int
float
double
char
short
switch
case
default
string
r
www.eeworm.com/read/225420/14541287
m matrix2chess.m
function n = matrix2chess(pos)
% matrix2chess matrix to chess notation
% A position is given in matrix notation and the chess notation is
% required.
%
% Inputs:
% * pos ... position in matrix n
www.eeworm.com/read/363273/6362409
m matrix2xy.m
function xy_pos = matrix2xy(m_pos)
% matrix2xy matrix position to chess xy position
% A position is given in matrix notation and the chess xy position is
% required.
%
% Inputs:
% * m_pos ... p
www.eeworm.com/read/225420/14541138
m matrix2xy.m
function xy_pos = matrix2xy(m_pos)
% matrix2xy matrix position to chess xy position
% A position is given in matrix notation and the chess xy position is
% required.
%
% Inputs:
% * m_pos ... p
www.eeworm.com/read/279384/10442381
h cmat.h
/*
* Copyright (c) 2005 by the Society of Exploration Geophysicists.
* For more information, go to http://software.seg.org/2005/0001 .
* You must read and accept usage terms at:
* http://software.
www.eeworm.com/read/318888/13467851
asm ex7p1qxx.asm
;----------------------------------------------------------------------------
; Program Name: ex7p1Qxx.asm
;
; Description: This is an example to show how to multiply numbers
; rep
www.eeworm.com/read/363273/6362490
m xy2matrix.m
function m_pos = xy2matrix( xy_pos )
% xy2matrix chess xy position to matrix position
% A position is given in chess xy notation and the position is in matrix
% notation required.
%
% Inputs: