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

搜索资源列表

  1. WindowsSockettedian

    0下载:
  2. Windows Socket 网络编程 —— TCP/IP体系结构、特点及相关术语 -Windows Socket network programming- TCP/IP architecture, features and related terminology
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:王刚
  1. 1_080114120833

    0下载:
  2. tcp_inode当然就是一个inode节点了,而tcp_socket等于tcp_inode.u.socket_i,通过一个指针他们指向同一个内存.tcp_socket是用来通信使用的,可以叫TCP的controlsocket或者是communication socket,当TCP通信没有相应的socket的时候这个socket就充当了socket的角色.比如在一个关闭端口上收到SYN时发送RST,或者是在三次握手的时候发送SYN(还没有accept产生新的socket)
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:2640840
    • 提供者:zhangxio
  1. QQtalk

    0下载:
  2. 一个类似QQ的网络聊天工具,采用Windows Socket编程,服务器与客户端采用了TCP/IP连接方式,在设计聊天方案时,实行将所有信息发往服务器端。-A similar network of QQ chat tool, using Windows Socket programming, server and client using TCP/IP connections, chat in the design of the program and implement all of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:11671
    • 提供者:郑飞
  1. Programming_TCP_Sockets_in_C___for_the_Beginner.t

    0下载:
  2. it s about programming of tcp.. it using socket...
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:77809
    • 提供者:tasia
  1. TheSocketInterface

    0下载:
  2. this is a socket interface.In spite of lack of standards, a programmer must know about the such interfaces to be able to use TCP/IP
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:19405
    • 提供者:ashish
  1. EmbeddedLinuxDriver16.4-NIC.pdf

    0下载:
  2. 了解以太网的发展历程 掌握以太网的连接方式、拓扑结构、传输介质和通信方式 掌握以太网的帧结构以及 TCP/IP 网络的结构 了解嵌入式以太网中常用的网络协议 了解嵌入式扩展以太网的常用芯片和它们各自的特点,掌握嵌入式系统中设计以太 网接口的方法 掌握嵌入式 Linux 中以太网驱动程序的结构,理解 NE2000 兼容网卡的驱动程序 了解 socket 网络编程原理 能够利用套接字编写简单的网络应用程序 -linux driver programing
  3. 所属分类:Development Research

    • 发布日期:2017-03-28
    • 文件大小:532520
    • 提供者:部廷夏宰
  1. Sockets-notes

    0下载:
  2. Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets &#
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:212905
    • 提供者:Artcore
  1. UDP_Socket_Java

    0下载:
  2. UDP in java socket and TCP
  3. 所属分类:Project Manage

    • 发布日期:2017-12-01
    • 文件大小:590116
    • 提供者:jayjay007
  1. TCP_client_ok

    0下载:
  2. 自己写的一个 简单的TCP发送端的SOCKET程序 写得很简单,只是实现了下SOCKET功能-a very simple SOCKET NETWORK program client port debug is ok
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:6013
    • 提供者:ljs
  1. CPP-Network---Introduction-to-TCP-IP-Socket-Progr

    0下载:
  2. useful for C++ Network programming
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:52637
    • 提供者:Nguyen Van
  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. 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. string-unicode-check

    0下载:
  2. mtk socket wap tcp udp ascii unicode
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:551
    • 提供者:penghao
  1. CSharp-UCSAPI_DemoCSharp-v4

    0下载:
  2. VIRDI UCSAPI socket TCP biometric terminal UNIONCOMM AC1000, AC2100, AC3000, AC4000, AC5000, AC6000, AC-F1-VIRDI UCSAPI socket TCP biometric terminal UNIONCOMM AC1000, AC2100, AC3000, AC4000, AC5000, AC6000, AC-F100
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:746908
    • 提供者:Bruno Yuzo
  1. UDP_Trans

    0下载:
  2. 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:725
    • 提供者:kk.dl
  1. SocketTool2

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

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

    0下载:
  2. 本文档使用套接字socket进行网络通信编程,同时进行TCP和UDP两种方式详解。-Source codes of SOCKET.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:509980
    • 提供者:杨洪
« 1 23 »
搜珍网 www.dssz.com