📄 v3_document.htm
字号:
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 10">
<link id=Main-File rel=Main-File href="../roadtrip99.htm">
<link rel=File-List href=filelist.xml>
<link rel=Preview href=preview.wmf>
<title>Embracing the C++ STL</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Pete Isensee</o:Author>
<o:Template>D:\Program Files\MSOffice\Templates\Presentation Designs\Whirlpool.pot</o:Template>
<o:LastAuthor>Pete Isensee</o:LastAuthor>
<o:Revision>81</o:Revision>
<o:TotalTime>4525</o:TotalTime>
<o:Created>1999-02-09T00:05:10Z</o:Created>
<o:LastSaved>2002-04-02T23:15:46Z</o:LastSaved>
<o:Words>2447</o:Words>
<o:PresentationFormat>On-screen Show</o:PresentationFormat>
<o:Company>Emerald City</o:Company>
<o:Bytes>145049</o:Bytes>
<o:Paragraphs>518</o:Paragraphs>
<o:Slides>63</o:Slides>
<o:Notes>54</o:Notes>
<o:HiddenSlides>4</o:HiddenSlides>
<o:Version>10.3501</o:Version>
</o:DocumentProperties>
</xml><![endif]-->
<meta http-equiv=expires content=0>
<![if !ppt]><script><!--
var END_SHOW_HREF = "v3_endshow.htm",
OUTLINE_EXPAND_HREF = "v3_outline_expanded.htm",
OUTLINE_COLLAPSE_HREF = "v3_outline_collapsed.htm";
NAVBAR_HREF = "v3_navigation_bar.htm";
BLANK_NOTES_HREF = "v3_blank_notes.htm";
NUM_VISIBLE_SLIDES = 59;
SIMPLE_FRAMESET = 0;
SLIDE_FRAME = "PPTSld";
NOTES_FRAME = "PPTNts";
OUTLINE_FRAME = "PPTOtl";
NAVBAR_FRAME = "PPTNav";
var g_currentSlide = 1, g_prevSlide = 1;
var appVer = navigator.appVersion;
var msie = appVer.indexOf( "MSIE " );
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) > 0);
var ver = 0;
if ( msie >= 0 )
ver = parseFloat( appVer.substring( msie+5, appVer.indexOf ( ";", msie ) ) );
else
ver = parseInt( appVer );
var g_supportsPPTHTML = !msieWin31 && ( ( msie >= 0 && ver >= 3.02 ) || ( msie < 0 && ver >= 3 ) );
function GetCurrentSlideNum()
{
obj = GetHrefObj( g_currentSlide );
if ( GetHrefObj( g_currentSlide ).m_origVisibility == 1 )
return obj.m_slideIdx;
else
return g_currentSlide;
}
function GetNumSlides()
{
if ( GetHrefObj( g_currentSlide ).m_origVisibility == 1 )
return NUM_VISIBLE_SLIDES;
else
return g_docTable.length;
}
function GetHrefObj( slideIdx )
{
if( slideIdx > 0 && slideIdx <= g_docTable.length )
return g_docTable[slideIdx - 1];
return null;
}
function GetSlideNum( slideHref )
{
for (ii=0; ii<g_docTable.length; ii++) {
if ( g_docTable[ii].m_slideHref == slideHref )
return ii+1;
}
return 1;
}
function GoToNextSld()
{
targetIdx = g_currentSlide + 1;
if ( GetHrefObj( targetIdx-1 ).m_origVisibility == 0 ) {
if ( targetIdx<=g_docTable.length ) {
obj = GetHrefObj( targetIdx );
obj.m_visibility = 1;
GoToSld( obj.m_slideHref );
}
}
else {
obj = GetHrefObj( targetIdx );
while ( obj && ( obj.m_origVisibility == 0 ) && ( targetIdx<=g_docTable.length ) )
obj = GetHrefObj( targetIdx++ );
if( obj && obj.m_origVisibility )
GoToSld( obj.m_slideHref );
}
}
function GoToPrevSld()
{
targetIdx = g_currentSlide - 1;
if ( targetIdx > 0 ) {
obj = GetHrefObj( targetIdx );
while ( ( obj.m_visibility == 0 ) && ( targetIdx>0 ) )
obj = GetHrefObj( targetIdx-- );
GoToSld( obj.m_slideHref );
}
}
function GoToLast()
{
targetIdx = g_docTable.length;
if ( targetIdx != g_currentSlide )
GoToSld( GetHrefObj( targetIdx ).m_slideHref );
}
function GoToFirst()
{ GoToSld( GetHrefObj(1).m_slideHref );
}
function ChangeFrame( frame, href )
{
if( g_supportsPPTHTML )
frames[frame].location.replace( href );
else
frames[frame].location.href = href;
}
function GoToSld( slideHref )
{
if ( slideHref != GetHrefObj( g_currentSlide ).m_slideHref ) {
g_prevSlide = g_currentSlide;
g_currentSlide = GetSlideNum( slideHref );
obj = GetHrefObj( g_currentSlide );
obj.m_visibility = 1;
if( !SIMPLE_FRAMESET )
ChangeFrame( NOTES_FRAME, obj.m_notesHref );
ChangeFrame( NAVBAR_FRAME, NAVBAR_HREF );
frames[SLIDE_FRAME].location.href = slideHref;
}
}
function PrevSldViewed()
{ GoToSld( GetHrefObj( g_prevSlide ).m_slideHref );
}
function EndShow()
{ frames[SLIDE_FRAME].location.href = END_SHOW_HREF;
}
function NoHref() {}
function ExpandOutline( )
{ ChangeFrame( OUTLINE_FRAME, OUTLINE_EXPAND_HREF );
}
function CollapseOutline()
{ ChangeFrame( OUTLINE_FRAME, OUTLINE_COLLAPSE_HREF );
}
function SlideUpdated( id )
{
if ( id != GetHrefObj( g_currentSlide ).m_slideHref ) {
g_prevSlide = g_currentSlide;
g_currentSlide = GetSlideNum( id );
obj = GetHrefObj( g_currentSlide );
if( !SIMPLE_FRAMESET )
ChangeFrame( NOTES_FRAME, obj.m_notesHref );
ChangeFrame( NAVBAR_FRAME, NAVBAR_HREF );
}
}
function hrefList( slideHref, notesHref, visible, slideIdx )
{
this.m_slideHref = slideHref;
this.m_notesHref = notesHref;
this.m_navbarHref = NAVBAR_HREF;
this.m_origVisibility = visible;
this.m_visibility = visible;
this.m_slideIdx = slideIdx;
}
var g_docTable = new Array(
new hrefList("v3_slide0001.htm", BLANK_NOTES_HREF, 1, 1 ),
new hrefList("v3_slide0331.htm", BLANK_NOTES_HREF, 1, 2 ),
new hrefList("v3_slide0345.htm", BLANK_NOTES_HREF, 1, 3 ),
new hrefList("v3_slide0290.htm", BLANK_NOTES_HREF, 1, 4 ),
new hrefList("v3_slide0346.htm", BLANK_NOTES_HREF, 1, 5 ),
new hrefList("v3_slide0291.htm", BLANK_NOTES_HREF, 1, 6 ),
new hrefList("v3_slide0292.htm", BLANK_NOTES_HREF, 1, 7 ),
new hrefList("v3_slide0332.htm", BLANK_NOTES_HREF, 1, 8 ),
new hrefList("v3_slide0383.htm", BLANK_NOTES_HREF, 1, 9 ),
new hrefList("v3_slide0333.htm", BLANK_NOTES_HREF, 1, 10 ),
new hrefList("v3_slide0294.htm", BLANK_NOTES_HREF, 1, 11 ),
new hrefList("v3_slide0350.htm", BLANK_NOTES_HREF, 1, 12 ),
new hrefList("v3_slide0351.htm", BLANK_NOTES_HREF, 1, 13 ),
new hrefList("v3_slide0352.htm", BLANK_NOTES_HREF, 1, 14 ),
new hrefList("v3_slide0353.htm", BLANK_NOTES_HREF, 1, 15 ),
new hrefList("v3_slide0354.htm", BLANK_NOTES_HREF, 1, 16 ),
new hrefList("v3_slide0355.htm", BLANK_NOTES_HREF, 1, 17 ),
new hrefList("v3_slide0356.htm", BLANK_NOTES_HREF, 1, 18 ),
new hrefList("v3_slide0357.htm", BLANK_NOTES_HREF, 1, 19 ),
new hrefList("v3_slide0359.htm", BLANK_NOTES_HREF, 1, 20 ),
new hrefList("v3_slide0360.htm", BLANK_NOTES_HREF, 1, 21 ),
new hrefList("v3_slide0358.htm", BLANK_NOTES_HREF, 0, 0 ),
new hrefList("v3_slide0361.htm", BLANK_NOTES_HREF, 1, 22 ),
new hrefList("v3_slide0362.htm", BLANK_NOTES_HREF, 1, 23 ),
new hrefList("v3_slide0363.htm", BLANK_NOTES_HREF, 1, 24 ),
new hrefList("v3_slide0384.htm", BLANK_NOTES_HREF, 1, 25 ),
new hrefList("v3_slide0385.htm", BLANK_NOTES_HREF, 1, 26 ),
new hrefList("v3_slide0364.htm", BLANK_NOTES_HREF, 1, 27 ),
new hrefList("v3_slide0386.htm", BLANK_NOTES_HREF, 1, 28 ),
new hrefList("v3_slide0365.htm", BLANK_NOTES_HREF, 1, 29 ),
new hrefList("v3_slide0366.htm", BLANK_NOTES_HREF, 1, 30 ),
new hrefList("v3_slide0313.htm", BLANK_NOTES_HREF, 1, 31 ),
new hrefList("v3_slide0382.htm", BLANK_NOTES_HREF, 1, 32 ),
new hrefList("v3_slide0387.htm", BLANK_NOTES_HREF, 1, 33 ),
new hrefList("v3_slide0349.htm", BLANK_NOTES_HREF, 1, 34 ),
new hrefList("v3_slide0388.htm", BLANK_NOTES_HREF, 1, 35 ),
new hrefList("v3_slide0367.htm", BLANK_NOTES_HREF, 1, 36 ),
new hrefList("v3_slide0401.htm", BLANK_NOTES_HREF, 1, 37 ),
new hrefList("v3_slide0368.htm", BLANK_NOTES_HREF, 1, 38 ),
new hrefList("v3_slide0389.htm", BLANK_NOTES_HREF, 1, 39 ),
new hrefList("v3_slide0369.htm", BLANK_NOTES_HREF, 1, 40 ),
new hrefList("v3_slide0390.htm", BLANK_NOTES_HREF, 1, 41 ),
new hrefList("v3_slide0391.htm", BLANK_NOTES_HREF, 1, 42 ),
new hrefList("v3_slide0392.htm", BLANK_NOTES_HREF, 1, 43 ),
new hrefList("v3_slide0370.htm", BLANK_NOTES_HREF, 1, 44 ),
new hrefList("v3_slide0393.htm", BLANK_NOTES_HREF, 1, 45 ),
new hrefList("v3_slide0394.htm", BLANK_NOTES_HREF, 1, 46 ),
new hrefList("v3_slide0373.htm", BLANK_NOTES_HREF, 1, 47 ),
new hrefList("v3_slide0395.htm", BLANK_NOTES_HREF, 1, 48 ),
new hrefList("v3_slide0374.htm", BLANK_NOTES_HREF, 1, 49 ),
new hrefList("v3_slide0375.htm", BLANK_NOTES_HREF, 1, 50 ),
new hrefList("v3_slide0396.htm", BLANK_NOTES_HREF, 0, 0 ),
new hrefList("v3_slide0377.htm", BLANK_NOTES_HREF, 1, 51 ),
new hrefList("v3_slide0378.htm", BLANK_NOTES_HREF, 1, 52 ),
new hrefList("v3_slide0397.htm", BLANK_NOTES_HREF, 1, 53 ),
new hrefList("v3_slide0379.htm", BLANK_NOTES_HREF, 0, 0 ),
new hrefList("v3_slide0398.htm", BLANK_NOTES_HREF, 1, 54 ),
new hrefList("v3_slide0380.htm", BLANK_NOTES_HREF, 1, 55 ),
new hrefList("v3_slide0381.htm", BLANK_NOTES_HREF, 0, 0 ),
new hrefList("v3_slide0399.htm", BLANK_NOTES_HREF, 1, 56 ),
new hrefList("v3_slide0400.htm", BLANK_NOTES_HREF, 1, 57 ),
new hrefList("v3_slide0348.htm", BLANK_NOTES_HREF, 1, 58 ),
new hrefList("v3_slide0341.htm", BLANK_NOTES_HREF, 1, 59 )
);
//--></script><![endif]>
</head>
<frameset rows="*,27" framespacing=1 frameborder=1>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
<frameset cols="*,495">
<frame src="v3_outline_collapsed.htm" name=PPTOtl noresize>
<frameset rows="376,*">
<frame src="v3_slide0001.htm" name=PPTSld marginheight=0 marginwidth=0>
<frame src="v3_blank_notes.htm" name=PPTNts marginheight=0 marginwidth=0
noresize>
</frameset>
</frameset>
<frameset cols="*,495">
<frame src="v3_outline_navigation_bar.htm" name=PPTOtlNav marginheight=0
marginwidth=0 scrolling=no noresize>
<frame src="v3_navigation_bar.htm" name=PPTNav marginheight=0 marginwidth=0
scrolling=no noresize>
</frameset>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -