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

📄 backcover.html

📁 Memory Management—Algorithms and implementation in C/C++ Introduction Chapter 1 - Memory Manag
💻 HTML
字号:
<html>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BackCover</title>
<link rel="STYLESHEET" type="text/css" href="images/xpolecat.css">
</head>
<body >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<td><div STYLE="MARGIN-LEFT: 0.05in;">
<a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle"  alt="Team LiB"></a></div></td>
<td valign="top" class="v2" align="right"><div STYLE="MARGIN-RIGHT: 0.05in"><a href="toc.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0001.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr>
</table>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="2" WIDTH="100%">

<TR>

<TD VALIGN="TOP" ALIGN="Right" WIDTH="100"></TD><TD WIDTH="2" HEIGHT=""></TD>

<TD VALIGN="Top" ALIGN="Left">

<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="4" WIDTH="100%" HEIGHT="">

<TR>

<TD VALIGN="Top" ALIGN="Left" COLSPAN="2"></TD>

</TR>

</TABLE>

</TD>

</TR>

</TABLE>

</DIV>

<DIV CLASS="b24-bookbackcover" xmlns:dc="http://purl.org/dc/elements/1.0/"><SPAN CLASS="b24-bookbackcover-title">Back Cover</SPAN><A NAME="BACKCOVER"></A><TABLE BORDER="0">

<TR><TD VALIGN="Top"><p><I>Memory Management: Algorithms and Implementation in C/C++</I> presents several concrete implementation of garbage collection and explicit memory management algorithms.  Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ source code, and a discussion of each implementation&#8217;s trade-offs.</p>

<ul>

<li>Find out how memory is managed at the hardware level by the processor.</li>

<li>Discover the ways in which different operating systems take advantage of processor facilities to provide memory services via the system call interface.</li>

<li>Understand how development libraries and run-time systems build upon the operating system services to manage memory on behalf of user applications.</li>

<li>Learn about five complete memory management subsystems that utilize both explicit and automatic collection algorithms.</li>

</ul>

<P ALIGN="CENTER"><B><FONT COLOR="#800000"> About the Author </FONT></B></P>

<p>Bill Blunden has a bachelor&#8217;s degree in physics from Cornell University and a master&#8217;s degree in operations research from Case Western Reserve University.  He has spent the past ten years performing R&amp;D on enterprise middleware, implementing distributed computing software, and working with security protocols.  He is also the author of <I>Virtual Machine Design and Implementation in C/C++</I> from Wordware Publishing.</p>

</TD></TR>

</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle"  alt="Team LiB"></a></td>
<td valign="top" class="v2" align="right"><a href="toc.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0001.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</td></tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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