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

搜索资源列表

  1. miniweb-0.8.19

    0下载:
  2. MiniWeb是一个针对嵌入式应用而开发的微型Web Server,它占用资源少,工作效率高,可移植性好,使用C语言编写,可以单线程服务多个用户,支持动态页面生成和页面变量替换等动态Web技术,可作为静态库或动态库内嵌于其他软件中,也可作为独立的Web server运行在Windows和Linux上。-MiniWeb was an embedded application and development of the micro-Web Server, It occupied less reso
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:49760
    • 提供者:justgo
  1. UDPImageArmLinux

    0下载:
  2. 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:859886
    • 提供者:吴敏
  1. linuxhttpd

    0下载:
  2. 这是一个简单的用C语言写的http服务器源代码,在arm9硬件平台linux操作系统上通过。-This is a simple C language to write the http server source code, arm9 the Linux operating system hardware platform adopted.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:48878
    • 提供者:陈凤梧
  1. web.src

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

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

    0下载:
  2. linux下使用socket进行网络通信,含server.c和client.c文件,使用时可以将server.c在PC linux下运行,client.c经交叉编译后下到开发板运行
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2045
    • 提供者:jaywoo
  1. socket

    0下载:
  2. linux 里面的socket完好封装。 把基本的客户端和服务器端写成了函数,方便调用。-socket inside the well-linux package. The basic client and server written in a function to facilitate the call.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:999
    • 提供者:songzi
  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. linuxbiancheng

    1下载:
  2. Linux环境下ARM嵌入式编程,串口转以太网服务器,C语言编写-ARM Embedded Linux programming environment, serial to Ethernet server, C language
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:2786
    • 提供者:zheng
  1. bluetooth

    1下载:
  2. 本设计是基于蓝牙技术设计的一个嵌入式的点菜系统,采取c/s结构,将嵌入式开发板arm2410s作为无线点菜器,也就是客户端,pc作为后台管理器,也就是服务器端,服务器端在linux下进行开发,客户端和服务器端通过蓝牙进行无线通信,其中利用qt designer制作菜单界面。-The design is based on the design of an embedded Bluetooth technology a la carte system, to c/s structure, the e
  3. 所属分类:Embeded Linux

    • 发布日期:2015-02-01
    • 文件大小:847872
    • 提供者:liao
  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-06
    • 文件大小:4869
    • 提供者:朱辉辉
  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. TCP_talk

    0下载:
  2. tcp协议的简单聊天工程,由客户端、服务器组成,用c语言实现,可用于嵌入式linux网络编程中。-Simple chat engineering, TCP protocol is composed of client, server, implemented in c language, can be used in the embedded Linux network programming.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:12545
    • 提供者:pingshengfu
  1. AirTicket

    0下载:
  2. 是《精通Linux C编程》刘学勇的书后边的一个例子。用多线程实现了一个售票系统。由于界面的一些库难以使用,所以服务器端我自己进行了一些调整,客户端完全没有做界面。如果大家觉得界面不需要的话,服务器端的也可以删掉不用。-The book is an example of Liu Xueyong behind the " proficient Linux C programming." Multi-threaded implementation of a ticketing sy
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:39766
    • 提供者:叶晞
  1. linuxbiancheng

    0下载:
  2. Linux环境下ARM嵌入式编程,串口转以太网服务器,C语言编写-ARM Embedded Linux programming environment, serial to Ethernet server, C language
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:2831
    • 提供者:lastye
  1. iec104

    0下载:
  2. C语言实现的linux下IEC104服务端代码,在linux下编译运行通过!-The C language implementation of linux IEC104 server code, compile and run under linux through!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-27
    • 文件大小:11445
    • 提供者:Harlen
  1. ClientManagementSystemForBank

    0下载:
  2. 《银行排队取号、叫号系统》,Linux服务器(C语言)和ARM-Linux-Qt嵌入式项目-Client management system for bank based on Linux Server(C Lanuage) and Embeded Qt on ARM
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-28
    • 文件大小:10657649
    • 提供者:best.wei
搜珍网 www.dssz.com