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

搜索资源列表

  1. talk_tcp_linux

    0下载:
  2. unix/linux使用socket编程的一个具体示例,包括服务器段和客户端程序。并给出使用嵌入式microwin的GUI的参考设计说明。-unix / linux use socket programming of a specific examples, including the server and client programs. Given the use of embedded microwin GUI reference design specification.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:919153
    • 提供者:刘浪
  1. webserver_cgi

    0下载:
  2. 一个基于s3c2410嵌入式系统的网络服务器程序-s3c2410 an embedded system based on a network server
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:723346
    • 提供者:wz
  1. boaWebServer

    0下载:
  2. Boa是一个非常小巧的Web服务器,可执行代码只有约60KB。它是一个单任务Web服务器,只能依次完成用户的请求,而不会fork出新的进程来处理并发连接请求。但Boa支持CGI,能够为CGI程序fork出一个进程来执行。Boa的设计目标是速度和安全,在其站点公布的性能测试中,Boa的性能要好于Apache服务器。-Boa is a very compact Web server executable code only about 60KB. It is a single task Web s
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:137937
    • 提供者:程小培
  1. socket_linux

    0下载:
  2. 嵌入式linux系统的socket通信程序,包括服务器端和客户端程序-Embedded Linux System socket communication procedures, including server and client programs
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27567
    • 提供者:许永贤
  1. my_audio

    0下载:
  2. 我写的基于2410的音频播放的程序,采用c/s结构,pc客户端上传音频流,服务器端建立帧缓冲区接收,并播放出来-I wrote based on the 2410 Audio Player procedures adopted c / s structure, pc client uploads audio streams, the server-frame buffer zone established to receive and broadcast
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:31045
    • 提供者:lifeng
  1. 08_httpd

    0下载:
  2. 嵌入式ARM开发板实现一个简单WEB服务器的程序
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:66119
    • 提供者:ffjohn
  1. httpd

    0下载:
  2. S3C2410 Linux 平台下,万维网服务器通信程序。
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-16
    • 文件大小:53678
    • 提供者:mo
  1. client

    0下载:
  2. 嵌入式得应用程序 基于socket得通信程序 怎么实现和服务器端交互数据和菜单
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2586
    • 提供者:小民
  1. Arm7

    0下载:
  2. 嵌入式得应用程序 基于socket得通信程序 怎么实现和服务器端交互数据和菜单
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:15968
    • 提供者:小民
  1. zhongduanfuwuqi0

    0下载:
  2. 一个基于ARM和linux的终端服务器程序
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2722
    • 提供者:赵亮
  1. rpc_svc

    0下载:
  2. 远程过程调用服务器端程序,用于嵌入式linux中-remote procedure call server software, which for Embedded Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:51178
    • 提供者:markxie
  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. spacxx

    0下载:
  2. 适用于华恒2410平台的中星微摄像头-zc301P的驱动程序(全部)和网络视频采集程序,含:视频服务器端采集程序(servfox)和PC监控程序(spacview),用Tor下载的,我已在华恒2410平台实验过,绝对可用,运行稳定。-Huaheng 2410 platform for Vimicro camera-zc301P drivers (all) and network video collection procedures, including: video server-side c
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1749296
    • 提供者:lt
  1. web_server

    0下载:
  2. 在嵌入式linux平台上的小型web服务器程序包-In a small embedded linux platform web server package
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:50192
    • 提供者:jack
  1. main4

    0下载:
  2. 嵌入式编程中网络通信操作练习 这是服务器程序部分-Embedded programming operation in the network communications server program which is part of practice
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:626
    • 提供者:周东民
  1. bbs_zou

    0下载:
  2. 一个简单的BBS服务器程序,在Red Hat Enterprise Linux 5中用gcc编译。-failed to translate
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:3885
    • 提供者:袁巍
  1. Linux-A-named-pipe-experiment

    0下载:
  2. 在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-06
    • 文件大小:8792
    • 提供者:weiwei
  1. LinuxUdpService

    0下载:
  2. linux下udp服务器程序和可执行文件,前面已上传了客户端,这里是服务器端-Udp server program under Linux and executable files, has been posted in front of the client, this is the server
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-08
    • 文件大小:3451
    • 提供者:钟光燕
  1. src

    2下载:
  2. 串口服务器程序,主机通过网络连接串口服务器,透传从主机传过来的数据,支持tcp server、tcp client、udp-Serial server program, the host server via a network connection port, pass-through from the host pass over the data to support tcp server, tcp client, udp
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-03-17
    • 文件大小:11809
    • 提供者:wlong
  1. server.tar

    0下载:
  2. 简单的linux服务器程序,提供了简单的socket创建监听以及收发。(Basic linux web server code)
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-12-25
    • 文件大小:8192
    • 提供者:dongdongxiong
« 12 3 »
搜珍网 www.dssz.com