2018年5月23日

8051

摘要: CC2540--IAR for8051 10.20.1 工程配置 阅读全文

posted @ 2018-05-23 23:00 fortwater 阅读(240) 评论(0) 推荐(0) 编辑

c++

摘要: #include <iostream>//枚举using namespace std; int main(){ enum Key{KEY_S1,KEY_S2,KEY_S3}a,b,c; a = KEY_S1; b = KEY_S2; c = KEY_S3; cout << a << "," << b 阅读全文

posted @ 2018-05-23 18:29 fortwater 阅读(77) 评论(0) 推荐(0) 编辑

导航