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

搜索资源列表

  1. send

    0下载:
  2. 基于JRTPLIB的程序,用于不断向目标端口发送RTP包-JRTPLIB based on the procedures used to continuously send to the target port RTP packets
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:8749
    • 提供者:zh_xiaolu
  1. send udp packet1

    0下载:
  2. send udp packet1
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1956571
    • 提供者:无法激活
  1. send+message

    0下载:
  2. 基于C#开发的UDP的聊天程序 send+message
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:39909
    • 提供者:hehehe
  1. WS_32.rar

    0下载:
  2. 利用WS_32截取和发送封包的例子,DELPHI源码,无任何组件,The use of interception and send packets WS_32 example, DELPHI source, without any component
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:406981
    • 提供者:mlgdi
  1. PacketHack 截取包和发包的工具跟WPE一样

    6下载:
  2. 前几天帮朋友写的一个截取包和发包的工具,跟WPE一样,使用手册在bin下面-The packethack like WPE, include Send,Sendto,WSASend,WSASendto Filter
  3. 所属分类:网络截获/分析

    • 发布日期:2012-10-18
    • 文件大小:458500
    • 提供者:xman
  1. Scoket

    0下载:
  2. java实现服务端,c#实现客户端,通过socket通信。使用的send和receive都是UTF8格式的。-implement the service-side java, c# implement the client, through socket communication. Send and receive is used in UTF8 format.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:44706
    • 提供者:
  1. VC.GET.POST.HTTP.client.code.send.request

    0下载:
  2. VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2016-01-26
    • 文件大小:37888
    • 提供者:67
  1. VC-Send-EMail

    0下载:
  2. 简邮邮件发送组件 本组件(smtp.dll)通过smtp协议发送邮件,为标准windows dll 支持VB VC等主流编程工具调用,-send email
  3. 所属分类:Email Client

    • 发布日期:2016-01-24
    • 文件大小:2912256
    • 提供者:钟小风
  1. chatroom

    1下载:
  2. 本程序用C++socket实现多人聊天功能。 具体功能为:服务器可以对说有人说话。 服务器可以与单个用户对话。 服务器可以踢出所有人。 服务器可以踢出某一个人。 客户端可以发送文件给服务器。 客户端可以与客户端私聊。 客户端可以说有人说话。-This procedure using C++ socket to achieve more than chat. Specific functions as follows: the server can say
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:137353
    • 提供者:王帅韬
  1. udp

    1下载:
  2. 个人写的vc下UDP广播发送和接收的源码,对于初学网络socket的人有一定帮助-Vc written under the individual to send and receive UDP broadcast source, the network socket for the beginner who has some help
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-07
    • 文件大小:616345
    • 提供者:李树军
  1. SOCKET-Send-Photo

    0下载:
  2. 这是一个利用Socket来发送图片的例子程序。值得注意的是:图片对象被表示成COM接口IPicture. 程序分为服务器端和客户端。服务器端里面的文件Picture.h和Picture.cpp是用来处理图片的。它们用到了函数OleLoadPicture. 具体的代码实现,请您细看。-This is a Socket to send pictures using the example program. It is worth noting: Image objects are represent
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:91704
    • 提供者:汤文
  1. Client

    0下载:
  2. 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的Connect()方法以上面建立的EndPoint对像做为参数,向服务器发出连接请求; 第四步:如果连接成功,就用socket对像的Send()方法向服务器发送信息; 第五步:用socket对像的Receive()方法接受服务器发来的信息 第六步:通信结束后一定记得关闭socket; -Step one: us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:5697
    • 提供者:zhou
  1. send

    0下载:
  2. 抓取数据包,发送数据包。在Redhat9.0上测试通过。很很简单的实现。适合初学者。-Crawl data packets, sending packets. In Redhat9.0 on the test. Very very simple to achieve. Suitable for beginners.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:17798
    • 提供者:许建强
  1. rawtcpip

    0下载:
  2. This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windows\system32 and run this code. you need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handli
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-22
    • 文件大小:41761
    • 提供者:xunion
  1. sendTCP

    0下载:
  2. 发送tcp数据包,格式:源IP 源端口 目的IP 目的端口 -Send tcp packet format: The purpose of the source IP source port destination port IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:2076
    • 提供者:6368422222
  1. Code

    0下载:
  2. 此程序为 发送tcp udp 本程序需要安装Winpcap,版本为3.1,其他版本可能造成程序无法正常使用。 开发平台: windows XP SP2 Visual Studio.net 2003-This procedure to send tcp udp This procedure will need to install Winpcap, version 3.1, other versions may result in the procedure not
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:25364
    • 提供者:黎明
  1. emailtest

    0下载:
  2. email 发送测试 delphi 2007-email send a test delphi 2007
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-26
    • 文件大小:10060
    • 提供者:now_nanchang
  1. vc_SendEmail

    0下载:
  2. send an email using vc pop3 smtp protol an client-send an email using vc pop3 smtp protol an client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:788830
    • 提供者:慕德胜
  1. RawUDPSample

    0下载:
  2. In this code, I will present a C++ class used to easily create and manipulate UDP packets from scratch. This can be useful for Windows users who can t send custom UDP packets using Winsock. (XP SP2 and later). In the sample application, WinPCap is us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:27669
    • 提供者:黄海栋
  1. NetBar1

    0下载:
  2. 1.通过以下过程:需求分析、E-R模型、关系模型分析,在数据库中构建数据库、表或视图,熟悉数据库开发流程; 2.系统的主要功能包括: [1]客户端开机自动琐定,输入帐号、密码后进行验证登陆并开始计费。或控制端远程解锁上机。 [2].控制端能够对上网的客户端进行远程控制,比如:远程关机、注销、锁定、远程结帐后又自动锁定计算机等功能。 [3)能对客户端发送消息。 [4)客户端在上机过程中能够随时查看消费状态,比如:预缴金额、上机时间、上机金额等。 -1. Through
  3. 所属分类:Remote Control

    • 发布日期:2017-03-27
    • 文件大小:1935
    • 提供者:贾凯
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com