readme.txt
来自「汇编语言实现一个小小的镜子」· 文本 代码 · 共 30 行
TXT
30 行
Orthogonal circle creation and circle inversion Demo
In this graphics demo several orthogonal circles are created around a base circle.
Each orthogonal circle is then used as a mirror circle to invert (reflect) all the other
orthogonal circles. This creates more orthogonal circles and the process is repeated
a second time on these circles, to extend the set of orthogonal circles.
N.B. By definition a circle is orthogonal to another if their tangents at the point of
intersetion are are at right angles, irrespective of the circle size.
Files included are:-
Mirrors.exe The demo
Mirrors.asm the source
Makefile
Ron Thomas
Ron_Thom@Compuserve.com
www.rbthomas.freeserve.co.uk
30/7/99
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?