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

搜索资源列表

  1. ICMP-Back

    0下载:
  2. 一般的后门都是面向连接的(基于TCP),容易被发现,而ICMP后门代码是基于UDP的,是面向非连接的,不容易被发现,本程序通过C++实现ICMP后门-The back door is the general connection-oriented (based on TCP), easily found the back door and the ICMP Code is based on the UDP is not connection oriented, it is not easy to
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3550706
    • 提供者:刘文文
  1. MingMingGuanDao

    0下载:
  2. 命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这 是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立 通信。-Named Pipes can be on the same computer between different processes, or across a network of d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:761702
    • 提供者:kunlunshanjiao
  1. WinSockServer

    0下载:
  2. 基于tcp的socket应用程序服务器端,使用c++编写。-Tcp the socket-based server-side applications, the use of c++ to prepare.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:36586
    • 提供者:孟祥平
  1. CSmodelbasedonMFC

    0下载:
  2. 用MFC库写的最基本的C/S模型,基于TCP传输数据(可用来修改)-C/S model based on MFC
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:65260
    • 提供者:Huliu
  1. MyNetChat

    0下载:
  2. 基于C++的局域网聊天工具,用到了Windows Socket 控件,用UDP和TCP协议实现-C++ based on the local area network chat tool, using the Windows Socket control, using UDP and TCP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3438541
    • 提供者:chenkuo
  1. client

    0下载:
  2. 使用Visual C++编写的TCP与UDP协议的网络程序,能够使多机进行通信 -failed to translate
  3. 所属分类:Communication

    • 发布日期:2017-05-07
    • 文件大小:1161396
    • 提供者:mr li
  1. CIPS_02_002

    0下载:
  2. cIPS stands for "compact IP stack" or "IP stack in C language". Supports ARP, IP (v4), TCP and a subset of ICMP (ping).
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:394766
    • 提供者:btttnn
  1. cshapentryCourseware

    0下载:
  2. c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
  3. 所属分类:CSharp

    • 发布日期:2015-10-15
    • 文件大小:1711092
    • 提供者:王勇
  1. ser_cli

    0下载:
  2. 基于TCP的控制台下局域网ftp(C/S),能够实现简单ftp命令。具有简单的客户端身份认证功能。内含简单的makefile文件,用记事本打开,可初步参考学习makefile。另外,对于linux环境下Socket编程爱好者,此文件是初级学习阶段不错的参考资料代码。 开发测试环境:Red Hat Linux 3.2.2-5 编译工具:gcc 3.2.2 20030222  -TCP-based network control panel under the ftp (C/S),
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:5725
    • 提供者:范超
  1. tcps

    0下载:
  2. TCP上的C/S的一个简单架构。。。里面有客户端和服务器端-i do not say what i am not good at english nothing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2326321
    • 提供者:罗小林
  1. TCPserverclient

    0下载:
  2. T C P 通信, 基于 T C P 的网络通信-TCP communications, the network communication based on TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1896
    • 提供者:纳兰芯
  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. Archive

    0下载:
  2. Basic TCP Client and Server implemented in ANSI C. It serves as a good example for beginners. It is broken up into classes so it can be used in your existing projects.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:88052
    • 提供者:snrtortoise
  1. CEG333

    0下载:
  2. TCP/IP IMPLEMENTATION using C
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:103281
    • 提供者:sri
  1. rawtcpunderwindows

    0下载:
  2. raw tcp program under visual C-raw tcp program under visual C++
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:zaid
  1. TCPserver

    0下载:
  2. 一款用c++写的TCP服务端程序.供有兴趣的朋友学习研究.-With a c++ to write the TCP server program. For friends interested in the study.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:19594
    • 提供者:ajqn
  1. simpletcp

    0下载:
  2. 这是一个实现TCP协议的简化源程序,对初学C++网络编程的人有用处.-This is a realization of a simplified TCP protocol source code for learning C++ network programming useful person.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-10
    • 文件大小:2272214
    • 提供者:xuaimei
  1. uip-0.9_kr_r3

    0下载:
  2. The uIP implementation is designed to have only the absolute minimal set of features needed for a full TCP/IP stack. It can only handle a single network interface and contains only a rudimentary UDP implementation, but focuses on the IP, ICMP and TCP
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:776171
    • 提供者:heaven
  1. singleServerMultipleClientSrc

    1下载:
  2. C++下多线程TCPsocket通信程序-Multithread TCP Socket communication in C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:37484
    • 提供者:lishixiang
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com