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

搜索资源列表

  1. socket

    0下载:
  2. C++编写的套接口聊天程序源代码,程序所在文件夹名,聊天服务器端,聊天客户端.-Socket written in C++ source code for chat program, the program where the folder name, TCP chat server, TCP chat client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:244984
    • 提供者:alain
  1. QQchat

    2下载:
  2. 一个C++ 仿QQ界面聊天系统,涉及到VC++和TCP/IP网络互联技术。-A C++ interface for imitation QQ chat system, related to VC++ and TCP/IP networking technologies.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-05-24
    • 文件大小:5816691
    • 提供者:陈刚
  1. TCPIP

    0下载:
  2. T C P / I P (通常它是指传输控制协议/网际协议, Transmission Control Protocol/Internet Protocol)是发展至今最成功的通信协议,它被用于当今所构筑的最大的开放式网络系统I n t e r n e t之上就是其成功的明证。I n t e r n e t最初的设计是为了满足美国国防的需要,具体来讲就是使美国政府即使在遭受核打击时也能保证通信不间断, T C P / I P就是用于这个目的的。今天,I n t e r n e t已经发展得更加商
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-30
    • 文件大小:12632321
    • 提供者:李晓
  1. TCPIP

    0下载:
  2. 该书介绍了C++Builder中TCP/IP的应用方法,并给出了程序实例-The book is very useful for those who want to learn C++Builder.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-28
    • 文件大小:10604421
    • 提供者:彭树萍
  1. RemoteControl

    1下载:
  2. 远程桌面监控系统.(1)实时监视远程电脑的桌面操作变化 (2):快速准确的查看被监视电脑的实时桌面信息,具有远程桌面录像功能,可查看任意时间段的历史桌面信息。 (3):具有远程桌面控制功能,可以象操作本地计算机一样操作远程计算机。 (4):可以同时操控和查看10以上个电脑。 (5):采用TCP/IP协议,高压缩率差异传图,保证图象快速稳定传输。 (6):系统为C/S结构,客户端进程防删。 -Remote Desktop Monitoring System. (1) real-
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-19
    • 文件大小:5247786
    • 提供者:307
  1. ChatServer_Socket

    0下载:
  2. Chat Server using TCP Socket in C#.NET
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:15445
    • 提供者:Immanuel
  1. ChatClient_Socket

    0下载:
  2. Chat Client using TCP Socket in C#.NET
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:14989
    • 提供者:Immanuel
  1. TCP1

    0下载:
  2. TCP/IP详卷一:协议 主要讲述TCP/IP协议簇里所有的协议,及相应C语言算法-TCP/IP set Volume: Protocol, focuses on TCP/IP protocol family where all of the agreements, and the corresponding C language algorithms
  3. 所属分类:Linux Network

    • 发布日期:2017-05-31
    • 文件大小:13391956
    • 提供者:椿曼
  1. AnalyzeTCP_WinPcap

    0下载:
  2. 基于winpcap 对tcp 数据包的捕获。用c++编写。-the program is about capturing tcp datas.
  3. 所属分类:Network Security

    • 发布日期:2017-03-31
    • 文件大小:1815
    • 提供者:marty
  1. Csharp1

    0下载:
  2. C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Appl
  3. 所属分类:.net

    • 发布日期:2017-03-21
    • 文件大小:198941
    • 提供者:王清河
  1. Csharp2

    0下载:
  2. C#网络应用高级编程-电子教案 第1章 进程、线程与网络协议 第2章 TCP应用编程 …… -Advanced Programming C# Web Applications- Electronic Teaching Chapter 1 of the process, thread and network protocols, TCP Application Programming Chapter 2
  3. 所属分类:.net

    • 发布日期:2017-04-09
    • 文件大小:1958120
    • 提供者:王清河
  1. Main(BL2100).C__

    0下载:
  2. 用于BL2100的程序源码,主要包括串口通讯,TCP/IP-用于BL2100的C源码
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:9484
    • 提供者:nmh
  1. File

    0下载:
  2. 采用C#实现的局域网文件传输,基于TCP协议传输,有server和client两方-Using C# to achieve LAN file transfer, based on TCP protocol, have both server and client sides
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:34586
    • 提供者:zl
  1. mysever-client

    1下载:
  2. 根据自定义的协议规范,使用Socket编程接口编写基本的网络应用软件。  使用操作系统提供的Socket编程接口,而不使用任何封装Socket接口的类库或组件  协议可以自己定义,只要完成指定的功能即可  程序界面不做要求,使用命令行或最简单的窗体即可   功能要求如下: 1. 运输层协议采用TCP 2. 服务端运行后,即监听指定的端口。允许多个连接并发运行 3. 服务端接收到客户端请求后,根据客户端传过来的指令完成特定任务:
  3. 所属分类:Internet/网络编程

    • 发布日期:2013-07-03
    • 文件大小:3506
    • 提供者:杨子坤
  1. basicTcpChatblack

    0下载:
  2. TCP实现客户机/服务器的聊天功能。为完成基于C/S的聊天功能,客户端首先要与服务前连接。-TCP to achieve client/server chat. To accomplish based on C/S of the chat, the client first connected with the provision of services.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3174884
    • 提供者:王冠
  1. CDotNetTCP

    0下载:
  2. 用C#实现基于TCP协议的网络通讯 。TCP协议是一个基本的网络协议,基本上所有的网络服务都是基于TCP协议的,如HTTP,FTP等等,所以要了解网络编程就必须了解基于TCP协议的编程。-To use C# to achieve network communication based on TCP protocol. TCP protocol is a basic network protocols, essentially all of the network services are bas
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:7498
    • 提供者:wa
  1. wat2001b

    0下载:
  2. 765K 非常强大,著名和实用的TCP/IP等网络功能的编程库,完全免费且简单易用,基于Borland C.它的使用很广泛,比如近年来推出的DOS下的Internet工具大都是用它编写出来的.这是DOS实模式的版本,其它各种说明和资料以及DOS保护模式下TCP/IP的版本可在它的网站http://www.wattcp.com/上找到.推荐程序员使用! 如果使用BC31环境,请在prj中加入lib\目录下的库文件,并调用对应H文件的函数接口-765K is very powerful, well-
  3. 所属分类:TCP/IP Stack

    • 发布日期:
    • 文件大小:782974
    • 提供者:
  1. chat

    0下载:
  2. 在Linux下有关C语言网络聊天系统的源代码..使用的是tcp协议-In the Linux under the C language source code online chat system .. using tcp protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:6292
    • 提供者:谭理
  1. NetworkSniffer-CppBuilder

    0下载:
  2. 这是一款由C++ Builder语言开发的网络嗅包软件,包含全部完善代码。能够捕获tcp/udp/ip等数据包,并能够进行分析以及图形显示。此外还可以定义过滤功能,选择性的抓包。-It is a network sniffer software programmed by C++ Builder. Here,all source codes are includes.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-29
    • 文件大小:800370
    • 提供者:Nathan
  1. Sockets-2.3.9.1

    0下载:
  2. C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:318774
    • 提供者:geddy
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com