上一页 1 ··· 17 18 19 20 21
摘要: 1 void USART3_Configuration(void) //串口3配置 S 2 { 3 DMA_InitTypeDef DMA_InitStructure; 4 USART_InitTypeDef USART_InitStructure; 5 GPIO_InitTypeDef GPIO_ 阅读全文
posted @ 2019-07-29 15:40 penuel 阅读(1875) 评论(0) 推荐(0) 编辑
摘要: 1.构造函数 主要用于对类的private变量初始化 1 stock::stock(const std::string &co, long n, double pr) 2 { 3 company = co; 4 shares = n; 5 share_val = pr; 6 } 7 8 stock: 阅读全文
posted @ 2019-07-29 11:02 penuel 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 1.将.ycm_extra_conf.py拷贝到工程目录,然后打开,将自己的include目录添加进去 阅读全文
posted @ 2019-07-28 20:08 penuel 阅读(1409) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21