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

搜索资源列表

  1. 网络引擎

    2下载:
  2. 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:14276
    • 提供者:李宾
  1. ServerBB

    0下载:
  2. 一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:28560
    • 提供者:阿飞发
  1. 复件 客户端

    0下载:
  2. 连接利用SPCOMM和SOCKET写的短信服务器,发送接受相关的指令,欢迎大家下载,在使用过程中请给一些意见,谢谢!-connect and use SPCOMM SOCKET wrote a message server, send and receive relevant instructions and you are welcome to download and use the process to some comments please, thank you!
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:222952
    • 提供者:摄氏37度
  1. QQS&C

    0下载:
  2. 本软件要在网络中实现点对点的实时对话,主要的工作大约有: A).软件界面的实现。 B).两台主机通过Socket进行通信的实现。 C).如何从本机接收到要发送给对方的消息与如何接收到从对方来的消息并显示的过程。 D).进行异常处理。-the software in peer-to-peer networks to achieve real-time dialogue, the main work around : A). Software interface is achieved. B). T
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:145659
    • 提供者:邓春燕
  1. chatrom.rar

    0下载:
  2. 类似QQ群的聊天软件。实现原理:利用socket发送和接收数据,QQ similar group chat software. Principle: Using the socket send and receive data
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2017-04-02
    • 文件大小:136594
    • 提供者:潘清远
  1. HTTP.rar

    1下载:
  2. 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-12-12
    • 文件大小:6126
    • 提供者:star
  1. SocketDemo

    0下载:
  2. 一个简单的Socket编程Demo.客户端和服务器端均为异步接收.采用.NET framework 2.0的TcpClient和TcpListener编写。-A simple Socket demo.Client asynchronous receive, server asynchronous receive using .NET framework 2.0, TcpClient, TcpListener.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:26139
    • 提供者:肯斯特
  1. VC_SOCKET

    0下载:
  2. 基于VC对话框的SOCKET网络聊天室程序,能实现收发,接收发送显示等基本功能!-Based on VC dialog SOCKET network chat room procedure, can realize the transceiver, receive send display, and other basic function!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:737391
    • 提供者:史万里
  1. wuxianyaokong

    1下载:
  2. 将无线接收模块按照脚位对应插入学习板无线插座注意,不要插错,否则会损坏模块学习板学习板处于正常工作状态D3,D2,D1,D0 ,LED灯亮起,将程序tanst.hex 下载 到学习板程序在配套光盘HZC51学习板使用教程HZC51学习板实验程序无线遥控程序无线遥控里面,下载完后,数码管显示0000按遥控发射器A键,此时遥控器红灯亮起,并发出编码信号,学习板,收到信号并解码并驱动数码管显示4000分别按遥控器B,D,C键,学习板分别显示此遥控器发射距离开阔地可达到100米-The wireless
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-12-28
    • 文件大小:14327
    • 提供者:lili
  1. 09Socket

    1下载:
  2. 基于TCP and UDP的socket编程 简单的Client/Server网络应用程序。要求实现客户向服务器传输任意一个字符串,服务器将收到的字符串变换成大写后传回客户。 2.修改上述程序,实现服务器根据客户请求,将服务器端指定的文件可靠地传输给客户。如果服务器没有指定的文件,服务器将给客户返回一个信息,通知客户其请求文件不存在。 -TCP and UDP socket programming Simple Client/Server network application
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:79103
    • 提供者:
  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. 46

    0下载:
  2. SMTP协议接收邮件</p> 通过Socket连接POP3服务器,使用SMTP协议接收邮件服务器中的邮件-The SMTP protocol receive email </p > * (p > Descr iption: through the Socket connection POP3 server, use the SMTP protocol receiving mail the mail server </p >
  3. 所属分类:Email Server

    • 发布日期:2017-03-28
    • 文件大小:5962
    • 提供者:陈王峰
  1. cSharpsocket-serialize

    0下载:
  2. 基于c# socket通信 对象序列化后的收发源代码 -C# socket-based communication to send and receive serialized object source code
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:469800
    • 提供者:linhan
  1. SMS

    0下载:
  2. SMS系统模拟器,包括手机模拟器和短信中心服务器模拟器。 客户端软件,模拟手机通过网络socket向另一个手机用户发送短消息。 每个客户端手机用一个手机号码,用IP+端口标识,短信服务中心服务器接收短信,排队帮你转发给另一个手机用户。功能见DOC文档-SMS system simulator, including simulators and mobile message center server simulator. Client software, analog mobile phon
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-26
    • 文件大小:9333289
    • 提供者:Freddie
  1. tyurtyru

    0下载:
  2. C语言套接字传输信息,实现服务器和客户端双方都能接收和发送信息的功能-C language socket to transmit information, both server and client can receive and send information function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3926990
    • 提供者:nothing
  1. PCReceive

    0下载:
  2. 让电脑能够接受android手机通过socket发回的字符串-This java code makes PC receive the text which sent by android device through socket.
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:4566
    • 提供者:Davy Lee
  1. vc

    0下载:
  2. 在Windows下,通过socket,实现发送和接受数据-In Windows, by socket, send and receive data to achieve
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:9470
    • 提供者:余安富
  1. socketLibrary

    0下载:
  2. 在visual c++6.0环境下使用socket编程实现简单的图书查询功能。客户端发出要查询的书籍名称,服务器端接收书籍名,进行查询,并将查询结构传送到客户端进行显示-In the visual c++ 6.0 environment socket programming books simple function. Client sent to check the books name, server-side to receive books, and conducted inquirie
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-02
    • 文件大小:231304
    • 提供者:zhaodong
  1. server_test

    0下载:
  2. C Socket编程的TCP服务器例子,主要完成服务器与客户端收发文件。-C Socket Programming TCP server example, the completion of the main server and the client to send and receive documents.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:49352
    • 提供者:derek
  1. Socket_1

    0下载:
  2. 网络套接字监听应用:将套接字设为监听模式,准备接收客户请求-Network monitor application socket: The socket is set to monitor mode, prepared to receive customer requests
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2845
    • 提供者:Zheng
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com