代码搜索:XY图
找到约 10,000 项符合「XY图」的源代码
代码结果 10,000
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/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:
www.eeworm.com/read/494289/6381596
h poly2xy.h
/*
* C++ class to implement a bivariate polynomial type and to allow
* arithmetic on polynomials whose coefficients are from
* the finite field of characteristic 2
*
* WARNING: This class h