-
Notifications
You must be signed in to change notification settings - Fork 25
/
ch14.html
3 lines (3 loc) · 2.79 KB
/
ch14.html
1
2
3
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>第 14 章 计算机中数的表示</title><link rel="stylesheet" href="styles.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="start" href="index.html" title="Linux C编程一站式学习" /><link rel="up" href="pt02.html" title="部分 II. C语言本质" /><link rel="prev" href="pt02.html" title="部分 II. C语言本质" /><link rel="next" href="ch14s01.html" title="1. 为什么计算机用二进制计数" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">第 14 章 计算机中数的表示</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pt02.html">上一页</a> </td><th width="60%" align="center">部分 II. C语言本质</th><td width="20%" align="right"> <a accesskey="n" href="ch14s01.html">下一页</a></td></tr></table><hr /></div><div class="chapter" lang="zh-cn" xml:lang="zh-cn"><div class="titlepage"><div><div><h2 class="title"><a id="id2752660"></a>第 14 章 计算机中数的表示</h2></div></div></div><div class="toc"><p><b>目录</b></p><dl><dt><span class="sect1"><a href="ch14s01.html">1. 为什么计算机用二进制计数</a></span></dt><dt><span class="sect1"><a href="ch14s02.html">2. 不同进制之间的换算</a></span></dt><dt><span class="sect1"><a href="ch14s03.html">3. 整数的加减运算</a></span></dt><dd><dl><dt><span class="sect2"><a href="ch14s03.html#id2753623">3.1. Sign and Magnitude表示法</a></span></dt><dt><span class="sect2"><a href="ch14s03.html#id2753761">3.2. 1's Complement表示法</a></span></dt><dt><span class="sect2"><a href="ch14s03.html#id2753996">3.3. 2's Complement表示法</a></span></dt><dt><span class="sect2"><a href="ch14s03.html#id2754091">3.4. 有符号数和无符号数</a></span></dt></dl></dd><dt><span class="sect1"><a href="ch14s04.html">4. 浮点数</a></span></dt></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pt02.html">上一页</a> </td><td width="20%" align="center"><a accesskey="u" href="pt02.html">上一级</a></td><td width="40%" align="right"> <a accesskey="n" href="ch14s01.html">下一页</a></td></tr><tr><td width="40%" align="left" valign="top">部分 II. C语言本质 </td><td width="20%" align="center"><a accesskey="h" href="index.html">起始页</a></td><td width="40%" align="right" valign="top"> 1. 为什么计算机用二进制计数</td></tr></table></div></body></html>