readme

来自「稀疏矩阵、链表、图、队列、二叉树、多叉树、排序、遗传算法等的实现」· 代码 · 共 18 行

TXT
18
字号

This is the source code supplement for chapter 3, Optimization and Optimism.
It contains:

Makefile--this is set up for a system which has gcc installed,
but there is no reason the included programs couldn't
be used on a different platform.

speed.c--this is a little program that exercises some basic language
constructs and measures how long they take on average.

bubble.c--this is a deliberately poorly written program that YOU
can optimize!  Use a profiler to find out which functions
are slow, then apply optimizations to speed it up.  Hints
are given in the chapter itself.

refs--for further reading on the subject of optimization.

⌨️ 快捷键说明

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