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

搜索资源列表

  1. MFCChat

    0下载:
  2. MFC聊天室的实现,使用VC+Socket编程;希望对初学者有帮助-MFC implementation of chat rooms, want to help beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-23
    • 文件大小:7592749
    • 提供者:Anson11223
  1. HttpDonwload

    0下载:
  2. CHttpDownload类支持http下载文件,用socket实现, 简单的非阻塞超时机制 CBase64类实现Base64编码解码,可用于解决http协议的授权验证问题
  3. 所属分类:网络编程

    • 发布日期:2012-11-04
    • 文件大小:4740
    • 提供者:cixiny@126.com
  1. socket-Chat-room

    0下载:
  2. 使用C++ socket 实现的聊天室程序。供学习使用-Use the chat room procedures C++ socket implementation. For learning to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:6804850
    • 提供者:齐飞
  1. socket文件传送

    0下载:
  2. socket文件传送,可以互发图片~两台机相连,一个发送端一个接收端,使用方便,亲测可用。
  3. 所属分类:网络编程

    • 发布日期:2012-11-07
    • 文件大小:1710
    • 提供者:59066611@qq.com
  1. Socket(ThreadBlocking)

    0下载:
  2. 关于多线程的应用ThreadBlocking,看过以后相信会有所收获的-On the multi-threaded applications ThreadBlocking, believe it will be seen after harvest
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:361565
    • 提供者:bisheng
  1. socket

    0下载:
  2. VB Socket编程 框架Winsock控件建立在TCP、UDP协议的基础上,完成与远程计算机的通信。-VB Socket programming framework Winsock control on the basis of the TCP and UDP protocols, and communication with the remote computer.
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:2329
    • 提供者:fdsa
  1. socket

    0下载:
  2. socket通讯类封装,适合C++编程引用,简单明了,可以喝ftp.tar结合使用。-socket Communication package for C++ programming reference, simple and clear, you can drink ftp.tar used in combination.
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3000
    • 提供者:zifangz
  1. labviewTCPcode

    0下载:
  2. Socket TCP UDP 连接编程,labview 网络连接编程源代码-Connection Socket TCP UDP programming, labview programming source code for network connections
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:177713
    • 提供者:liuyujijn
  1. Socket_CHAT

    0下载:
  2. C#.Net Socket网络聊天室编程实例附教程.实例是一个网络聊天室,分服务端和客户端。实例运行于VS2008,附有讲解教程,详细讲解一些Socket编程的必要知识以及本实例的实现过程,对C#开发的朋友是个福音。-C#. Net Socket Internet chat room attached tutorial programming examples. Example of an online chat room, sub-server and client. Instance run
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:834878
    • 提供者:271
  1. ActiveXP2PAudio

    0下载:
  2. 用ActiveX重新包装了一个点对点通讯的DLL文件(该DLL文件是VCKBASE上的一位前辈写的) 偶只是把它改成了一个MFC的ActiveX,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE 程序用到的知识点: 用MFC如何写activex activex中如何应用 socket编程 (其实和普通程序一样~~) G729a 语音压缩。 读写语音设备! Activex提供两次属性nTcpPort、nUdpPort和两个方法S
  3. 所属分类:ActiveX-DCOM-ATL

  1. 用Socket实现的Http协议

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:53648
    • 提供者:蚯蚓
  1. TCPsockets02

    0下载:
  2. SockeT基于TCP/IP的连接并包含多种解码界面调用部分-SockeT based on TCP/IP connectivity and includes multiple codec interface called part
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:8210
    • 提供者:辛洪梅
  1. Server_java

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:7750
    • 提供者:程月锦
  1. TCPIP

    1下载:
  2. 运用套接字进行IP/TCP通信, 学习socket和IPTCP-Sockets for the use of IP/TCP communications, socket and IPTCP learning
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:78010
    • 提供者:zhouxiaohua
  1. socket

    0下载:
  2. 应用visual c++开发环境,利用socket实现客户端与服务器之间的信息传输-The application visual c++ development environment, socket to achieve the transfer of information between the client and the server
  3. 所属分类:Communication

    • 发布日期:2017-11-21
    • 文件大小:2472856
    • 提供者:夏天
  1. LANChat

    0下载:
  2. 毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:237540
    • 提供者:sdfads
  1. Socket

    0下载:
  2. 实现服务器端与客户端的相互通信,开发环境是Visual C-The realization of server-side and client to communicate with each other, development environment is Visual C
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:21233
    • 提供者:19860704
  1. UDP

    0下载:
  2. UDP程序,经测试,能跑 通过SOCKET传输-UDP procedures, tested, run through the transmission SOCKET
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2974515
    • 提供者:wupengcheng
  1. UDP

    0下载:
  2. windows socket服务端,客户端通信工具的设计-windows socket server, the client communication tools designed
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:19934
    • 提供者:猪猪
  1. FTPClient

    0下载:
  2. 用socket写的FTP的客户端。是学习window网络基本编程的实现的一个小的考试小下载程序。-Socket write with FTP client. Window to learn basic programming networks to achieve a small test small download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:77157
    • 提供者:luoxin
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com