Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 Examples programs written in noweb
Noweb example programs
All but one of
these examples have had their documentation parts converted automatically
from LaTeX to HTML.
(Can you tell which one?)
Except for breakmodel,
each example file is a fragment of a larger
program.
The typical command line used to create one of these documents is:
noweave -filter l2h -index -autodefs c -html compress.nw > compress.html
A library that modifies the open, close, read,
and write system calls (along with some others) to
transparently read and write files in Unix compress format.
Graciously contributed by
Matthias Blume
Fragment of an Icon
program that compiles
patterns into decision-tree pattern-matching
code. tree.nw builds the decision trees;
dag.nw turns them into dags.
Fragment of an Icon
program that compiles
patterns into decision-tree pattern-matching
code. tree.nw builds the decision trees;
dag.nw turns them into dags.
An re-implementation of the example word-count program from Don
Knuth's book on literate programming.
This example is as exact a copy as possible; no
attempt was made to improve the code.
Here is a version without identifier
cross-reference, which gives it a cleaner look.
Here you can see a plain-text
rendering of the noweb source.