⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdc.html

📁 java编程的一些Applets例子。值得深入研究一下。
💻 HTML
字号:
<html>
<head>
   <title>curves.html</title>
   <meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>

<h1 align=center>Curves</h1>

<p>
<hr><applet code="Curve.class" width=400 height=250></applet>
<hr></p>

<p>Applet name: Curves 
<br>Applet Source: <a href="Curve.java">Curve.java 
<br></a>Import(s): java.awt, java.applet, java.util 
<br>Feature(s): image, GUI, mouse 
<br>Author: <a href="mailto:heinrica@cs.sfu.ca">Michael Heinrichs</a></p>

<h2>Usage Guide:</h2>

<p>This applet allows the user to specify control points to be used for
plotting curves. Three curve types are supported: Hermite, Bezier, and
B-Spline. The user can add, delete and move control points. This applet
was inspired by the DrawTest demo applet included in the 1.0 beta Java
Developer's Kit from Sun Microsystems. If you are interested in the algorithms
used to display the curves, please see the book: &quot;Computer Graphics.
Principles and Practice&quot; by Foley, VanDam, Feiner, and Hughes. </p>

<center><p>
<hr><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>

</body>
</html>

⌨️ 快捷键说明

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