- 博客(1)
- 资源 (8)
- 收藏
- 关注
原创 也谈C++中THUNK的一种实现技术
看了“我对C++中THUNK一种实现技术的分析”一文,有点不同的想法。原代码如下:#pragma pack(push,1)// structure to store the machine codestruct Thunk{ char m_jmp; // op code of jmp instruction unsigned long m_relproc;
2002-11-25 09:28:00
1068
OPC-UA-Part-1-14
OPC 基金会的OPC-UA-Part-1到Part-14 说明文档 OPC UA Part 1 - Overview and Concepts Release 1.04 Specification~OPC UA Part 14 - PubSub Release 1.04 Specification
2019-04-09
UML Distilled
Now widely adopted as the de facto industry standard and sanctioned by the Object Management Group, the Unified Modeling Language (UML) is a notation all software developers need to know and understand. However, the UML is a big language, and not all of it is equally important. The award-winning first edition of UML Distilled was widely praised for being a concise guide to the core parts of the UML and has proved extremely successful in helping developers get up and running quickly. UML Distilled, Second Edition, maintains the concise format with significantly updated coverage of use cases and activity diagrams, and expanded coverage of collaborations. It also includes a new appendix detailing the changes between UML versions. <br/><br/>Written for those with a basic understanding of object-oriented analysis and design, this book begins with a summary of UML's history, development, and rationale and then moves into a discussion of how the UML can be integrated into the object-oriented development process. The primary author profiles the various modeling techniques in the UML--such as use cases, class diagrams, and interaction diagrams--and describes the notation and semantics clearly and succinctly. He also outlines useful non-UML techniques such as CRC cards and patterns. These descriptions are made even more relevant with a collection of best practices based on the primary author's experience and a brief Java programming example demonstrating the implementation of a UML-based design. With this tour of the key parts of the UML, readers will be left with a firm foundation upon which to build models and develop further knowledge of the Unified Modeling Language. <br/>
2007-04-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人