Skip to content

Latest commit

 

History

History
72 lines (72 loc) · 3.51 KB

File metadata and controls

72 lines (72 loc) · 3.51 KB
  • 第五章 数学计算
  • 5.1 math — 基本数学函数
  • 5.2 math/big — 大数实现
  • 5.3 math/cmplx — 复数基本函数操作
  • 5.4 math/rand — 伪随机数生成器
  • 8.1 flate - DEFLATE 压缩算法
  • 8.2 compress/zlib — gnu zlib 压缩
  • 8.3 compress/gzip — 读写 gnu zip 文件
  • 8.4 compress/bzip2 — bzip2 压缩
  • 8.5 archive/tar — tar 档案读写
  • 8.6 archive/zip — zip 归档访问
  • 第十四章 运行时特性
  • 第十五章 底层库介绍
  • 第十六章 同步
  • 第十七章 加解密