CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - string

搜索资源列表

  1. SocketExample

    0下载:
  2. 一个基于MFC对话框的Socket应用程序,包括UDP/TCP/FTP协议的实现,及字符串和数据流两种传输模式。 -an MFC dialog based on the Socket applications, including UDP / TCP / FTP protocol implemented, and string, and the data flow both transmission modes.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-15
    • 文件大小:78079
    • 提供者:就是恶
  1. 200811014323652

    0下载:
  2. 自行封装的一个lib库,以动态连接库的方式提供支持,包含以下一些类: SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Sock
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:58590
    • 提供者:dsf
  1. 09Socket

    1下载:
  2. 基于TCP and UDP的socket编程 简单的Client/Server网络应用程序。要求实现客户向服务器传输任意一个字符串,服务器将收到的字符串变换成大写后传回客户。 2.修改上述程序,实现服务器根据客户请求,将服务器端指定的文件可靠地传输给客户。如果服务器没有指定的文件,服务器将给客户返回一个信息,通知客户其请求文件不存在。 -TCP and UDP socket programming Simple Client/Server network application
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:79103
    • 提供者:
  1. Apppublic

    0下载:
  2. 此源码包含了字符串转换BCD码,还有字符串操作-This source contains a string conversion BCD code, there are string operations
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:17099
    • 提供者:twg
  1. tcp_exam

    0下载:
  2. 一个基于TCP的C/S模式的网络程序,从客户端向服务器发送字符串,服务器能在屏幕上打印发过来的字符串,并回复对方-TCP based on the C/S model of the network process, from the client to the server sending the string, the server can print on the screen made up of strings, and respond to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:4830
    • 提供者:peng
  1. udp_exam

    0下载:
  2. 一个基于UDP的C/S模式的网络程序,从客户端向服务器发送字符串,服务器能在屏幕上打印发过来的字符串,并回复对方-TCP based on the C/S model of the network process, from the client to the server sending the string, the server can print on the screen made up of strings, and respond to each other
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:4236
    • 提供者:peng
  1. TCPIP

    0下载:
  2. tcpip通信的主从端,比较完善,从数组发送到字符串发送都有-tcpip communications major from the side, more perfect, send a string from the array are sent to the
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:18845
    • 提供者:letian
  1. Ethernet-Communication

    0下载:
  2. Ethernet通訊,簡易的透過TCP/IP進行連結並且互傳接收字串訊息-Ethernet communications, through the simple TCP/IP to link and pass each other to receive a string message
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:2185
    • 提供者:Wu-Fu
  1. SingleServerWin32

    0下载:
  2. 使用C语言编写TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据。-Using the C language TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:1928
    • 提供者:
  1. SingleServerLinux

    0下载:
  2. TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据-TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:2687
    • 提供者:
  1. LV_TCP_IP

    0下载:
  2. TCP/IP通信,基于LV的例程编的,相互传输字符串-TCP/IP communication, the LV-based routines compiled, each transmission string
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:32508
    • 提供者:蒋鹏
  1. TCP

    0下载:
  2. 基于TCP协议实现客户端与服务器在约定的端口上进行数据传输。客户端程序仅知道服务器的主机名,并不知道服务器的IP地址。 客户端 1从命令行输入服务器的的主机名连接到服务器; 2获取本机的相关信息包括:IP地址、开通的端口、操作系统的名称、本机名称列表、操作系统版本号、硬件版本; 3将上述信息进行凯撒加密并发送给服务器; 4接受服务器返回的经处理后的字符串,并显示; 5当用户输入CTRL+D或者“bye”时终止连接并退出。 服务器端 1服务器等待客户连接,连接成功后
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1576
    • 提供者:
  1. UDP

    1下载:
  2. 在两台计算机间完成一个简单的UDP传输。 客户端 (1) 循环从命令行读入一行字符串,并传递给服务器,由服务器对字符串进行反转,并将结果返回给客户端 (2) 客户端显示反转后的字符串 (3) 当客户按下“delete”健后,关闭套接字,结束程序 服务器端 (1) 收到客户端数据包,首先验证数据包源地址是否合法 (2) 接收客户的数据,并显示客户的IP地址和端口号 (3) 接收客户传来的字符串,反转后传递给客户 -Between the two computer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:794
    • 提供者:
  1. Socket-Programming

    0下载:
  2. In this article w ill look at how to program using sockets by implementing an echo server along with a client that we will use to send and receive string messages. I will start off by giving a quick introduction to TCP/IP fundamentals and then ex
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:319057
    • 提供者:mohammed
  1. server-client

    0下载:
  2. 基于TCP/IP协议的客户端与服务器程序实现网络通信,可接收字符串,分离字符串-Network communication, TCP/IP protocol-based client and server program can receive a string, separated string
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-22
    • 文件大小:908710
    • 提供者:张明
  1. socke

    0下载:
  2. 是一个简单的基于TCP下的字符串的传输功能-Is a simple based on TCP of string transmission function
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-09
    • 文件大小:504577
    • 提供者:xbb8765
  1. TCP

    0下载:
  2. 需要启动两个命令窗口一起使用,当本练习中的服务器端启动之后,运行本练习的客户端程序,则可以看到服务器给客户端发送的字符串显示。-Need to start two command window are used together, when the server startup in practice, after practice run this client program, can see the server to the client send string display.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-20
    • 文件大小:27943
    • 提供者:wangshaoxian
  1. buffer_send

    0下载:
  2. 基于RTC协议的字符串发送,在vc6.0下使用,代码完整-Send string based on the RTC protocal
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-11
    • 文件大小:3351419
    • 提供者:李丽
  1. receive_buffer

    0下载:
  2. 基于RTC协议的字符串接收程序,在vc6.0下使用,代码完整-Association based on the the RTC protocol string receiving program in vc6.0, complete code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-16
    • 文件大小:2293150
    • 提供者:李丽
  1. server

    0下载:
  2. 基于UDP实现服务器端把接收到的字符串转化为大写-Received UDP-based server-side character string to uppercase
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-15
    • 文件大小:717
    • 提供者:谢明英
« 12 »
搜珍网 www.dssz.com