CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - c web 服务器

搜索资源列表

  1. Dynamic_C_Web_

    0下载:
  2. 这是一个在在Dynamic C环境下实现的设备web服务器的建立,通过它可以通过web方式管理设备。注意main函数中导入网页的目录要跟你实际的目录一样。-This is a Dynamic C in the environment under the equipment of the establishment of the web server, Through its way through the web management equipment. Attention to the ma
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1072369
    • 提供者:田华
  1. web.src

    0下载:
  2. linux下用c语言开发的小型嵌入式web服务器。-using C language development of small embedded web server.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:19027
    • 提供者:李文东
  1. CSharpNetworkProgrammingBasic

    0下载:
  2. 《C#网络应用编程基础》 一个幻灯片讲义 第1章 概述 第2章 C#数据类型 第3章 面向对象的编程基础 第4章 面向对象的高级编程 第5章 Windows窗体界面设计 第6章 目录与文件管理 第7章 正则表达式与Internet操作 第8章 ADO.NET与SQLServer 第9章 二维图形图像处理 第10章 基于组件的开发技术 第11章 网站建设与网页制作 第12章 ASP.NET Web服务器控件 第13章 ASP.NET W
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1437767
    • 提供者:郭如健
  1. boa-main

    0下载:
  2. boa web服务器的主程序,是利用c写的,经过修改后可移植到嵌入式中。-boa web server program, using c written in the revised Embedded can be transplanted to China.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2396
    • 提供者:lwx888
  1. C# WinCE Web Server

    2下载:
  2. 一个完全用C#在Windows CE 5.0下实现的Web 服务器
  3. 所属分类:Windows CE

    • 发布日期:2010-09-30
    • 文件大小:1707093
    • 提供者:pcwhy@163.com
  1. web-server-1

    0下载:
  2. 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第一部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. The first part.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:417398
    • 提供者:xiaxiao
  1. web-server-1-B

    0下载:
  2. 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第二部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. Part II.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:485482
    • 提供者:xiaxiao
  1. web-server-2

    0下载:
  2. 本程序是基于C语言开发的,用以实现单片机的网络应用,是实现单片机网络服务器的程序。第三部分。-This procedure is based on the C language developed for the realization of single-chip network applications, is to achieve single-chip web server process. Part III.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:268727
    • 提供者:xiaxiao
  1. LWIP_TestOK

    0下载:
  2. 可直接用于Atmel AT91SAM7X256_EK板的简单Web服务器程序, AT91SAM7X256(MAC)+DM9161AE(PHY),Web程序中设定的IP地址192.168.131.200,MAC地址 00-30-6C-00-00-02详见emac_lib.h与ethernetif.c,可在IE浏览器中输入查看,注:MDIX跳线未短接时,PC与EK板均需要通过UTP网线接至交换机,MDIX短接时可用网线直连PC。-Can be used directly Atmel AT91SAM7
  3. 所属分类:uCOS

    • 发布日期:2017-04-09
    • 文件大小:1568771
    • 提供者:zxf
  1. cgi

    0下载:
  2. 基于CGI库的程序编写的介绍 嵌入式web服务器建设-Based on CGI programming library introduction to the building of the embedded web server
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-26
    • 文件大小:450924
    • 提供者:zhaodebao
  1. ENC28j60ForC51

    0下载:
  2. C51单片机下的以太网web程序,以太网芯片为ENC28J60,能够实现嵌入式web服务器-C51 microcontroller Ethernet web under the program, Ethernet MCU is ENC28j60 to achieve an embedded web server
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:81102
    • 提供者:Mr.Yumin
  1. minMalloc

    0下载:
  2. 超精简的c语言malloc内存管理函数,采用哈希散列法+伙伴法结合,自动判断切割或合并,已在linux上测试,并在一web服务器上实现商业化应用-minimalloc by c .tested in linux and iar ,has been used in WEB server
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:4869
    • 提供者:朱辉辉
  1. NDK_network

    0下载:
  2. DM642的网络开发。这个是网络传输的例程,基于NDK1.7的client 例子, 可以运行在VMD642开发板上。 1、需要首先安装NDK1.7 2、client.pjt工程文件在evmdm642目录里 3、工程运行后,在stdout窗口中会显示出当前板卡的IP地址。 缺省的采用固定IP地址:192.168.1.107 你可以修改这个地址,如果是DHCP方式,请改为0.0.0.0 4、工程运行后,可以用winapps里的客户端例程来测试,请在
  3. 所属分类:DSP program

    • 发布日期:2017-06-14
    • 文件大小:22025305
    • 提供者:晨星
  1. boa-main

    0下载:
  2. boa web服务器的主程序,是利用c写的,经过修改后可移植到嵌入式中。-boa web server program, using c written in the revised Embedded can be transplanted to China.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:2174
    • 提供者:rgetof
  1. boa-main

    0下载:
  2. boa web服务器的主程序,是利用c写的,经过修改后可移植到嵌入式中。-boa web server program, using c written in the revised Embedded can be transplanted to China.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2214
    • 提供者:cerpri
  1. MPFSImg2

    0下载:
  2. 此程序是嵌入式网页服务器中实习网页功能的核心部分,主要是实现了将Windows环境下的网页转换成单片机环境下的C语言环境。-This program is an embedded web server pages function in practice the core part, is to achieve the conversion page Windows environment into SCM Environment C language environment.
  3. 所属分类:SCM

    • 发布日期:2017-05-05
    • 文件大小:43484
    • 提供者:保密 黄
  1. 第24讲项目实战源代码

    0下载:
  2. CGI是: “公共网关接口”(Common Gateway Interface)的简称 是Web服务器和主机应用程序之间进行信息交换的一种接口标准或规范。 通过CGI,Web服务器可以激活一个应用程序,同时将用户提交的数据传递给这个程序,随后,又可将该程序的响应(输出)返回给浏览器。(Intelligent home network system is a high-tech product brought by the information age, and it in
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-24
    • 文件大小:1585152
    • 提供者:ltx20
  1. STM32WEB

    2下载:
  2. STM32单片机嵌入以太网WEB服务器、继电器,含电路图、STM32单片机KEIL4源程序、C#上位机配置软件、网页生成工具。硬件由STM32F103C8T6+28ENJ60组成。完整项目源代码(STM32 SCM embedded Ethernet WEB server, relay, including circuit diagram, STM32 SCM KEIL4 source program, C# PC configuration software, web page generat
  3. 所属分类:单片机开发

    • 发布日期:2019-10-14
    • 文件大小:9965568
    • 提供者:guo8817
搜珍网 www.dssz.com