A.hostname
B.host
C.client-name
D.remote-host
第1题:
______ is a contiguous, numbered set of variables of a given base type, which can be used and passed to functions as a unit.
A.Record
B.Array
C.File
D.Parameter
第2题:
用parameter声明的参数通常出现在module内部,可以多次对参数赋值。
第3题:
verilog中,关键词parameter用来定义一个可变常量。
第4题:
A.Read-only
B.Static
C.Read-write
D.Dynamic
第5题:
假设所有类型的碱基替代速率都相同属于哪个模型?
A.Jukes and Cantor’s (JC) 模型
B.Kimura Two-Parameter (K-2) 模型
C.Four-Parameter 模型
D.Six-Parameter 模型
第6题:
可以利用C#的parameter关键字实现参数的批量传递。