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

搜索资源列表

  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. BAS上载WEB文件工具(FileCompose)

    0下载:
  2. 本工具可以将所有的web文件打包生成一个文件,用户通过tftp将该文件加载到主机,方便完成web客户端的升级。另外加载web客户端程序,既可以用该打包文件也可以分别加载所有的web文件,主机兼容两种方式。用于VxWorks环境下的GoAheadWebSrv内置WEB服务器应用。-the tools to the web all documents generated a document package, users tftp this document loaded to the host,
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:908475
    • 提供者:宋强
  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. SocketForWinCE

    0下载:
  2. EVC;Winsock编程,客户端的通讯程序;建立PC端的服务器程序,接受WinCE客户端的字符输入,显示在PC端服务器的输出显示窗口中,同时有开发办客户端字符发送接受程序。-EVC; Winsock programming, client communication procedures; The establishment of PC-server, WinCE client accept the character input, display terminal server in the
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:449467
    • 提供者:张敏捷
  1. MyTCPClient

    0下载:
  2. WinCE EVC4.2 TCP/IP客户端程序,可以和服务器端程序建立连接聊天
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:525861
    • 提供者:就就
  1. TPC

    0下载:
  2. WINCE环境下的TCP通讯,TCPServer为服务器程序,TCPClient为客户程序.有项目程序,在WINCE环境下可直接运行.
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:8680004
    • 提供者:wyjmcukory
  1. TCP-Server-Client

    1下载:
  2. wince环境下的TCP网络接口编程,包含服务器和客户端程序
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:127415
    • 提供者:邓从阳
  1. winCETCP通讯

    0下载:
  2. wince上可用的tcp通讯程序,包括客户端和服务器程序。
  3. 所属分类:Windows CE

    • 发布日期:2012-10-28
    • 文件大小:96756
    • 提供者:mzcsqiang
  1. PDAandPCSocketvs2005

    0下载:
  2. 实现pda和pc间socket通信,是用C#语言来编写的pda程序,分为服务器和客户端两部分-Pda and the pc to achieve communication between the socket
  3. 所属分类:Windows CE

    • 发布日期:2017-04-06
    • 文件大小:26944
    • 提供者:明玲吉
  1. CeChat

    0下载:
  2. 本程序提供windowCE上可以跑的客户端程序,可以连接pc上的服务器,与pc端进行通讯-This program provides windowCE can run the client program, you can connect pc on the server side to communicate with the pc
  3. 所属分类:Windows CE

    • 发布日期:2017-04-09
    • 文件大小:1599379
    • 提供者:在劫
  1. STM32F107UDPsever

    1下载:
  2. 基于stm32f107的UDP服务器程序,可以接受客户端指令并执行相关操作,比如读取falsh数据发送。-Based a stm32f107 UDP server program can accept client instructions and perform related operations, such as read falsh data transmission.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:7584768
    • 提供者:fanghao
  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. THREAD

    0下载:
  2. linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:10238
    • 提供者:贾炜
  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. 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. Demo_TCPS

    0下载:
  2. 利用W7100A(带51内核和TCPIP硬件协议栈)实现TCPIP服务器程序,客户端主动访问。-Use W7100A (with 51 cores and hardware TCPIP protocol stack) to achieve TCPIP server program, client access initiative.
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:112836
    • 提供者:luomeigang
  1. STM32PW5500-TCP-Client

    2下载:
  2. 基于STM32F103和W5500,将W5500作为客户端,与远程PC的服务器程序进行数据交互。-STM32F103 and W5500, take the W5500 as a TCP client, data interactive with the remote PC server.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:831968
    • 提供者:张文娟
  1. LWIP-SERVER-AND-CLIENT-

    1下载:
  2. LWIP在stm32f103zet6开发板上实现的服务器和客户端程序,使用DHCP。附一些调试总结。-LWIP implementation on the stm32f103zet6 development board of the server and the client program, use DHCP. Attached some debugging summary.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-06-09
    • 文件大小:17248679
    • 提供者:wangtailin
  1. FIRA仿真组(11:11)源码

    4下载:
  2. RoboCup机器人仿真足球比赛11v11组的源代码,仅供个人评测使用。里面包含已经用Visual C++编译好的客户端程序,配合服务器端程序一起使用。-RoboCup robot simulation football match 11v11 group source code for personal evaluation use. Which contains the client program has been compiled with Visual C++ used in conj
  3. 所属分类:嵌入式/单片机编程

  1. STM32F4-W5500

    5下载:
  2. 此程序基于STM32F407芯片和网络芯片W5500开发的TCP服务器程序,中断方式通信,将客户端发来的数据返回到客户端。-This program is based on STM32F407 W5500 chip and networking chips developed TCP server program, interrupt communication, will return to the client sent the data to the client.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-10
    • 文件大小:2506490
    • 提供者:ztj
« 12 3 4 »
搜珍网 www.dssz.com