You can represent the transition function as a twodimensionalmatrix, dtran, that returns the next state given an XML node.
可以将转换函数表示为两维矩阵 dtran ,它会返回给定 XML 节点的下一个状态。
2
The basic matrix example shows how to create a simple two-dimensional viewer when source data is embedded in the code.
基本矩阵样例演示了如何创建一个简单的二维矩阵查看器,它的源数据嵌在代码中。
3
Even though two-dimensional arrays are similar to matrices from linear algebra, operations (such as multiply) have nothing to do with the operations in linear algebra (such as matrix multiplication).