Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很难弄清楚这意味着什么。
有人可以为我解释一下手术吗?特别是 m 和 n 值。
我知道 system 和 int 是什么。屏幕截图取自预制教程,所以我确定这是所有者/作者制作的东西。我仍然无法弄清楚它应该代表什么。我看不到它是在任何地方创建的。
该操作使用 C 风格的参数显示,即逗号分隔的name:type. Atype可以是原始类型,如int,bool等。但它也可以是类或任何其他复杂类型。在您的情况下,您应该查看您的模型是否有名为nat或的类nat1。如果是这样,您应该咨询模型的编辑并告知有一个约定以大写字母开头类型(所以应该是Nator Nat1)。
name:type
type
int
bool
nat
nat1
Nat
Nat1
nat 和 nat1 必须是模型中创建的 Class、Interface、DataType、Enumeration 等...