算法-2.htm
来自「一些算法小技巧 有利于学习C语言 在C语言和JAVA中都可以用的」· HTM 代码 · 共 76 行
HTM
76 行
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:p="urn:schemas-microsoft-com:office:powerpoint"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=GB2312">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 9">
<link rel=File-List href="./算法-2.files/filelist.xml">
<link rel=Preview href="./算法-2.files/preview.wmf">
<link rel=Edit-Time-Data href="./算法-2.files/editdata.mso">
<link rel=OLE-Object-Data href="./算法-2.files/oledata.mso">
<title>贪婪(贪心)算法 Greedy Algorithm </title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>刘旭东</o:Author>
<o:Template>C:\Program Files\Microsoft Office\Templates\Presentation Designs\Lock And Key.pot</o:Template>
<o:LastAuthor>刘旭东</o:LastAuthor>
<o:Revision>451</o:Revision>
<o:TotalTime>5935</o:TotalTime>
<o:LastPrinted>1601-01-01T00:00:00Z</o:LastPrinted>
<o:Created>2005-07-31T07:48:39Z</o:Created>
<o:LastSaved>2005-09-19T08:19:16Z</o:LastSaved>
<o:Words>3363</o:Words>
<o:PresentationFormat>屏幕显示</o:PresentationFormat>
<o:Company>cwwu</o:Company>
<o:Bytes>272303</o:Bytes>
<o:Paragraphs>279</o:Paragraphs>
<o:Slides>49</o:Slides>
<o:Version>9.2812</o:Version>
</o:DocumentProperties>
<o:OfficeDocumentSettings>
<o:PixelsPerInch>80</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml><![endif]-->
<link rel=Presentation-XML href="./算法-2.files/pres.xml">
<meta name=Description
content="2005/9/19: 算法设计与分析 Algorithm design and analyse ">
<meta http-equiv=expires content=0>
<![if !ppt]><script>
<!--
var appVer = navigator.appVersion;
var msie = appVer.indexOf( "MSIE " );
var msieWin31 = (appVer.indexOf( "Windows 3.1" ) >= 0), isMac = (appVer.indexOf("Macintosh") >= 0);
var ver = 0;
if( msie >= 0 )
ver = parseFloat( appVer.substring( msie+5, appVer.indexOf ( ";", msie ) ) );
else
ver = parseInt( appVer );
path = "./算法-2.files/error.htm";
if( msie>=0 && ( (isMac && ver>=5)||(!isMac && ver>=4) ) )
window.location.replace( './算法-2.files/frame.htm'+document.location.hash );
else
{
if ( !msieWin31 && ( ( msie >= 0 && ver >= 3.02 ) || ( msie < 0 && ver >= 3 ) ) )
window.location.replace( path );
else
window.location.href = path;
}
//-->
</script><![endif]>
</head>
<frameset>
<noframes>
<body>
<p>这页使用了窗体,而您的浏览器不支持。</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?