CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tcp 收发

搜索资源列表

  1. TCP

    1下载:
  2. 使用INDY组件中TCP组件进行文件的收发
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:403440
    • 提供者:吴昊
  1. tcp

    0下载:
  2. 一个简单网络通信系统,实现通信双方的消息收发,主要包括服务器和客户机的设计。实现客户端接收键盘输入的字符串,并向服务器发送;服务器接收后,将字符串以逆序返回给客户端; 客户端显示服务器返回的逆序字符串。
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:55872
    • 提供者:jjf
  1. gfaServer

    0下载:
  2. 1.TCP收发程序,即时客户端又是服务器,多线程
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:61371
    • 提供者:胡家宝
  1. SMSEmail

    0下载:
  2. 基于symbian的收发SMS、MMS消息,通过tcp收发Email。
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:821982
    • 提供者:马里
  1. SOCKET消息收发器

    0下载:
  2. 这是一个利用TCP,UDP收发消息的程序,可以用于调试其它的SOCKET程序是否可以正常的接收和发送SOCKET消息。
  3. 所属分类:TCP/IP协议栈

  1. chat

    0下载:
  2. 聊天程序,利用TCP/IP完成双向数据收发。-Chat program using TCP/IP to complete bi-directional data transceivers.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:151577
    • 提供者:景太
  1. p2pliaotian

    0下载:
  2. p2p聊天程序源码,实现两台机子收发消息,小型的QQ。-p2p chat program source, the two realize machine to send and receive news, small QQ.
  3. 所属分类:P2P

    • 发布日期:2017-04-02
    • 文件大小:96681
    • 提供者:gown
  1. TT62_GPRS_DTU

    0下载:
  2. TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1040323
    • 提供者:姜飞
  1. TCPChatServer

    0下载:
  2. TCP协议的服务器界面 可以收发信息 可以自动设置IP-TCP protocol server interface can send and receive information can be automatically set up IP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:3684755
    • 提供者:莫振超
  1. moto_gprs

    0下载:
  2. 上位机vc++对摩托罗拉GPRS模块G24编程实现短信收发,通过GPRS收发数据(udp或tcp方式),程序写的很好,对于其他GPRS模块也适用,都采用标准AT指令开发。-PC vc++ on Motorola G24 module GPRS to send and receive SMS programming through GPRS to send and receive data (udp or tcp way), to write a good program for other GP
  3. 所属分类:SMS

    • 发布日期:2017-05-19
    • 文件大小:5420759
    • 提供者:zhanglong
  1. IP

    0下载:
  2. DSP2812的TCP/IP通讯程序,可以实现数据的收发。-DSP2812' s TCP/IP communications program that enables the data transceiver.
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:303759
    • 提供者:曹睿
  1. TCPIP-1

    0下载:
  2. 此源码是在开发板的程序包的基础上自己修改的断开后自动连接的TCP程序,且能正常收发(开发板程序只能发一次)。-It is very useful for TCP protocal of DSP2812
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:332243
    • 提供者:gloria
  1. TCP

    0下载:
  2. TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-09-06
    • 文件大小:9984
    • 提供者:李平
  1. TCP

    0下载:
  2. 使用VC2008开发的TCP收发程序源代码。-Development of the TCP send and receive using the VC2008 program source code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9820540
    • 提供者:flyingfluff
  1. TCP-SOCKET

    0下载:
  2. 基于TCP的C/S模型,能够收发文件,类似于ICQ-TCP-based C/S model, able to send and receive files, similar to ICQ
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-25
    • 文件大小:8354875
    • 提供者:小圈子
  1. File-transfer-tcp-ip

    1下载:
  2. 基于TCP-IP的文件传输程序,分为服务端、客户端,有菜单选择(收、发、退出),双向收发,半双工通讯。-Based on tcp-ip protocol,server&client,menu,Half Duplex.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1370988
    • 提供者:小勺子
  1. TCP客户端收发数据实验(ucos版)

    0下载:
  2. 主要实现tcp client的数据收发,lwip协议栈,ucos系统。stm32f107系统(This function is called by either OSTaskCreate() or OSTaskCreateExt() to initialize the * stack frame of the task being created. This function is highly processor specific)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:22520832
    • 提供者:zqwl
  1. 基于W5500硬件协议栈的TCP服务器收发数据例程

    0下载:
  2. 基于W5500硬件协议栈的TCP服务端收发数据例程,主芯片STM32F407(W5500 hardware protocol stack based TCP server transceiver data routine, the main chip STM32F407, the program has been measured, reliable and stable.)
  3. 所属分类:单片机开发

    • 发布日期:2018-04-18
    • 文件大小:7273472
    • 提供者:谢工
  1. 3.TCP Server

    0下载:
  2. W5500 实现TCP服务器的功能。 能够与客户端建立连接并收发数据。(W5500 implements the function of the TCP server. It is able to connect with the client and send and receive data.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-30
    • 文件大小:387072
    • 提供者:Jason_2018
  1. 收发一体

    1下载:
  2. VB.NET编写的收发一体的TCP小程序,可供新手参考(VB.NET integrated transceiver TCP small program for novice reference)
  3. 所属分类:.net编程

    • 发布日期:2020-05-07
    • 文件大小:58368
    • 提供者:布衣还在的
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com