搜索资源列表
C8051F410-and-Cortex
- 1:C8051 motor_main.c驱动电动机转动程序 2:C8051F_assign C51编程 基础,列举了9道赋值题 3:shiyan4CPT0-jiance.c C8051F410 电压比器应用程序 4:C8051F41x_DACs_SineCosine.c C8051F410 DAC产生正弦波源代码 5:ARM Cortex IO文件: Cortex基础实验 I/O口操作 -1: motor_main. C drive motor C8051 C8051F_a
C
- C语言编程基础: 1、 十六进制表示字节0x5a:二进制为01011010B;0x6E为01101110。 2、 如果将一个16位二进数赋给一个8位的字节变量,则自动截断为低8位,而丢掉高8位。 3、 ++var表示对变量var先增一;var—表示对变量后减一。 4、 x |= 0x0f 表示为 x = x | 0x0f 5、 TMOD = ( TMOD & 0xf0 ) | 0x05 表示给变量TMOD的低四位赋值0x5,而不改变TMOD的高四位。 6、 While(
AssignmentP4
- Assignment 4: 1. Analyze and simulate the following code lists (code1 and code 2) with the same input signals shown below by presenting POW and OL. If the data type of “a, b, c, d, u, v, w, x, y, z” is declared as std_logic, what will the simulatio