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

📄 web.c

📁 基于mcb2300开发板的完成webserver功能的c程序
💻 C
字号:
/*----------------------------------------------------------------------------
 *      Generated by FCARM FILE CONVERTER V1.24
 *----------------------------------------------------------------------------
 *      Name:    WEB.C
 *      Purpose: HTTP Web page, generated by the user.
 *      Note:    This is a generated file, do not modify !!!
 *----------------------------------------------------------------------------
 *      This code is part of the RealView Run-Time Library.
 *      Copyright (c) 2004-2007 KEIL - An ARM Company. All rights reserved. 
 *---------------------------------------------------------------------------*/

#include <Net_Config.h>

#define FILECNT   14

const U16 FileCnt = FILECNT;

/*---------------------------------------------------------------------------*/

const U8 index_htm[] = {
   "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\r\n"
   "\r\n"
   "<head>\r\n"
   "<META http-equiv=Content-Type content=\"text/html; charset=windows-1252\">\r\n"
   "<META http-equiv=Content-Language content=en-us>\r\n"
   "<META content=\"Microsoft FrontPage 6.0\" name=GENERATOR>\r\n"
   "<title>Embedded Web Server Test</title>\r\n"
   "</head>\r\n"
   "\r\n"
   "<body bgColor=#ffffff leftMargin=0 topMargin=0 marginwidth=\"0\" marginheight=\"0\">\r\n"
   "<div align=center style=\"width: 833; height: 470\">\r\n"
   "<table style=\"border: 1px solid #000080\" height=384 cellSpacing=0 cellPadding=0"
   " width=\"761\">\r\n"
   "  <tbody>\r\n"
   "  <tr bgColor=#EEEEEE>\r\n"
   "    <td style=\"border-bottom: 1px solid #000080\" vAlign=bottom noWrap height=70"
   " margin=50 width=\"567\">\r\n"
   "      <h2 align=\"center\"><font face=\"verdana\" color=\"#006699\">Embedded Development"
   " Tools</font></h2>\r\n"
   "    </td>\r\n"
   "    <td style=\"border-bottom: 1px solid #000080\" vAlign=center noWrap height=73"
   " width=\"240\">\r\n"
   "      <img border=\"0\" src=\"keil.gif\" align=\"left\" width=\"151\" height=\"47\">\r\n"
   "    </td>\r\n"
   "    <td style=\"border-bottom: 1px solid #000080\" vAlign=center noWrap width=\"8\">"
   " \r\n"
   "    &nbsp; &nbsp;\r\n"
   "    </td>\r\n"
   "  </tr>\r\n"
   "  <tr>\r\n"
   "    <td colSpan=2 height=120 width=\"805\" background=\"llblue.jpg\" style=\"background-repeat:"
   " repeat-y;\">\r\n"
   "      <div align=center>\r\n"
   "      <center>\r\n"
   "      <table width=\"90%\" border=0>\r\n"
   "        <tbody>\r\n"
   "        <tr>\r\n"
   "          <td width=\"95%\">\r\n"
   "          <h2 align=\"center\"><br>\r\n"
   "            <b><font face=\"verdana\" color=#003366>Keil Embedded WEB Server Example"
   " for </font></b></h2>\r\n"
   "          <p align=\"center\">\r\n"
   "            <a target=\"_blank\" href=\"http://www.keil.com/dd/chip/4153.htm\">\r\n"
   "            <img border=\"0\" src=\"nxp_logo.gif\" width=\"209\" height=\"62\"></a></p>\r\n"
   "          <center>\r\n"
   "          <table width=\"797\" height=\"94\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td"
   " align=\"center\">\r\n"
   "          <font face=\"Verdana\"><b> [\r\n"
   "            <a href=\"/network.cgi\">Network</a>   |\r\n"
   "            <a href=\"/system.cgi\">System</a>     |\r\n"
   "            <a href=\"/leds.cgi\">LED</a>          |\r\n"
   "            <a href=\"/lcd.cgi\">LCD</a>           |\r\n"
   "            <a href=\"/ad.cgi\">AD</a>             |\r\n"
   "            <a href=\"/language.cgi\">Language</a> |\r\n"
   "            <a href=\"/tcp.cgi\">Statistics</a> ]</b></font>\r\n"
   "          </td></tr></table>\r\n"
   "          <p><font face=\"Verdana\" size=\"2\">This Web pages are served by the"
   " Web server which is part of \r\n"
   "            <a href=\"http://www.keil.com/support/man/docs/rlarm/rlarm_tn_tcpip_prot.htm\""
   " target=\"_blank\">\r\n"
   "            <b>TCPnet</b></a> in the Real-Time Library.<br>\r\n"
   "            Click on the links above to see some status information about the"
   " web server\r\n"
   "            and the TCP/IP stack.</font></p>  \r\n"
   "          <p align=center><font face=\"Verdana\" size=\"2\">This example is developed"
   " using the \r\n"
   "            <b><a href=\"http://www.keil.com/arm/rvmdkkit.asp\" target=\"_blank\">"
   " RealView<sup>

⌨️ 快捷键说明

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