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

搜索资源列表

  1. ASTA-and-Firewalls

    0下载:
  2. ASTA 2.6 has a number of techniques that you can use in your ASTA client application to work through a firewall, including the addition of WinINet support. Another feature of ASTA 2.6 is that ASTA servers can now serve TCP/IP and stateless http remot
  3. 所属分类:Development Research

    • 发布日期:2017-04-05
    • 文件大小:7172
    • 提供者:kuzey
  1. TAstaServerSocket9000

    0下载:
  2. ASTA 2.6 has a number of techniques that you can use in your ASTA client application to work through a firewall, including the addition of WinINet support. Another feature of ASTA 2.6 is that ASTA servers can now serve TCP/IP and stateless http remot
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:60207
    • 提供者:kuzey
  1. TCPTest

    0下载:
  2. tcpcopy是一种应用请求复制(基于tcp的packets)工具,其应用领域较广,我们曾经应用于网易的广告投放系统,urs系统,nginx hmux协议开发等系统,避免了上线带来的很多问题。 总体说来,tcpcopy主要有如下功能: 1)分布式压力测试工具,利用在线数据,可以测试系统能够承受的压力大小(远比ab压力测试工具真实地多),也可以提前发现一些bug 2)对于后端的短连接,请求丢失率非常低(1/10万),可以应用于热备份 3)普通上线测试,可以发现新系统是否稳定,提前发现上线过程中会出
  3. 所属分类:Software Testing

    • 发布日期:2017-11-16
    • 文件大小:2039
    • 提供者:林鹏
  1. vxworks_6.9_example_files

    0下载:
  2. TCP client server example under VxWorks
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:3854
    • 提供者:JimS
  1. CSharpTCP

    0下载:
  2. C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the pop
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:178677
    • 提供者:郭树军
  1. PHP-Safe-Configured

    0下载:
  2. PHP其实不过是Web服务器的一个模块功能,所以首先要保证Web服务器的安全。当然Web服务器要安全又必须是先保证系统安全,这样就扯远了,无穷无尽。PHP可以和各种Web服务器结合,这里也只讨论Apache。非常建议以chroot方式安装启动Apache,这样即使Apache和PHP及其脚本出现漏洞,受影响的也只有这个禁锢的系统,不会危害实际系统。但是使用chroot的Apache后,给应用也会带来一定的麻烦,比如连接mysql时必须用127.0.0.1地址使用tcp连接而不能用localhos
  3. 所属分类:Software Testing

    • 发布日期:2017-11-19
    • 文件大小:8533
    • 提供者:fu wen pan
  1. 1

    0下载:
  2. 在c#环境下,实现基于基本TCP客户—服务器的数据收发通信-In c# environment, data transceiver communication basic client/server based on TCP
  3. 所属分类:Project Design

    • 发布日期:2017-11-08
    • 文件大小:4736
    • 提供者:王萍
  1. 2

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:4802
    • 提供者:王萍
  1. 3

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:5237
    • 提供者:王萍
  1. 11

    0下载:
  2. 基于TCP/IP套接字编程三个步骤:服务器监听,客户端请求,连接确认。-Based on TCP/IP socket programming in three steps: server listens, the client requests a connection confirmation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:46959
    • 提供者:郑州
  1. TCPUDPTesterTool1.02

    0下载:
  2. 服务器端或客户端测试TCP/IP通讯连接以及测试数据的接收与发送情况-Server-side or client-side test TCP/IP communication connections and test data reception and transmission case
  3. 所属分类:Software Testing

    • 发布日期:2017-04-10
    • 文件大小:1604730
    • 提供者:liuhui
  1. Network-Communication-Programming

    0下载:
  2. 介绍了使用Visual C#语言在TCP/IP网络中实现通信的方法,通过利用.NET框架提供的TcpClient类和TcpListener类分别建立服务器端和客户端,然后使用这两类提供的方法可完成网络通信中数据的收发.通过实验证明,生成的界面友好,编写的程序也可较好地完成通信功能.-This paper introduces the use of Visual C# language to communicate in TCP/IP network. The Tcp- Client class
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:241581
    • 提供者:温智彬
  1. Translate

    0下载:
  2. 通过TCP实现的客户端和服务端,可以通过客户端向服务端发送指令,使服务端完成相应的操作功能。-Client and server via TCP implementation, you can send commands to the server through the client, so that the appropriate action to complete the server function.
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3384244
    • 提供者:吴淼
  1. SocketTool2

    0下载:
  2. socket通讯工具 支持TCP/UDP-TCP/IP SOCKET UDP SERVER CLIENT GPRS NETWORK
  3. 所属分类:Software Testing

    • 发布日期:2017-05-09
    • 文件大小:1831741
    • 提供者:eewfwe
  1. 06511240modbus

    0下载:
  2. 详细介绍了ModBus Tcp的开发流程,相关代码描述了ModBus服务器的收发流程以及数据处理-Details of the ModBus Tcp development process, the relevant code describes the transceiver ModBus server processes and data processing
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:133660
    • 提供者:喻杨
  1. linux

    0下载:
  2. linux下基于TCP协议的服务器客户端通信程序-based on linux with tcp protocol program which is communicating between server and client
  3. 所属分类:Document

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:杨卫康
  1. ETEHRNET

    0下载:
  2. Software test send data Socket Tcp and UDP . Cliente - Server Server Socket-Software test send data Socket Tcp and UDP . Cliente - Server Server Socket
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:208861
    • 提供者:Eddie
  1. ACEPIC_WEB

    0下载:
  2. CCSINFO WEB EXAMPLE. Download the ccsinfo tcp ccs stack and you can easily run web server on a microcontroler-CCSINFO WEB EXAMPLE. Download the ccsinfo tcp ccs stack and you can easily run web server on a microcontroler
  3. 所属分类:software engineering

  1. tcp_example

    0下载:
  2. TCP客户端与服务器端通信模型详解说明实例-TCP client and server communication model
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:807
    • 提供者:nut
  1. prog5

    0下载:
  2. TCP file CLIENT and SERVER In java
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:134604
    • 提供者:Anurag Choubey
« 1 2 34 »
搜珍网 www.dssz.com