数据类型是标准逻辑位的选择项是( )
A: STD_LOGIC_1164
B: STD_LOGIC_VECTOR
C: STD_LOGIC
D: LOGIC
A: STD_LOGIC_1164
B: STD_LOGIC_VECTOR
C: STD_LOGIC
D: LOGIC
举一反三
- Based on the attributes of logic, logic can be divided into five types, and which of the following is not the right type?( ) A: Aristotelian logic B: modern inductive logic C: traditional logic, D: mathematical logic
- PLC英文名称? A: Programmable Logic Controller B: Personal Logic Controller C: Programmable Logic Computer D: Personal Logic Computer
- 名词解释:逻辑数据( logic data)
- In English logic is implicite. So logic indicators are not needed.
- 下面哪条语句创建了一个存有10个整数的vector对象? A: std::vector<int> v(10); B: std::vector v; C: std::vector v[10]; D: std::vector<int> v[10]; E: std::vector(int) v;