CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 Windows编程 网络编程

资源列表

« 1 2 ... .80 .81 .82 .83 .84 285.86 .87 .88 .89 .90 ... 802 »
  1. MACAddressChanger_Exe

    0下载:
  2. 更改mac地址的源程序,很好!立即可以用!-change mac address of the source, good! Can be used immediately!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:297.99kb
    • 提供者:刘威
  1. Libnids-1.19-for-win32

    1下载:
  2. windows平台下的libnids,最新版本libnids 1.19 for win32,内有VC++工程.可以根据需要修改源码,也可以利用库文件方便地重组TCP等,进行协议还原,构造自己的网络入侵检测系统.-windows platform under the libnids. libnids latest version 1.19 for win32, VC works there. may need to modify the source codes, it can also be u
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:282.85kb
    • 提供者:yubai
  1. meditor

    0下载:
  2. 本人转载的,此在线编辑器,非常不错! 万博中小企业也是用的这个编辑器!-I reproduced in this online editor, very good! Huambo SMEs are also using this editor!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:286.13kb
    • 提供者:jgh
  1. miranda-im-v0.5.1-src

    0下载:
  2. miranda 0.5版本的源代码,可以实现msn qq yahoomessenger 在同一程序内登陆,实现发送消息,传送文件,建立组群等功能-miranda 0.5 version of the source code, can be achieved msn qq yahoomessenger within the same landing procedures to achieve this news, transmission of documents, the establishme
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5.17mb
    • 提供者:chenyao
  1. ktracert

    0下载:
  2. 查询ip数据报经过的路由器地址的程序,通过ICMP协议检查Ip数据报的路由情况-inquiries ip data reported through the router addresses procedures, ICMP agreement through inspection Ip reported data routing of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:57.75kb
    • 提供者:ccstop
  1. JAVA_ChatRoom_EssentialVertion

    0下载:
  2. java简易聊天室*本程序为大四TCP/IP实验课要求编写的聊天程序*可以进行简单的聊天,并具有私聊的功能*支持多用户*上下线提醒*在线列表等简单功能*程序代码只有2个文件,超简单,初学必备-java chat room * Simple procedures for the senior TCP / IP experiment request of the Chat Program * for a simple chat, and Private Chat with the functiona
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4.78kb
    • 提供者:天顺
  1. Client_Sever_Comnunication

    0下载:
  2. 基于VC开发的服务器和客户端分开的通信程序,具有文件传输和聊天等功能。-development of the VC-based server and client separate from the communication process, with file transfer and chat functions.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:74.04kb
    • 提供者:王维杰
  1. xu2006.12.16

    0下载:
  2. 转载一个网络传输和控制软件的源代码,据说不错。大家可以试一试-reproduced a network transmission and control software's source code, reportedly good. We can try
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3.37mb
    • 提供者:jianghan
  1. IPliuliangfenxi

    0下载:
  2. 使用Raw Socket编程,监控本地网络,捕获一段时间内以本机为源或目的地址的IP数据包,统计IP数据包的信息,列出本机到相同目的地址或同一源地址到本机且数据包协议类型相同的数据包的数量。-use Raw Socket Programming and monitoring the local network, caught in a time machine to the source or destination addresses of IP packets, statistics IP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:69.38kb
    • 提供者:李皓雯
  1. tcpudpserver

    0下载:
  2. 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:152.55kb
    • 提供者:李皓雯
  1. arpfiindactivehost

    0下载:
  2. 就是运用此协议可以通过发送请求包,受到回应包的方式剖析出对方主机的IP和MAC的对应关系表。 实现基于ARP协议获取本局域网内全部活动主机MAC地址与IP地址对应关系列表,要求使用Winpcap,手动封装ARP数据包,并实现ARP响应数据包的接收和解析。 -is to use this agreement can request this package, by the response packet analysis from the other side of the IP and
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:65.81kb
    • 提供者:李皓雯
  1. checkjiaoyan

    0下载:
  2. 1. 算法原理:当发送IP包时,需要计算IP报头的校验和:当接收IP包时,需要对报头进行确认,检查IP头是否有误,算法同上2、3步,然后判断取反的结果是否为0,是则正确,否则有错。 2. 实现功能:计算输入数据的校验和,以判断接收数据是否正确 -1. Algorithm principle : When sending IP packets, it needs to calculate the IP header checksum : When receiving IP packets.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27.05kb
    • 提供者:李皓雯
« 1 2 ... .80 .81 .82 .83 .84 285.86 .87 .88 .89 .90 ... 802 »
搜珍网 www.dssz.com