📄 v3_slide0401.htm
字号:
<html>
<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=Preview href=preview.wmf>
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
p\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
v\:textbox {display:none;}
</style>
<![endif]-->
<title>Embracing the C++ STL</title>
<meta name=Description content="4/2/2002: Code Bloat">
<link rel=next href="v3_slide0368.htm">
</head>
<body background="v3_master19_background.gif" bgcolor="#333399" alink="#9999FF"
link="#99CCFF" vlink="#0066FF" text="#CCECFF" topmargin=0 leftmargin=0>
<table border=0 valign=top width=475 height=356 cellpadding=0 cellspacing=0>
<tr>
<td width=17 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=23 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=70 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=53 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=281 height=0 nowrap><img src="v3_space.gif" border=0></td>
</tr>
<tr>
<td width=475 height=34 colspan=6></td>
</tr>
<tr>
<td width=17 height=36></td>
<td width=146 height=36 colspan=3>
<table border=0 valign=top cellpadding=0 cellspacing=0>
<tr>
<td width=146 height=36><font face=Tahoma color="#CCFFFF" size=5>Code Bloat</font><br>
</td>
</tr>
</table>
</td>
<td width=312 height=36 colspan=2></td>
</tr>
<tr>
<td width=475 height=15 colspan=6></td>
</tr>
<tr>
<td width=40 height=214 colspan=2></td>
<td width=404 height=214 colspan=3>
<table border=0 valign=top cellpadding=0 cellspacing=0>
<tr>
<td width=18 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=1 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=163 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=39 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=11 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=91 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=51 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=4 height=0 nowrap><img src="v3_space.gif" border=0></td>
<td width=16 height=0 nowrap><img src="v3_space.gif" border=0></td>
</tr>
<tr>
<td width=18 height=26><font face="Monotype Sorts" color="#0066FF" size=2>n</font></td>
<td width=386 height=26 colspan=9><font face=Tahoma size=4>Templates expand
into different sets of</font><br>
</td>
</tr>
<tr>
<td width=18 height=26></td>
<td width=203 height=26 colspan=3><font face=Tahoma size=4>code for each
type T</font><br>
</td>
<td width=183 height=26 colspan=6></td>
</tr>
<tr>
<td width=404 height=4 colspan=10></td>
</tr>
<tr>
<td width=18 height=26><font face="Monotype Sorts" color="#0066FF" size=2>n</font></td>
<td width=360 height=26 colspan=7><font face=Tahoma size=4>If different
types have the same size</font><br>
</td>
<td width=26 height=26 colspan=2></td>
</tr>
<tr>
<td width=18 height=25></td>
<td width=356 height=25 colspan=6><font face=Tahoma size=4>and same
comparison functions, the</font><br>
</td>
<td width=30 height=25 colspan=3></td>
</tr>
<tr>
<td width=18 height=26></td>
<td width=214 height=26 colspan=4><font face=Tahoma size=4>compiler can
optimize</font><br>
</td>
<td width=172 height=26 colspan=5></td>
</tr>
<tr>
<td width=404 height=4 colspan=10></td>
</tr>
<tr>
<td width=18 height=26><font face="Monotype Sorts" color="#0066FF" size=2>n</font></td>
<td width=305 height=26 colspan=5><font face=Tahoma size=4>Some STL
implementations are</font><br>
</td>
<td width=81 height=26 colspan=4></td>
</tr>
<tr>
<td width=18 height=25></td>
<td width=376 height=25 colspan=8><font face=Tahoma size=4>optimized to
minimize code bloat (XTL</font><br>
</td>
<td width=10 height=25></td>
</tr>
<tr>
<td width=18 height=25></td>
<td width=164 height=25 colspan=2><font face=Tahoma size=4>from DeltaLogic)</font><br>
</td>
<td width=222 height=25 colspan=7></td>
</tr>
</table>
</td>
<td width=31 height=214></td>
</tr>
<tr>
<td width=475 height=36 colspan=6></td>
</tr>
<tr>
<td width=40 height=8 colspan=2></td>
<td width=70 height=8><img src="v3_master19_image042.gif" border=0 width=70
height=8></td>
<td width=365 height=8 colspan=3></td>
</tr>
<tr>
<td width=475 height=13 colspan=6></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -