http:^^www.cs.cornell.edu^info^courses^spring-96^cs100^programs^program1.html

来自「This data set contains WWW-pages collect」· HTML 代码 · 共 58 行

HTML
58
字号
MIME-Version: 1.0
Server: CERN/3.0
Date: Monday, 16-Dec-96 23:33:26 GMT
Content-Type: text/html
Content-Length: 757
Last-Modified: Monday, 29-Jan-96 19:14:38 GMT

<html><head><title> CS100 Program 1 </title></head><body><h2> CS100 Program 1 </h2><strong>IMPORTANT</strong>: When you type in the <code> curve.c</code> program, remember to change the following lines in the <code>CompoundCurve </code> function.<p>Change<blockquote><pre>int xm = (x2 + x1 + y2 - y1) / 2.0;int ym = (y2 + y1 - x2 + x1) / 2.0;</pre></blockquote>to<blockquote><pre>double xm = (x2 + x1 + y2 - y1) / 2.0;double ym = (y2 + y1 - x2 + x1) / 2.0;</pre></blockquote><hr>Click this link to retrieve the Program 1 folder:<p><a href = "ftp://ftp.cs.cornell.edu/pub/courses/cs100-s96/Program1.sea.hqx">Program 1 Folder</a></body><hr><address>CS100 Spring 1996 <br>pierce@cs.cornell.edu</address></html>

⌨️ 快捷键说明

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