搜索资源列表

  1. TCP Web Server

    0下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:木头
  1. UDPSC

    0下载:
  2. WINsocket TCP/IP协议套接字,收发数据程序-WINsocket TCP/IP socket, procedures for data transceiver
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:QW
  1. 同步套接字监听

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainfr a me bundled, port monitoring, data transmission and data reception capabili
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:68608
    • 提供者:李斌
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket(
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:顾谦
  1. RemoteDaq(3.14new)

    0下载:
  2. 自己编的一个远程采集服务端程序!用的是异步套接字,写了好久,UDP,TCP,都用到了.-own series of the collection service a remote-procedure! Using the asynchronous socket, writing for a long time, UDP, TCP, are depleted.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-14
    • 文件大小:1065984
    • 提供者:童中明
  1. WindowsNetAndConmunicationDesign

    0下载:
  2. 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NA
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-14
    • 文件大小:2154496
    • 提供者:王勇
  1. EX10-5

    0下载:
  2. 用C#实现的TCP异步套接字客户端编程。代码齐全-C# achieving TCP client asynchronous socket programming. Complete code
  3. 所属分类:C#编程

    • 发布日期:2024-05-14
    • 文件大小:44032
    • 提供者:李立
  1. TCPPacket

    0下载:
  2. 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助-source of this demonstration of how to simulate the original socket tcp package, right winsock network programming and tcp/ip agreement learning help
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:3813376
    • 提供者:flyhels
  1. TCPIPCHAT

    0下载:
  2. 这是一个很好的学习TCP的案例,其中包括了使用套接字进行底层通讯的完整流程,供大家参考-This is a very good case study of the TCP, These include the use of socket in the bottom of the integrity of communication flow, for your reference
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-14
    • 文件大小:353280
    • 提供者:梅晓冬
  1. TCPServer

    0下载:
  2. windows socket的应用,用异步套接字完成客户端的连接,读写等功能.有良好的用户界面-windows socket applications, complete with asynchronous socket client to connect, read and write functions. have a good user interface
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:7163904
    • 提供者:muguafirst_1982
  1. linux-socket

    0下载:
  2. 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:37888
    • 提供者:ll
  1. listen

    0下载:
  2. 使用原始套接字写的tcp/ip通讯的服务器端程序,很好用的。-Written by the use of raw socket tcp/ip communication server-side procedures, very good use.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:56320
    • 提供者:扬载伦
  1. net_secure_study

    0下载:
  2. 网络安全原理方面的小程序:基本tcp/ip通信、原始套接字程序、DES/RSA/MD5、*、缓冲区溢出、网络嗅探、扫描器、WEB安全等, 对于理解网络安全原理很有示范和启发意义。-Principle aspects of network security applet: basic tcp/ip communications, raw socket program, DES/RSA/MD5, Trojans, buffer ove
  3. 所属分类:加密解密

    • 发布日期:2024-05-14
    • 文件大小:380928
    • 提供者:zg
  1. TCP_socket_client_server_file_transfer_program_des

    0下载:
  2. TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:张梦
  1. TCP

    0下载:
  2. 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:rae
  1. 套接字程序(TCP)+

    0下载:
  2. 套接字程序(TCP)+ VC MFC SOCKET TCP CLIENT SERVER 通讯(VC MFC SOCKET TCP CLIENT SERVER Commuincation)
  3. 所属分类:串口编程

    • 发布日期:2024-05-14
    • 文件大小:63995904
    • 提供者:wxdgk
  1. TCPsocket

    0下载:
  2. 一个简单的套接字网络编程,新手可以学一学(A simple socket network programming, novices can learn)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-14
    • 文件大小:1145856
    • 提供者:m_show
  1. tcp套接字

    0下载:
  2. tcp套接字 node.js 源代码示例 通信端口 客户端与服务端,实例为客户端接收服务端大小写转换(tcp socket Node.js source code example For example the client receives the server case conversion)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:大威大
  1. WCS和物流设备通讯协议(TCP套接字通讯方式)

    0下载:
  2. 物流仓储 上位机wcs与设备层通讯协议,WCS和物流设备通讯协议(TCP套接字通讯方式)(Logistics warehouse upper computer WCS and equipment layer communication protocol)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-14
    • 文件大小:58368
    • 提供者:飞哥21
  1. TCP_Socket

    0下载:
  2. 完成了Linux下简单的TCP套接字编程,是一个完整的TCP客户端/服务器实例(The simple TCP socket programming under Linux is completed, which is a complete TCP client / server instance)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:18432
    • 提供者:amr1199
« 12 3 4 5 6 7 8 9 10 ... 19 »

源码中国 www.ymcn.org