摘要: 串口 是个比较笼统的说法.但是对应的实体东西应该是异步收发器. 这个收发器里面有一个FIFO的缓冲区,计算机读取的话,应该是从FIFO缓冲区读写. 阅读全文
posted @ 2019-12-16 11:16 巨炮叔 阅读(74) 评论(0) 推荐(0) 编辑
摘要: MaunalResetEvent 同步 AutoResetEvent Invoke beginInvoke; Mutex 阅读全文
posted @ 2019-11-26 23:51 巨炮叔 阅读(99) 评论(0) 推荐(0) 编辑
摘要: For a top-level CWnd object, the x and y parameters are relative to the upper-left corner of the screen. For a child CWnd object, they are relative to 阅读全文
posted @ 2019-07-02 09:47 巨炮叔 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 首先谈谈Namespace. 一: 关于使用 namespace 1.在c++中关于namespace中使用 using namespace (*****) ;e.g "using namespce std;" : 表示使用一个命名空间,或者表示引用一个命名空间.在编程语言中,我已经混淆使用和引用概 阅读全文
posted @ 2019-01-14 09:15 巨炮叔 阅读(215) 评论(0) 推荐(0) 编辑