<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.feedsky.com/styles/feedsky0.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.feedsky.com/naitway" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/naitway" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 01 Nov 2011 10:34:00 GMT</lastBuildDate><title>胃酸过多</title><description>IT 编程 新闻</description><link>http://naitway.blogbus.com</link><pubDate>Tue, 01 Nov 2011 10:41:03 GMT</pubDate><image><title>工程狮</title><url>http://public.blogbus.com/profile/5/9/3/4647395/avatar_4647395_96.jpg</url><link>http://naitway.blogbus.com</link></image><item><title>C++构造函数与析构函数及函数栈</title><link>http://naitway.blogbus.com/logs/170767836.html</link><description>&lt;p&gt;    #include &amp;lt;iostream.h&amp;gt;&lt;br /&gt;    using namespace std;&lt;br /&gt;    &lt;br /&gt;    class A{&lt;br /&gt;    int a;&lt;br /&gt;    public :&lt;br /&gt;    A( int aa = 0 ){&lt;br /&gt;        a = aa;&lt;br /&gt;        }&lt;br /&gt;    ~A(){   &lt;br /&gt;        cout &amp;lt;&amp;lt; &quot;Destructor A!&quot; &amp;lt;&amp;lt; a &amp;lt;&amp;lt; endl; &lt;br /&gt;        }&lt;br /&gt;    };&lt;br /&gt;    &lt;br /&gt;    class B : public A {&lt;br /&gt;    int b;&lt;br /&gt;    public:&lt;br /&gt;    B( int aa = 0, int bb = 0):A(aa){      // 分析 &amp;mdash;&amp;mdash; 构造函数后面加冒号&amp;ldquo;：&amp;rdquo;，表示成员参数设置。&lt;br /&gt;        b = bb;&lt;br /&gt;        }&lt;br /&gt;    ~B(){&lt;br /&gt;        cout &amp;lt;&amp;lt; &quot;Destructor B!&quot; &amp;lt;&amp;lt; b &amp;lt;&amp;lt; endl;&lt;br /&gt;        }&lt;br /&gt;    };&lt;br /&gt;    &lt;br /&gt;    int main(){&lt;br /&gt;    B z(10);            //  分析 &amp;mdash;&amp;mdash; x、y、z作为main函数的临时变量，入栈，由于栈的先入后出性质，所以析构函数的调用次序是y、x、z。&lt;br /&gt;    B x(5),y(6,7);      //  分析 &amp;mdash;&amp;mdash; 继承条件下，实例化子类时，先调用基类的构造函数，再调用基类的构造函数；&lt;br /&gt;                        //                         析构子类时，先调用子类的析构函数，再调用基类的析构函数。&lt;br /&gt;    return 0;&lt;br /&gt;    }&lt;br /&gt;    &lt;br /&gt;    输出结果：&lt;br /&gt;    Destructor B!7&lt;br /&gt;    Destructor A!6&lt;br /&gt;    Destructor B!0&lt;br /&gt;    Destructor A!5&lt;br /&gt;    Destructor B!0&lt;br /&gt;    Destructor A!10&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943643/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/170767836.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 01 Nov 2011 18:34:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/170767836.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/170767836.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943643/5317182</fs:itemid></item><item><title>程序设计定名1.0</title><link>http://naitway.blogbus.com/logs/165384159.html</link><description>&lt;p&gt;&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:RelyOnVML/&gt;
  &lt;o:AllowPNG/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:DrawingGridVerticalSpacing&gt;7.8 磅&lt;/w:DrawingGridVerticalSpacing&gt;
  &lt;w:DisplayHorizontalDrawingGridEvery&gt;0&lt;/w:DisplayHorizontalDrawingGridEvery&gt;
  &lt;w:DisplayVerticalDrawingGridEvery&gt;2&lt;/w:DisplayVerticalDrawingGridEvery&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;ZH-CN&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:SpaceForUL/&gt;
   &lt;w:BalanceSingleByteDoubleByteWidth/&gt;
   &lt;w:DoNotLeaveBackslashAlone/&gt;
   &lt;w:ULTrailSpace/&gt;
   &lt;w:DoNotExpandShiftReturn/&gt;
   &lt;w:AdjustLineHeightInTable/&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:EnableOpenTypeKerning/&gt;
   &lt;w:DontFlipMirrorIndents/&gt;
   &lt;w:OverrideTableStyleHps/&gt;
   &lt;w:UseFELayout/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt;
   &lt;m:brkBin m:val=&quot;before&quot;/&gt;
   &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt;
   &lt;m:smallFrac m:val=&quot;off&quot;/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val=&quot;0&quot;/&gt;
   &lt;m:rMargin m:val=&quot;0&quot;/&gt;
   &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt;
   &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt;
   &lt;m:intLim m:val=&quot;subSup&quot;/&gt;
   &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!-- [if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot;
  DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot;
  LatentStyleCount=&quot;267&quot;&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!-- [if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:普通表格;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:&quot;&quot;;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.5pt;
	mso-bidi-font-size:11.0pt;
	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:&quot;Times New Roman&quot;;
	mso-bidi-theme-font:minor-bidi;
	mso-font-kerning:1.0pt;}
table.MsoTableGrid
	{mso-style-name:网格型;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-priority:59;
	mso-style-unhide:no;
	border:solid windowtext 1.0pt;
	mso-border-alt:solid windowtext .5pt;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-border-insideh:.5pt solid windowtext;
	mso-border-insidev:.5pt solid windowtext;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.5pt;
	mso-bidi-font-size:11.0pt;
	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
	mso-ascii-font-family:Calibri;
	mso-ascii-theme-font:minor-latin;
	mso-hansi-font-family:Calibri;
	mso-hansi-theme-font:minor-latin;
	mso-bidi-font-family:&quot;Times New Roman&quot;;
	mso-bidi-theme-font:minor-bidi;
	mso-font-kerning:1.0pt;}
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoCaption&quot; style=&quot;text-align: center; line-height: 115%; page-break-after: avoid;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 11pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: 11pt; line-height: 115%; font-family: 黑体;&quot;&gt;程序设计定名&lt;/span&gt;
&lt;span style=&quot;font-size: 11pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;1.0&lt;/span&gt;
&lt;span style=&quot;font-size: 11pt; line-height: 115%; font-family: 黑体;&quot;&gt;通用版&lt;/span&gt;
&lt;/p&gt;
&lt;table class=&quot;MsoTableGrid&quot; style=&quot;border-collapse: collapse; border: medium none;&quot; border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体; background: none repeat scroll 0% 0% #d9d9d9;&quot;&gt;使用场合&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; background: none repeat scroll 0% 0% #d9d9d9;&quot; lang=&quot;EN-US&quot;&gt;Amy &lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; background: none repeat scroll 0% 0% #d9d9d9;&quot;&gt;例子&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: 1pt 1pt 1pt medium solid solid solid none windowtext windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; background: none repeat scroll 0% 0% #d9d9d9;&quot; lang=&quot;EN-US&quot;&gt;Toy &lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; background: none repeat scroll 0% 0% #d9d9d9;&quot;&gt;例子&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: 1pt medium solid none windowtext -moz-use-text-color;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; background: none repeat scroll 0% 0% #d9d9d9;&quot;&gt;补充说明&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;类对象&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;CToyClassName&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;Java&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;、&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;Python&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;等语言也有对应的类概念，通用&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;结构体变量&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;typedef SAmy_Struct_Name{...}&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;SAmyStructName;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;typedef SToy_Struct_Name{...}&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;SToyStructName;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;const SAmyStructName&lt;span style=&quot;color: red;&quot;&gt;Size&lt;/span&gt;
=&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;sizeof(SAmyStructName)&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;常规函数&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;FAmyPrint(char rgBuf[])&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;FToyPrint(int nCount)&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;函数参数中，&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;n&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: #f79646;&quot;&gt;类型缩写&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;代表&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;int&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;型，&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;rg&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: #f79646;&quot;&gt;类型缩写&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;代表静态数组，不用释放&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;类成员函数&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;CAmyClassName::Clean()&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;CToyClassName::Clean()&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;类成员函数不需要个性标签，直接表意&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;类成员变量&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;&amp;hellip;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: left; line-height: 115%;&quot; align=&quot;left&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;private:&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;MUTEX m_Lock;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;&amp;hellip;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;&amp;hellip;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: left; line-height: 115%;&quot; align=&quot;left&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;private:&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;void* m_pPoint;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;//&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;（&lt;span style=&quot;color: #f79646;&quot;&gt;类型缩写&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;p&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;表示动态指针，&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;可能会被释放）&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;&amp;hellip;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;类成员变量全部私有（&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;private&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;）或（&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;protect&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;），不允许&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;public&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;，同时以&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;m_&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;作为&lt;span style=&quot;color: #00b0f0;&quot;&gt;前缀&lt;/span&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;结构体成员变量&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 396.85pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; colspan=&quot;3&quot; width=&quot;529&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;以&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;m_&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;作为&lt;span style=&quot;color: #00b0f0;&quot;&gt;前缀&lt;/span&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;函数成员变量&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 396.85pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; colspan=&quot;3&quot; width=&quot;529&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;函数内部变量，原则上不加&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;m_&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;作为&lt;span style=&quot;color: #00b0f0;&quot;&gt;前缀&lt;/span&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;全局变量&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 135.05pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;180&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;void* g_pBuffer&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 130.5pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;174&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;void* g_ulCount&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 131.3pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; width=&quot;175&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;全局变量显式以&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;g_&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: #00b0f0;&quot;&gt;前缀&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;区分，&lt;span style=&quot;color: red; background: none repeat scroll 0% 0% yellow;&quot;&gt;如果编码的语言逻辑中，始终不用全局变量，可取消&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; color: red; background: none repeat scroll 0% 0% yellow;&quot; lang=&quot;EN-US&quot;&gt;m_&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: red; background: none repeat scroll 0% 0% yellow;&quot;&gt;和&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; color: red; background: none repeat scroll 0% 0% yellow;&quot; lang=&quot;EN-US&quot;&gt;g_&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: red; background: none repeat scroll 0% 0% yellow;&quot;&gt;的&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: #00b0f0; background: none repeat scroll 0% 0% yellow;&quot;&gt;前缀&lt;/span&gt;
&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体; color: red; background: none repeat scroll 0% 0% yellow;&quot;&gt;规则&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;类型缩写&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 396.85pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; colspan=&quot;3&quot; width=&quot;529&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 8pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;n
  int; c char; b bool; rg &lt;/span&gt;
&lt;span style=&quot;font-size: 8pt; line-height: 115%; font-family: 宋体;&quot;&gt;静态数组&lt;/span&gt;
&lt;span style=&quot;font-size: 8pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;;
  p &lt;/span&gt;
&lt;span style=&quot;font-size: 8pt; line-height: 115%; font-family: 宋体;&quot;&gt;动态指针&lt;/span&gt;
&lt;span style=&quot;font-size: 8pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;; us
  unsigned short; ui unsigned int; ul unsigned long; d double; &amp;hellip;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;不同的程序设计语言，有多样的类型缩写，需要积累。（匈牙利缩写法）&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;宏定义&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 396.85pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; colspan=&quot;3&quot; width=&quot;529&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;无通用性，尽量全部大写，表意的单词加下划线：&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;#define USER_ID_LENGTH (256) //&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;定义用户&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;ID&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;的长度为&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;256&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;字节&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;width: 29.25pt; padding: 0cm 5.4pt; border: medium 1pt 1pt medium none solid solid none -moz-use-text-color windowtext windowtext -moz-use-text-color;&quot; width=&quot;39&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;goto&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 9pt; line-height: 115%; font-family: 宋体;&quot;&gt;语句的标签&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;td style=&quot;width: 396.85pt; padding: 0cm 5.4pt; border: medium medium 1pt none none solid -moz-use-text-color -moz-use-text-color windowtext;&quot; colspan=&quot;3&quot; width=&quot;529&quot;&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;无通用性&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: center; line-height: 115%;&quot; align=&quot;center&quot;&gt;&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;&amp;ldquo;类名&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;+&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;下划线&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;+&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;函数名&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;+&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;下划线&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%;&quot; lang=&quot;EN-US&quot;&gt;+&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;span style=&quot;font-size: 12pt; line-height: 115%; font-family: 宋体;&quot;&gt;用途&amp;rdquo;&lt;/span&gt;
&lt;/em&gt;
&lt;em&gt;&lt;/em&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;注：&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;l&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;当&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;rg&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;或&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;p&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;两个类型缩写同&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;n&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;、&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;c&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;、&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;b&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;等基础类型缩写同时出现时，如何处理？&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 42pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;n&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;int* &lt;span&gt;&amp;nbsp;&lt;/span&gt;
m_pIntBuffer;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
 &lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;这样好不好？如果&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;int&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;换成&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;unsigned
long&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;呢？&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 42pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;n&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;int&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
m_rg_nBuffer[&lt;em&gt;MAX&lt;/em&gt;
]; &lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;这样好不好？前缀是不是太长了？&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 42pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;n&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;统一一下，上述两个例子改为：&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;u&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;int* &lt;span&gt;&amp;nbsp;&lt;/span&gt;
m_pnBuffer;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;u&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;int&lt;span&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
m_rgnBuffer[&lt;em&gt;MAX&lt;/em&gt;
];&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 42pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;n&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;即直接采用类型缩写拼接的方式，&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;p&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;和&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;rg&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;放在前面。&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 42pt; text-indent: -21pt; line-height: 115%;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;n&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;考虑&lt;/span&gt;
 &lt;span lang=&quot;EN-US&quot;&gt;&amp;ldquo; int*
m_rgnPointerBuffer[&lt;em&gt;MAX&lt;/em&gt;
]; &amp;rdquo; &lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;的定名含义。&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 21pt; text-indent: -21pt;&quot;&gt;&lt;span style=&quot;font-family: Wingdings;&quot; lang=&quot;EN-US&quot;&gt;&lt;span&gt;l&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;自定义类型（结构体、类）不用本身类型缩写，保留数组&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;rg&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;和指针&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;p&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;的缩写用法，如：&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 39pt; text-indent: -18pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;1.&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
m_ClassName;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;局部类变量&lt;/span&gt;
 &lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;a)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;当同一作用域有两个以上同类型变量出现时，灵活使用后缀区分，&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;m_ClassName2&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;或&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;m_ClassNameTmp&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;或&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;m_ClassNameWay&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;即以用途区分等等。&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 39pt; text-indent: -18pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;2.&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName* &lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
m_pClassName;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;局部类指针变量&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 39pt; text-indent: -18pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;3.&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
g_rgClassName[&lt;em&gt;MAX&lt;/em&gt;
];&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;全局类数组变量&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 39pt; text-indent: -18pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;4.&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName*&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
g_rgClassNamePointer[&lt;em&gt;MAX&lt;/em&gt;
];&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;全局类指针数组变量&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;a)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;考虑&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;g_rg_pClassName&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;的方式容易混乱，将&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;p&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;作为类的谓语后缀出现，表示一个静态数组，里面存储了指向这种类型的指针。即类型缩写只保留第一属性。&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 39pt; text-indent: -18pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;5.&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
g_rgClassNameArray[&lt;em&gt;MAX0&lt;/em&gt;
][&lt;em&gt;MAX1&lt;/em&gt;
];&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;全局类二维数组变量&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;a)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;把&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;g_rg_rgClassName&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;改为&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;g_rgClassNameArray&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;，只保留第一层属性的原则。&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 39pt; text-indent: -18pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;6.&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;现在如果在像&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;JAVA&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;一样的语言环境下，我们不使用&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;m_&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;、&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;g_&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;前缀机制，则把上面的规则更改为&amp;mdash;&amp;mdash;去掉前缀，若此时的首字母为大写，则改为小写，完毕。对应&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;1~5&lt;/span&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;的转化，结果如下：&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;a)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
className;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;b)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName* &lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
pClassName;&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;c)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
rgClassName[&lt;em&gt;MAX&lt;/em&gt;
];&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;d)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName*&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
rgClassNamePointer[&lt;em&gt;MAX&lt;/em&gt;
];&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoListParagraph&quot; style=&quot;margin-left: 63pt; text-indent: -21pt; line-height: 150%;&quot;&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span&gt;e)&lt;span style=&quot;font: 7pt &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot;&gt;CAmyClassName&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;
rgClassNameArray[&lt;em&gt;MAX0&lt;/em&gt;
][&lt;em&gt;MAX1&lt;/em&gt;
];&lt;/span&gt;
&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-family: 宋体;&quot;&gt;结束语&lt;/span&gt;
&lt;/strong&gt;
&lt;span style=&quot;font-family: 宋体;&quot;&gt;：好的定名是良好沟通的开始。版权&lt;/span&gt;
 &lt;span style=&quot;font-family: 宋体;&quot;&gt;&amp;mdash;&amp;mdash;&lt;/span&gt;
 &lt;span lang=&quot;EN-US&quot;&gt;Amy and
Toy&lt;/span&gt;
&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943658/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/165384159.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Tue, 11 Oct 2011 13:53:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/165384159.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/165384159.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943658/5317182</fs:itemid></item><item><title>金山网络快盘使用心得</title><link>http://naitway.blogbus.com/logs/164679225.html</link><description>&lt;p&gt;功能定位：网络U盘、文档仓库&lt;/p&gt;
&lt;p&gt;快盘理解：一个巨大的文件夹镜像&lt;/p&gt;
&lt;p&gt;细节描述：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;不使用本地客户端，只用网页管理，就能对文件夹镜像里面的内容进行浏览，删除，上传，创建子文件夹等功能。在公用的计算机上，或者不常用的（别人的）（公司的）（手机，存储有限）的环境下，使用浏览器对文件夹镜像进行网页管理是最合适的，有点类似网络U盘。（并不在本地残留同等大小的文件夹镜像）&lt;/li&gt;
&lt;li&gt;使用本地客户端，建议在个人最常用的，私人的电脑上，存储空间允许的情况下，安装本地客户端，建立本地的文件夹镜像，此镜像与网络服务器上的文件夹镜像是同步的，两者内容保持一致性。本地的文件夹镜像就是某磁盘目录下的一个文件夹，此文件夹下的内容与网络服务器上的镜像内容同步。本地文件夹镜像可执行搬迁操作。鉴于本地文件夹的操作比网页管理来的更加的快捷方便，所以私人主打PC推荐安装本地客户端。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;几点注意：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;当你在一个新的计算机环境安装本地客户端的时候，指定本地文件镜像路径时，此路径下原有的文件会被删除，同步为网络文件镜像上的文件结构，所以一般默认的&amp;ldquo;D:\快盘&amp;rdquo;是没有问题的，如果要自定义，请确保自定义目录下的文件是没有用的，或者是一个空路径。&lt;/li&gt;
&lt;li&gt;本地客户端还有一个优势：可以编辑文件镜像中的已有文件，如123.doc，同一个文件在本地镜像中编辑，并能自动更新。如果换作网页操作，需要删除原有123.doc，接着把本地编辑过的版本再次上传。&lt;/li&gt;
&lt;li&gt;后期考虑在个人主打PC上再次架设SVN版本控制服务器，并把服务器的数据仓库放在快盘中，防止因为个人系统奔溃，导致SVN版本控制数据库丢失。&lt;/li&gt;
&lt;/ol&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943682/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/164679225.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 08 Oct 2011 14:31:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/164679225.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/164679225.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943682/5317182</fs:itemid></item><item><title>三角公式</title><link>http://naitway.blogbus.com/logs/163874843.html</link><description>&lt;p&gt;圆弧：S / R = 夹角（弧度）&lt;/p&gt;
&lt;p&gt;180度 = PI 弧度&lt;/p&gt;
&lt;p&gt;tan( A + B ) = ( tanA + tanB ) / ( 1 - tanA * tanB )； tan( A - B ) = ( tanA - tanB ) / ( 1 + tanA * tanB )&lt;/p&gt;
&lt;p&gt;sin( A - PI/2 ) = -cosA； cos( A - PI/2 ) = sinA； sin( A + PI/2 ) = cosA； cos( A + PI/2 ) = -sinA&lt;/p&gt;
&lt;p&gt;sinA * sinB = 1/2 * cos( A - B ) - 1/2 * cos( A + B )；&lt;/p&gt;
&lt;p&gt;cosA * cosB = 1/2 * cos( A - B ) + 1/2 * cos( A + B )；&lt;/p&gt;
&lt;p&gt;sinA * cosB = 1/2 * sin( A - B ) + 1/2 * sin( A + B )；&lt;/p&gt;
&lt;p&gt;sinA + sinB = 2 * sin( 1/2 * ( A + B ) ) * cos( 1/2 * ( A - B ) )；&lt;/p&gt;
&lt;p&gt;sinA - sinB = 2 * cos( 1/2 * ( A + B ) ) * sin( 1/2 * ( A - B ) )；&lt;/p&gt;
&lt;p&gt;cosA + cosB = 2 * cos( 1/2 * ( A + B ) ) * cos( 1/2 * ( A - B ) )；&lt;/p&gt;
&lt;p&gt;cosA - cosB = -2 * sin( 1/2 * ( A + B ) ) * sin( 1/2 * ( A - B ) )；&lt;/p&gt;
&lt;p&gt;sin( A + B ) = sinA * cosB + cosA * sinB；&lt;/p&gt;
&lt;p&gt;sin( A - B ) = sinA * cosB - cosA * sinB；&lt;/p&gt;
&lt;p&gt;cos( A + B ) = cosA * cosB - sinA * sinB；&lt;/p&gt;
&lt;p&gt;cos( A - B ) = cosA * cosB + sinA * sinB；&lt;/p&gt;
&lt;p&gt;sin2A = 2 * sinA * cosA；&lt;/p&gt;
&lt;p&gt;cos2A = cosA * cosA - sinA * sinA = 2 * cosA * cosA - 1 = 1 - 2 * sinA * sinA；&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943703/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/163874843.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 29 Sep 2011 14:31:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/163874843.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/163874843.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943703/5317182</fs:itemid></item><item><title>office 2010 word 和 visio 使用心得</title><link>http://naitway.blogbus.com/logs/132917701.html</link><description>&lt;p&gt;由于最近做毕业设计的关系，对这两个工具用的比较多，在这里做一个总结。&lt;/p&gt;
&lt;p&gt;visio画图力求简洁、清晰，不需要花哨，要求风格统一，结构清晰。&lt;/p&gt;
&lt;p&gt;word新建样式表，为防止样式表被改变，从其他word中复制内容过来时，最好将其放入记事本中，消除其格式，或者将来源的正文格式暂时调节成和目标样式表中的正文样式相同。&lt;/p&gt;
&lt;p&gt;所以最好是建立好样式表之后，就在这个样式表中写文档。&lt;/p&gt;
&lt;p&gt;添加分节符，然后重新编写文章页数。&lt;/p&gt;
&lt;p&gt;给图片和表添加题注，这样就可以建立图标目录。&lt;/p&gt;
&lt;p&gt;更新全文的域。&lt;/p&gt;
&lt;p&gt;格式刷使用时对于包不包括回车符有一定区别，需要注意。&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943709/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/132917701.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Thu, 02 Jun 2011 15:28:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/132917701.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/132917701.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943709/5317182</fs:itemid></item><item><title>matlab与VC混合编程(配置)</title><link>http://naitway.blogbus.com/logs/113759513.html</link><description>&lt;p&gt;思路是采用com：（mbuild -setup）&lt;br /&gt;1.  matlab中编写好.m的函数，选择start-&amp;gt;matlab-&amp;gt;matlab compiler&lt;br /&gt;2.  选择Generic COM Component&lt;br /&gt;3.  开启了一个Deployment Tool的工程，添加class，添加file，把相关联的.m文件加进来&lt;br /&gt;4.  build，得到一个包含了distrib和src两个文件夹的目录&lt;br /&gt;5.  进入distrib目录，将dll文件添加进注册表&amp;mdash;&amp;mdash;regsvr32 ***.dll&lt;br /&gt;6.  进入src目录，复制 mwcomtypes.h   *_idl_i.c   *_idl.h 这三个文件到VC的项目目录下&lt;br /&gt;7.  项目包含上面的两个.h文件即可&lt;br /&gt;8.  *_idl.h 文件中包含了类，以及类的接口函数，声明类型之后，可以进行调用&lt;br /&gt;9.  调用&amp;mdash;&amp;mdash;&lt;br /&gt;  。。。&lt;br /&gt;  HRESULT hr;&lt;br /&gt;  hr = CoCreateInstance(CLSID_***, NULL, CLSCTX_ALL, IID_I***, (void**)&amp;amp;*);&lt;br /&gt;  CoUninitialize();&lt;br /&gt;  。。。&lt;br /&gt;10. matlab com builder 与 VC++ 之间的数据转换&lt;br /&gt; VARIANT 数据类型&lt;br /&gt; SAFEARRAY 数据类型&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943720/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/113759513.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Fri, 01 Apr 2011 23:42:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/113759513.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/113759513.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943720/5317182</fs:itemid></item><item><title>QT部署方案</title><link>http://naitway.blogbus.com/logs/111924271.html</link><description>&lt;div&gt;
&lt;div&gt;为了实现和windows这一套的兼容，打算编译安装QT，采用VS一系列的编译和调试工具&lt;/div&gt;
&lt;div&gt;环境是VS2010&lt;/div&gt;
&lt;div&gt;下载 qt-everywhere-opensource-src-4.7.2.zip&lt;/div&gt;
&lt;div&gt;下载 qt-creator-2.1.0-src.zip&lt;/div&gt;
&lt;div&gt;一、qt的安装：&lt;/div&gt;
&lt;div&gt;建立 C:\QT&lt;/div&gt;
&lt;div&gt;将源码解压到此目录下&lt;/div&gt;
&lt;div&gt;运行 [Visual Studio 命令提示(2010)]，进入此目录&lt;/div&gt;
&lt;div&gt;configure -debug-and-release -opensource -developer-build -no-qt3support -platform win32-msvc2010 -nomake demos -nomake examples -no-s60&lt;/div&gt;
&lt;div&gt;nmake&lt;/div&gt;
&lt;div&gt;       //nmake INSTALL_ROOT=&quot;\QtSrc&quot; install   这步还是别了，重新搞出来后，VS的工具链看不到了。&lt;/div&gt;
&lt;div&gt;//-------注：我这里没有选择demos和examples编译，因为太多，比较慢。有帮助文档，对于感兴趣的demo和examples，可以在后期选择性地build并学习。&lt;/div&gt;
&lt;div&gt;//-------注：最好不要选择 -static编译，出来的文件比较大。（很大，在不取消demos和examples的前提下，静态编译出来20G出头的文件）&lt;/div&gt;
&lt;div&gt;添加系统的环境变量 Path &amp;mdash;&amp;mdash; C:\QT\bin&lt;/div&gt;
&lt;div&gt;//-------注：下载安装 dbg_x86_6.11.1.404（默认）&lt;/div&gt;
&lt;div&gt;二、qt-creator的安装：&lt;/div&gt;
&lt;div&gt;建立 C:\QT\QtCreator&lt;/div&gt;
&lt;div&gt;将源码解压到此目录下&lt;/div&gt;
&lt;div&gt;运行 [Visual Studio 命令提示(2010)]，进入此目录&lt;/div&gt;
&lt;div&gt;qmake CONFIG+=release &quot;QT_PRIVATE_HEADERS=C:/QT/include&quot;&lt;/div&gt;
&lt;div&gt;nmake&lt;/div&gt;
&lt;div&gt;        //nmake INSTALL_ROOT=&quot;\QtSrc\qtc&quot; install&lt;/div&gt;
&lt;div&gt;附：取消jom，使用VS自带多线程&lt;/div&gt;
&lt;div&gt;cdb debug path设置：&lt;/div&gt;
&lt;div&gt;symbol paths&amp;mdash;&amp;mdash; C:\QT\lib&lt;/div&gt;
&lt;div&gt;source paths&amp;mdash;&amp;mdash; C:\QT\src，C:\QT\include&lt;/div&gt;
&lt;div&gt;附：安装完成之后，QT这个目录整个压缩打包，放进移动硬盘，下次再安装的时候，只要解压到C盘根目录。（nmake clean 可以搞得小一点）&lt;/div&gt;
&lt;div&gt;附：项目用debug版本，引入的.lib也搞成debug版本；release同理。&lt;/div&gt;
&lt;/div&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943721/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/111924271.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sun, 27 Mar 2011 18:14:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/111924271.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/111924271.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943721/5317182</fs:itemid></item><item><title>杂七杂八点滴</title><link>http://naitway.blogbus.com/logs/111557915.html</link><description>&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;Rar，0x7A，注释块。&lt;/li&gt;
&lt;li&gt;信号同槽传递this指针，实现界面元素的控制。&lt;/li&gt;
&lt;li&gt;小函数跳出多层循环。&lt;/li&gt;
&lt;li&gt;系统长期运行时，要注意溢出，例如队列，堆栈等。(本地测试与营运的区别)&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943722/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/111557915.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 26 Mar 2011 17:11:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/111557915.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/111557915.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943722/5317182</fs:itemid></item><item><title>svn点滴</title><link>http://naitway.blogbus.com/logs/111556876.html</link><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;SvnRoot管理多个项目，选择一个目录，在其下面建立多个资料库对应多个项目；启动svnserve时，定位到刚才那个目录，那么各个资料库的地址就是相对此目录的相对位置了。&lt;/li&gt;
&lt;li&gt;Tortoise svn 设置忽略属性，灵活使用通配符，文件，目录都一视同仁。&lt;/li&gt;
&lt;li&gt;windows服务sc命令&lt;/li&gt;
&lt;li&gt;checkout是把资料库中的某个版本copy到本地。&lt;/li&gt;
&lt;li&gt;update的时候，并不会覆盖本地的同名文件。&lt;/li&gt;
&lt;li&gt;commit的时候，可以选择增加或删除本地同资料库中的差异文件。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943724/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/111556876.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 26 Mar 2011 17:01:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/111556876.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/111556876.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943724/5317182</fs:itemid></item><item><title>指针点滴</title><link>http://naitway.blogbus.com/logs/111555688.html</link><description>&lt;p&gt;
&lt;ul&gt;
&lt;li&gt;指针没有初始化，就没有指向的合理内存，此时函数传递这个指针没有任何意义。&lt;/li&gt;
&lt;li&gt;给指针所指的对象赋值时，有两种，*（ptr）= *** &amp;nbsp; 或者 ptr = &amp;amp;（***）。前者涉及内存拷贝，后者只改变指针指向。如果原始的内存块内容改变，那么前者不受影响，后者指向的内容随之改变。&lt;/li&gt;
&lt;li&gt;C++ new函数 heap分配异常（溢出）问题。环境是win32控制台，包含MFC库。这个是遗留问题、、、（涉及链表，处理同一个文件，在不确定的某次，给指针new一块内存的时候，程序爆掉； 同一个程序，处理另外一些文件，一切OK。 &amp;nbsp;单步过，异常抛出就在 new() 这一句，无奈）&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;&lt;!--sp--&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;sysmsg&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://www.blogbus.com&quot; target=&quot;_blank&quot;&gt;博客大巴，你的个人传媒早班车&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/571943725/naitway/feedsky/s.gif?r=http://naitway.blogbus.com/logs/111555688.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;</description><pubDate>Sat, 26 Mar 2011 16:51:00 +0800</pubDate><author>郑和</author><guid isPermaLink="false">http://naitway.blogbus.com/logs/111555688.html</guid><dc:creator>郑和</dc:creator><fs:srclink>http://naitway.blogbus.com/logs/111555688.html</fs:srclink><fs:srcfeed>http://naitway.blogbus.com/index.rdf</fs:srcfeed><fs:itemid>feedsky/naitway/~7208076/571943725/5317182</fs:itemid></item></channel></rss>
