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

搜索资源列表

  1. VBwinsock

    0下载:
  2. VB+winsock多连接示例,对初学者有帮助-VB+ winsock and more connect example, help for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:16513
    • 提供者:小李
  1. socksendrecv

    0下载:
  2. winsock套接字的使用实现局域网对话连接-The use of winsock socket, and realize the LAN dialogue connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:893
    • 提供者:gongsi
  1. VC_WinSock

    0下载:
  2. VC环境下WinSock编程及实例分析.pdf 通过创建一个比较简单的基于MFC WinSock类的应用程序,分析了如何从CSocket类派生出自己需要的套接字类,如何利用套接字建立连接、传输数据,如何对套接字事件进行处理。-By creating a simple application based on MFC the WinSock class analysis as How they need the Socket class derived from CSocket class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:183814
    • 提供者:yy
  1. 11

    0下载:
  2. WinSock是Windows提供的包含了一系列网络编程接口的套接字程序库,介绍为面向连接的通信(TCP)和数据报的套接字编程方式。-WinSock contains a series of network programming interface provided by Windows Sockets library, introducing connection-oriented communication (TCP) and datagram sockets programmatical
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:112786
    • 提供者:木子李
  1. little

    0下载:
  2. 有分割和合并文件的,有打印日历的,有二叉树的,有处理网络连接的,winsock相关的-It contains pretree,sock connect,calender,copyfile.It s written by a friend.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:32806
    • 提供者:王丹
  1. PSB_WINDOWS

    0下载:
  2. 该程序是用C语言编写的,基于windows图形界面编程,调用了Win32.h,WinSock.h库和plink,用plink更方便快捷的执行远程主机上的命令,Plink是PuTTY 的命令行连接工具,主要用于自动化工作的处理,主要有视窗和讯息,socket通信,MD5加密函数,最小托盘功能的实现-The program is written in C, windows-based graphical programming interface, call the Win32.h, WinSock
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:197116
    • 提供者:cc
  1. ym

    0下载:
  2. 随着Internet的迅速流行,越来越多的应用程序需要具备在网上与其它程序通信的能力,Windows应用程序可以有无限的网络功能,所有这些都建立在WinSock接口的基础上。 在网上通信的应用程序,无论是通过因特网还是通过小型办公网都采用同样的原则,通过类似的功能实现网络通信。一台计算机中的一个应用程序等待另一个应用程序打开网络连接,执行通信,这个应用程序“监听”其它应用程序的连接请求,就像你守在电话机旁等待电话一样。 同时,另一个应用程序(一般在另一台计算机上),试图与“监听”应用程序
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:619814
    • 提供者:linjiaqing
  1. cnetworking

    0下载:
  2. 这是个基于网络(包括Winsock API和非Winsock API)的C++类CNetworking ,用它可以发送、接收、连接、断开和获取对方端口各种不同的信息。与这个类的旧版本相比,新版本的主要优点是完全将连接对象化,不需要窗口就可以处理网络消息,通过定义回调函数或事件即可,甚至连通知消息都可以不用。包含有文档说明。 -This is based on the network (including the Winsock API and non-Winsock APIs) C++ cl
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:42582
    • 提供者:chenruibin
  1. autoLogin

    0下载:
  2. 自动登录网络连接,应用Winsock自动连接路由器IP并发送HTTP消息,来登录网络-auto login the internet,login the internet with winsock which send http message to the router
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-28
    • 文件大小:2989082
    • 提供者:Wang Changwei
  1. Netchat

    0下载:
  2. 既是网络聊天程序是实现在小型局域网中的用户聊天的程序。开发该软件利用MFC设计,使用的是Visual C++6.0开发平台。基本原理:采用的是典型的C/S模式,利用Socket技术,通过连接网络端口使得各个客户端连接上服务器而实现聊天功能。 主要方法与技术:通过面向对象的设计方法,利用WinSock进行通信。 -Both user chat program is realized in a small LAN network chat program. Using MFC designe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-19
    • 文件大小:7519697
    • 提供者:全瑞文
  1. Implementation-of-communication

    0下载:
  2. 介绍在VB环境下如何使用Winsock控件实现局域网通信。程序员无须了解TCP或低级Winsock APIs 调用实现的细节,只需通过设置控件的属性并调用其方法就可轻易连接到一台远程计算机中,并且实现双向交换数据。-This paper introduces how to realize LAN communication using Winsock controls under VB. The programme must not understand TCP or low grade Win
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:83940
    • 提供者:YunJun
  1. TCPshujuchaxun

    0下载:
  2. tcp数据查询分析:利用winsock建立连接,,输入姓名进行查找,客户端返回那人信息-TCP data query analysis: using winsock establish connections, and input the name to undertake searching, the client to return to the information
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:120930
    • 提供者:xiaoke
  1. TCPServerMut

    0下载:
  2. WINSOCK使用,TCPIP服务器多客户端连接!-WINSOCK method,TCPIP server connect mutiply client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:1871
    • 提供者:Leejianming
  1. Lan-chat

    0下载:
  2. 本项目是在Visual Basic 6.0环境中,利用Winsock控件开发一个基于局域网的聊天工具。具体内容是局域网内部的聊天软件,基于VB编程的基础上,利用Winsock控件,选择TCP协议提供可靠的、面向连接的传输控制,选择协议的配置,确定你的计算机名 ,然后进行连接。-This project is in Visual Basic 6.0 environment, the the Winsock control the development of a LAN-based chat to
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-05
    • 文件大小:8613460
    • 提供者:傅昱
  1. tcpwenjianchuanshu

    0下载:
  2. tcp文件传输:利用Winsock控件连接客户端,,连接以后传输文件。-the tcp file transfers: Winsock control to connect the client, connection after transfer files.
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:65194
    • 提供者:xiaoke
  1. TCP--liaotianfenxi

    0下载:
  2. TCP聊天分析:利用winsock建立连接,,输入对方ip即可进行聊天-TCP chat analysis: to establish a connection with winsock, enter each other ip to chat. . .
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:90074
    • 提供者:xiaoke
  1. Remote-Control-System

    0下载:
  2. 远程控制系统由一个Client(客户端)和一个Server(服务端)组成,由Client端对远程主机(Server)进行各种基本的控制。客户端用于实现对联网计算机的监控操作,服务器端对于接收到的数据进行分析,解释并执行。设计中使用WinSock 控件与远程计算机建立连接及选择TCP/UDP协议实现远程控制。-Remote control system consists of a Client terminal and a Server terminal. The client terminal
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:1128412
    • 提供者:eliza
  1. portscan

    0下载:
  2. Winsock编程范例:端口扫描工具,可快速扫描一个IP子网(255个IP)内主机的指定端口号是否可以建立连接。-The Winsock programming paradigms: port scanning tool, can quickly scan an IP subnet (255 IP) within the host, specify the port number to establish a connection.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-26
    • 文件大小:3785
    • 提供者:耿程新
  1. FTPService-programming

    0下载:
  2. 服务程序设计实现两台主机之间的文件传输,可以使用WINSOCK 实现首先 对两台主机进行连接客户端请求数据服务端发送数据-Service programming file transfer between two hosts, you can use the Winsock first two hosts connected client requests the data server to send data
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:26077
    • 提供者:蔺腾飞
  1. TDDOWNLOAD

    0下载:
  2. 基于winsock套接字的网络编程,UDP无连接协议实现组播-Based winsock sockets network programming, UDP connectionless protocol multicast
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-13
    • 文件大小:1807
    • 提供者:刘峰
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com