摘要: 2017-09-17 1.Please describle open-loop and closed-loop control system. 2.There is one DC Motor control system. here are the signals :feedback encoder 阅读全文
posted @ 2017-09-17 22:30 hello,123456 阅读(436) 评论(0) 推荐(0)
摘要: 一、预处理 1 预处理 2 gcc -E Hello.c -o hello.i 3 编译 4 gcc -S hello.i -o hello.s 5 汇编 6 gcc -c hello.s -o hello.o 7 链接 8 gcc hello.o -o hello 1 # 1 "hello.c" 阅读全文
posted @ 2017-09-17 14:37 hello,123456 阅读(1483) 评论(0) 推荐(0)