摘要: class Thread_Sync; class Critical; class Info; class Info{Info(std::string str):m_info(str){} private: std::string m_info;}; // a process need: { pre-run();run();post-run();mutex for thread... 阅读全文
posted @ 2017-04-06 11:42 HEIS老妖 阅读(158) 评论(0) 推荐(0) 编辑
摘要: The Event Systemhttp://doc.qt.io/qt-4.8/eventsandfilters.html Each thread can have its own event loop. The initial thread starts its event loops using 阅读全文
posted @ 2017-04-05 11:26 HEIS老妖 阅读(176) 评论(0) 推荐(0) 编辑
摘要: windows system maintains a msg queue, and any process that supports msg will create an thread that have a loop which checks its own msg queue; we can 阅读全文
posted @ 2017-04-01 16:36 HEIS老妖 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Abstract Ogg Vorbis is a completely open, patent-free, professional audio encoding and streaming technology Copy-on-write (COW), sometimes referred to 阅读全文
posted @ 2017-04-01 14:42 HEIS老妖 阅读(566) 评论(0) 推荐(0) 编辑
摘要: see:http://www.cplusplus.com/forum/general/136410/ & http://stackoverflow.com/questions/8121320/get-memory-address-of-member-function static member fu 阅读全文
posted @ 2017-03-29 12:19 HEIS老妖 阅读(152) 评论(0) 推荐(0) 编辑
摘要: The Qt signals/slots and property system are based on the ability to introspect the objects at runtime.C++ does not offer introspection support native 阅读全文
posted @ 2017-03-28 17:11 HEIS老妖 阅读(140) 评论(0) 推荐(0) 编辑
摘要: A codec is a device or software that is used to compress or decompress a digital media file, such as a video or song.encoder performs the compression 阅读全文
posted @ 2017-03-28 11:22 HEIS老妖 阅读(164) 评论(0) 推荐(0) 编辑
摘要: SWIG is a software development tool that simplifies the task of interfacing different languages to C and C++ programs.1. The SWIG %module directive sp 阅读全文
posted @ 2017-03-22 15:12 HEIS老妖 阅读(380) 评论(0) 推荐(0) 编辑
摘要: official tutorial for ctypes libhttps://docs.python.org/3/library/ctypes.html1 ctypes exports the cdll, and on Windows windll and oledll objects, for 阅读全文
posted @ 2017-03-20 22:39 HEIS老妖 阅读(246) 评论(0) 推荐(0) 编辑
摘要: Documentation for Boost.Asio http://www.boost.org/doc/libs/1_62_0/doc/html/boost_asio.html https://www.gamedev.net/blog/950/entry-2249317-a-guide-to-g 阅读全文
posted @ 2017-03-17 11:48 HEIS老妖 阅读(389) 评论(0) 推荐(0) 编辑