CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - 发送

搜索资源列表

  1. 网络命令之ARP(Delphi版).zip

    0下载:
  2. 网络命令之ARP,发送ARP指令的Dephi源代码例子
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2012-03-17
    • 文件大小:217.36kb
    • 提供者:
  1. 基于GPRS的嵌入式Internet研究与实现

    2下载:
  2. 关于如何移植使用ucos 和lwip 来实现无线发送模块控制的学位论文-on how to transplant and lwip CENTER use wireless to transmit modules to control the degree thesis
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:3.56mb
    • 提供者:于先生
  1. multi_thread_socket_filetrans

    0下载:
  2. 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:33.51kb
    • 提供者:韩为
  1. 简单tcpip数据交换

    0下载:
  2. 实际上是两个project--wj&cpp3,wj是服务端程序,cpp3是客户端程序 编译前先在代码内相应位置写服务器地址,在客户端写发送的数据 编译生成两个执行文件wj.exe和cpp3.exe 先运行wj.exe等待连接,然后运行cpp3 -addre-project is actually two -- wjcpp3, wj service software, cpp3 client program is compiled prior to the code to write
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:18.58kb
    • 提供者:许茜
  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:4.98kb
    • 提供者:顾谦
  1. MSARPSender

    0下载:
  2. ARP数据包发送程序源码.代码很简单,而很清楚地标出ARP数据包的构造,发送,和嗅探过程.很经典!-ARP packets to send a program source. Code is very simple and very clearly marked ARP packet structure, Send and sniffer process. classic!
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:18.72kb
    • 提供者:车军
  1. ck_UDPSend_tools

    0下载:
  2. 集udp数据包的发送,接受,广播,可以定制时间,端口,循环发送等功能,是udp通信调试不可多得的工具.-Set udp packet sent, received, broadcasting, can be customized, ports, this cycle functions, Debugging is rare udp communications tool.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:15.67kb
    • 提供者:checkyvc6
  1. TCP Web Server

    1下载:
  2. 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8.25kb
    • 提供者:木头
  1. SYN_at

    0下载:
  2. 模拟SYN攻击, 使用socket发送模拟的SYN包攻击web server-simulation SYN attacks, the use of socket sending SYN packets simulated attack web server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2.36kb
    • 提供者:李杰
  1. supersmtp

    0下载:
  2. 一个VC++实现的简单实用的SMTP程序,用于邮件的发送-a simple and practical procedure SMTP for mail delivery
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:9.55kb
    • 提供者:赵劲松
  1. 20067229345680479

    0下载:
  2. TCPNetKit网络测试工具 发送接收TCP包测试程序-TCPNetKit network testing tools TCP packets sent receiver test procedures
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:42.33kb
    • 提供者:lxf
  1. TCPNetKit

    1下载:
  2. 本程序用来进行TCP通信的调试,程序包含了TCP服务器和客户端两个部分。 TCP服务器可以在指定的端口进行监听,并同时最多处理100个连接。实时显示每个连接发送过来的数据,并且可以手工选择需要对哪个连接回送数据,或者是断开某个连接。 TCP客户端可以对某个IP(或者直接输入域名)的端口进行连接,实时显示已经连接的服务器发送的信息,可以手动输入需要发送到服务器的内容。 这个程序在对一些自己编写的服务器或者客户端的程序进行调试的时候比较有用。-the procedures
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:45.38kb
    • 提供者:feitianlove
  1. SendMsgOnTime

    0下载:
  2. 一个定时发送消息程序。用于学习多线程及网络编程。-a regular news this procedure. Multithreading for learning and network programming.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:52.02kb
    • 提供者:wz
  1. WindowsTCP-IP

    0下载:
  2. 发送TCP数据包,Windows编程,我是新手-send TCP packets, Windows programming, I greenhorn!
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:10.42kb
    • 提供者:iverson
  1. mbcs

    0下载:
  2. 一个组播的源代码,可以加入一个组播,然后可以往这个组播上发送数据-a multicast source code, can join a multicast, which can then be multicast to send the data
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8.6kb
    • 提供者:胡永春
  1. NetWorkTestRepor

    0下载:
  2. 自己开发的用于模拟在网络上发送广播报文或者TCP,UDP简单报文的小程序,利用线程,可直接应用的代码-its own development for simulation of the network to send broadcast messages or TCP, UDP simple message of small procedures, the use of threads, can be directly applied to the code
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:2.06mb
    • 提供者:朱学科
  1. MM7SoapUnit

    0下载:
  2. 通过 delphi发送mm7-through delphi this mm7
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:6.4kb
    • 提供者:newland9800
  1. UDP_broadcast

    0下载:
  2. UDP广播的例子,包含接收和发送两个程序,很好的学习例子-UDP broadcast examples, including receiving and sending the two procedures, examples of good learning
  3. 所属分类:TCP/IP Stack

    • 发布日期:2016-01-26
    • 文件大小:14.51kb
    • 提供者:赵力元
  1. UDP_YY_1.3

    0下载:
  2. udp 穿透NAt,和文件传输,用UDP模拟tcp的机制发送文件-peer to peer programming,udp act as tcp
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:155.06kb
    • 提供者:陈金力
  1. 一个使用S7协议向西门子S7-200smartPLC发送消息的软件

    1下载:
  2. 一个使用S7协议向西门子S7-200smartPLC发送消息的软件,能将输入消息转为16进制发送,经测试功能没问题
  3. 所属分类:TCP/IP协议栈

« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com