Tcl/Tk: http://www.scriptics.com/
GNU AWK 原始文档: ftp://ftp.gnu.org/pub/gnu/
Cygwin 工具集,Windows 95 之上的 UNIX 环境: http://sourceware.cygnus.com/cygwin/
David Butenhof 的使用 POSIX 线程编程: http://cseng.aw.com/bookdetail.qry?ISBN=0-201-63392-2&ptype=1482
Win32 的 POSIX 线程: http://sourceware.cygnus.com/pthreads-win32/
可重定向的 C 编译器 LCC: http://www.cs.princeton.edu/software/lcc/。 Jacob Navia 已将 LCC 移植到 Win32,并将 Win32 API 文档包含在他的发行版中,地址是 http://www.cs.virginia.edu/~lcc-win32/。
构建交叉编译器的配方: http://www.cygnus.com/ml/gnu-win32/1999-Jan/0572.html。 这允许您使用 Linux 和 GNU 工具来生成在 Win32 上运行的程序。
Peter Hawkins 从 LCC 编译器中提取了 DirectX 和多媒体文件,并将其集成到Cygwin 工具集中,地址是 http://www.ozemail.com.au/~peterhawkins/directx.html。
Win32 API 信息的最终来源: http://msdn.microsoft.com/library/default.htm
Single UNIX 规范 (XPG4): http://www.rdg.opengroup.org/unix/online.html。 印刷书籍,ISBN 0-13-575689-8 (CD-ROM 包含在整套文档中): http://www.UNIX-systems.org/version2/
Linux OSS,开放声音系统: http://www.opensound.com/
Alan Cox 在 http://www.uk.linux.org/SMP/title.html 上提供了一些关于 Linux SMP 的有用信息,并在 http://www.uk.linux.org/OSS/ 上提供了一些关于免费声音驱动程序的信息。
高级 Linux 声音架构 (ALSA) 与 OSS 兼容,并且在需要多个 PCI 声卡时看起来更出色: http://www.alsa-project.org/
Duffing 振荡器在 Thompson & Stewart 的书Nonlinear Dynamics and Chaos—Geometrical Methods for Engineers and Scientists的第 1 章和第 6 章中进行了推导和分析,并附有许多阐明性的图片,Wiley and Sons, http://catalog.wiley.com/title.cgi?isbn=0471909602
有限差分在 Brook & Wynne 的书Signal Processing—Principles and Applications的第 5.4 章中进行了解释,Edward Arnold, ISBN 0-7131-3564-6。
Georg Duffing 的原始书籍于 1918 年以Erzwungene Schwingungen bei veraenderlicher Eigenfrequenz, Vieweg, Braunschweig 出版。
The Art of Doing Science and Engineering, Richard W. Hamming, ISBN 90-5699-501-4, 第 35 页。
The Unix Programming Environment, Kernighan & Pike, Prentice Hall, http://netlib.bell-labs.com/cm/cs/upe/index.html
Introduction to Multi-Threaded Programming, Brian Masney, Linux Journal, 1999 年 5 月。
本文中引用的所有列表都可以通过匿名下载在文件 ftp://ftp.ssc.com/pub/lj/listings/issue66/3577.tgz 中获得。