CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - TCp

搜索资源列表

  1. TCPIP_Protocal_stack

    0下载:
  2. 一个基于linux的TCP/IP协议栈的实现,其中包含了各个阶段的实现版本,从简单到复杂,是很好的学习资料-Linux based on the TCP/IP protocol stack to achieve, which contains versions of the various stages of realization, from the simple to the complex, is a very good learning materials
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:511257
    • 提供者:陈陆艳
  1. TCP/IP

    0下载:
  2. 基于UNIX平台的TCP/IP协议的通信程序设计,能将键盘上输入的数据发送到另一台计算机上;能将接收到的数据显示到屏幕窗口内;-UNIX platform-based TCP/IP protocol communications programming, to keyboard input data is sent to another computer be able to receive data to the screen window
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1509
    • 提供者:guangangyu
  1. src

    0下载:
  2. 与远程服务期的指定端口建立连接并发送测试数据,unix/LINUX redhat 2.6.18-92.el5上CC/gcc编译通过-it builds up a tcp connection with remoted server and assigned port,after connection built, it sends test data to the server, compiled with cc/gcc under unix/linux redhat 2.6.18-92.el5
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:12018
    • 提供者:wang yong
  1. VBVB

    0下载:
  2. VB防火墙的开发原理 防火墙主要有日志,网络状态列表,网络状态控制(如拦截)组成的。 正在装载数据…… 所以,我们要3个界面,一个是主界面——状态列表。一个是日志界面,一个是控制界面。 打开VB新建一个工程,添加一个窗体。一共要3个窗体,2个模块。太复杂了,我也在考虑怎么写才能让大家理解。文章写的不好,还请大家包含。说下原理: 一、监控TCP连接 -The principle of the development of VB firewall
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:5081
    • 提供者:士林
  1. send_message

    0下载:
  2. 利用TCP协议传输TCP报文,并且受到该报文后进行解析。-TCP protocol using TCP packet transmission, and by the newspaper after the resolution text.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:913
    • 提供者:zhangjun
  1. show_tcp

    0下载:
  2. tcp协议分析,在linux下使用,需要先编译。-tcp protocol analysis, in the use of linux, need to compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1232
    • 提供者:LINJINFANG
  1. 090605LinuxUDP_Client-Server

    0下载:
  2. UDP是TCP/IP协议中的传输层协议的一种,本文介绍了在Linux下编写基于UDP协议的Client/Server模型的程序的方法,并给出了一个echo Client/Server例子程序。-UDP is a TCP/IP protocol in a Transport Protocol, this article describes the preparation of Linux based on the UDP protocol under the Client/Server model
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:3369
    • 提供者:肖叶枝
  1. dm642tcpip

    0下载:
  2. DM642的tcp/ip协议知识,请有相关需求人员参考,如不适合你,请继续努力!-DM642' s tcp/ip protocol knowledge, please reference the relevant requirements, such as not suitable for you, please continue to work hard!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:19120
    • 提供者:杨旭荣
  1. Linux_NetProgram

    0下载:
  2. Linux下的网络编程 对TCP—UDP的网络编程进行了详细说明,并包含代码-The file is about the network programming under the linux system. It includes the detail descr iption of network programming and the source code sample
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:49958
    • 提供者:强强
  1. linux_tcp_dos_attack

    0下载:
  2. 在Linux开发环境,伪装一个随机的IP地址端口号,循环攻击某个指定的IP地址端口号或网站,使其瘫痪。-LINUX TCP DOS ATTACK CODE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:6114
    • 提供者:王海峰
  1. ert

    0下载:
  2. 了解网络通信协议TCP/IP; 2、掌握基于Winsock控件的网络通信的其体实现方法; 3、掌握网络编程的开发应用的方法。 -Understanding of network communication protocol TCP/IP 2, master control network based on the Winsock communication methods to achieve their body 3, network development and appli
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:4039
    • 提供者: 王立
  1. z_socket

    0下载:
  2. linux 下udp和tcp的客户端和服务器的程序,分类.-linux udp tcp client server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:444614
    • 提供者:zqj
  1. ftp

    0下载:
  2. linux下开发的ftp服务器,c语言编程,采用了tcp协议和ftp协议
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:147474
    • 提供者:吴钱
  1. DH

    0下载:
  2. Step 1: Generating a Parameter Set for the Diffie‐Hellman Key Agreement Algorithm Step 2: Generating a Secret Key Using the Diffie‐Hellman Key Agreement Algorithm Step 3: Use UDP to exchange DH public key Step 4: Establish an AES‐256 encrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:127900
    • 提供者:Tong Liu
  1. Hacking.The.Art.Of.Exploitation

    0下载:
  2. 一本关于黑客攻击及漏洞挖掘艺术的好书.有缓冲区溢出的利用等.-Exploit programs using buffer overflows and format strings Write your own printable ASCII polymorphic shellcode Defeat non-executable stacks by returning into libc Redirect network traffic, conceal open ports,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1453907
    • 提供者:xy
  1. tcpdump

    0下载:
  2. 实现TCP的链接建立过程,支持TCP/IP协议 在linux环境下的代码实现-It is a program for tcp acecess.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2162508
    • 提供者:shiqun
  1. TCPIP

    0下载:
  2. tcp/ip协议源代码,主要是基于linux下的实现-tcp/ip source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:657603
    • 提供者:caoym
  1. proxyserver

    0下载:
  2. linux proxy server ... we can relay tcp packet..and support server connection .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:684239
    • 提供者:王久乐
  1. uip1.01234

    0下载:
  2. uip,一个小型的tcp/ip协议实现,可以移植到多个平台-uip, a small tcp/ip protocol implementation can be ported to multiple platforms
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1348599
    • 提供者:yangkui
  1. g-bios-s3c2440-dm9000a

    0下载:
  2. google的开源项目gbios的源代码for S3C2440-google s open source project gbios source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:644339
    • 提供者:何成杰
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 40 »
搜珍网 www.dssz.com