⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 solution3.htm

📁 Thinking in C, 全世界非常有名的学习C语言的书籍。本源代码含有该书每一章节的习题的解答方案的源代码。
💻 HTM
字号:
<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=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 9">
<link rel=File-List href="./Solution3_files/filelist.xml">
<link rel=Preview href="./Solution3_files/preview.wmf">
<link rel=Edit-Time-Data href="./Solution3_files/editdata.mso">
<link rel=OLE-Object-Data href="./Solution3_files/oledata.mso">
<title>Thinking in C, Solution 3</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>Chuck Allison</o:Author>
  <o:Template>C:\Program Files\MSOffice\Templates\Blank Presentation.pot</o:Template>
  <o:LastAuthor>Bruce Eckel</o:LastAuthor>
  <o:Revision>190</o:Revision>
  <o:TotalTime>17622</o:TotalTime>
  <o:LastPrinted>1999-01-18T23:41:03Z</o:LastPrinted>
  <o:Created>1998-09-21T22:05:47Z</o:Created>
  <o:LastSaved>1999-12-19T15:46:22Z</o:LastSaved>
  <o:Words>136</o:Words>
  <o:PresentationFormat>On-screen Show</o:PresentationFormat>
  <o:Company>MindView, Inc. www.MindView.net</o:Company>
  <o:Bytes>48891</o:Bytes>
  <o:Paragraphs>40</o:Paragraphs>
  <o:Slides>5</o:Slides>
  <o:MultimediaClips>4</o:MultimediaClips>
  <o:Version>9.2720</o:Version>
 </o:DocumentProperties>
 <o:OfficeDocumentSettings>
  <o:PixelsPerInch>80</o:PixelsPerInch>
 </o:OfficeDocumentSettings>
</xml><![endif]-->
<link rel=Presentation-XML href="./Solution3_files/pres.xml">
<meta name=Description content="19-Dec-99: Thinking in C">
<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 = "./Solution3_files/error.htm";

	if( msie>=0 && ( (isMac && ver>=5)||(!isMac && ver>=4) ) )
		window.location.replace( './Solution3_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>This page uses frames, but your browser doesn't support them.</p>
  </body>
 </noframes>
</frameset>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -