tour-examples.html

来自「数值算法库for Windows」· HTML 代码 · 共 45 行

HTML
45
字号
<html>
<head>
<title>
A Tour of NTL: Examples </title>
</head>

<body bgcolor="#fff9e6">
<center>
<a href="tour-intro.html"><img src="arrow1.gif" alt="[Previous]" align=bottom></a>
 <a href="tour.html"><img src="arrow2.gif" alt="[Up]" align=bottom></a> 
<a href="tour-struct.html"> <img src="arrow3.gif" alt="[Next]" align=bottom></a>
</center>

<h1> 
<p align=center>
A Tour of NTL: Examples
</p>
</h1>

<p> <hr> <p>

<p>
Perhaps the best way to introduce the basics of NTL
is by way of example.
Browse the following for a number of examples that illustrate
some aspects of the functionality and programming interface of NTL.

<p> 

<ol>

<li> <a href="tour-ex1.html">Big Integers</a>
<li> <a href="tour-ex2.html">Vectors and Matrices</a>
<li> <a href="tour-ex3.html">Polynomials</a>
<li> <a href="tour-ex4.html">Modular Arithmetic</a>
<li> <a href="tour-ex5.html">Extension Rings and Fields</a>
<li> <a href="tour-ex6.html">Floating Point Classes</a>


</ol>


</body>
</html>

⌨️ 快捷键说明

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