arch.htm

来自「基于tcp/ip的一个以太网编程的例子程序」· HTM 代码 · 共 65 行

HTM
65
字号
<html>

<head>
<title>Microchip TCP/IP Stack Architecture</title>
</head>

<body bgcolor="#FFFFFF">
		<table border="0" width="100%">
			<tr>
				<td>
					<img src="Mchp.gif"></img>
				</td>
				<td width="100%">
					<p align="right">
						<font size="6" face="MS Sans Serif">
							<b>
								Microchip TCP/IP Stack
							</b>
						</font>
					</p>
				</td>
			</tr>
		</table>
		<table border="0" cellpadding="0" cellspacing="0" width="100%" fgcolor="white">
			<tr bgcolor="#FF0000" fgcolor="white">
				<td width="25%">
					<a href="Index.htm">
						<font color="#FFFFFF">
							<b>Home</b>
						</font>
					</a>
				</td>
				<td width="25%">
					<a href="Features.htm">
						<font color="#FFFFFF">
							<b>Features</b>
						</font>
						</a>
				</td>
				<td width="25%">
							<font color="#FFFFFF">
								<b>Architecture</b>
							</font>
				</td>
				<td width="25%">
						<a href="Footprnt.htm">
							<font color="#FFFFFF">
								<b>Stack Footprint</b>
							</font>
						</a>
				</td>
			</tr>
		</table>
<br>
<p>The Microchip Ethernet controllers incorporates nearly all Ethernet blocks necessary to to complete an Ethernet interface.  Only a few components, as show, are required.</p>
<br>
<img src="ENC28J60Connect.png">

<p>The Microchip TCP/IP Stack uses a cooperative multitasking method to separate 
itself from the main application. It closely follows the &quot;TCP/IP
reference model.&quot; All major components are in separate source files.</p>

</body>
</html>

⌨️ 快捷键说明

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