CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - visual basic tcp server

搜索资源列表

  1. VBdevelop

    0下载:
  2. 本文介绍了TCP/IP协议和客户/服务器程序的基本原理,给出了利用Visual Basic6.0开发客户/服务器软件的设计方法;最后给出了应用实例。-This paper introduces the TCP / IP protocol and client / server to the basic principles By using Visual Basic 6.0 client / server software design method; Finally an example of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:9486
    • 提供者:lxp
  1. NetTest

    0下载:
  2. Windows visual Basic TCP server and client test source code-visual Basic Windows TCP server and client test source code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:21856
    • 提供者:Latis
  1. COMSocketServerDLL

    0下载:
  2. Although socket based TCP/IP servers using IO Completion Ports are often written in C++ it s sometimes useful to write such a server in Visual Basic.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:96441
    • 提供者:文再明
  1. FTPfile.rar

    0下载:
  2. 了解并进一步掌握TCP/IP协议中的文件传输协议FTP,掌握其工作原理,FTP协议是如何使本地或远程的客户和服务器之间进行文件传输的,同时掌握利用Visual C++这一语言进行网络编程,也掌握了MFC WinInet 编程,及其它的一些基本的类和使用方法,也基本掌握了FTP协议的基本功能。,Understanding and further master the TCP/IP protocol in the file transfer protocol FTP, to master the p
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-27
    • 文件大小:234932
    • 提供者:sunbing
  1. VBSocketProgramming

    0下载:
  2. Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP-Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SN
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-24
    • 文件大小:84930
    • 提供者:ecqu
  1. Tcp通讯

    0下载:
  2. 基于winsocket 编程,包含客户端与服务端-winsocket-based programming, including client and server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-11
    • 文件大小:136116
    • 提供者:陈军
  1. MultiServer

    0下载:
  2. visual basic编写的一个TCP服务器程序,可以用于网络编程的调试。-A TCP Server program based on Visual Basic.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:12474
    • 提供者:老章
  1. PortSpy

    0下载:
  2. visual basic 大的防火墙,可阻拦连接,基于IP地址,局域网port号码-One gient leap towards a genuine FIREWALL in visual basic. With this you can block connections based upon ip address, local port number, or remote port number. To do this it relies on the TCP table and NOT op
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:32626
    • 提供者:衡云翰
  1. Client

    0下载:
  2. TCP Client Server Visual basic 開發環境-TCP Client Server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:2615
    • 提供者:jerrychen
  1. vb_TCP_server

    0下载:
  2. 用Visual Basic编写的TCP传输协议的服务器程序-TCP Server Program written by visual basic
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:5946
    • 提供者:王顼
  1. LAN_IM

    0下载:
  2. 局域网即时聊天通过进行文本聊天和语音聊天来实现彼此沟通、交流信息。本次局域网即时聊天程序设计主要用了Visual C++编程环境,实现了在LAN中在线用户的文本、语音交互。 在设计里涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。 本次设计主要着重于语音聊天部分,在本次论文里主要以语音聊天的流程和各模块之间的关系及Socket处理为主说明。 -LAN
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1775459
    • 提供者:王勋
  1. tcp

    0下载:
  2. 用TCP协议设计一个数据流传送程序。实验平台为Visual Basic开发平台。将程序输入到计算机后运行程序,输入服务器的IP地址,连接后,开始传送数据。-TCP protocol used to send program to design a data spread. Experimental platform for the Visual Basic development platform. After the program input to the computer running
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:2256
    • 提供者:张燕燕
  1. TCP2

    0下载:
  2. 利用Visual Basic语言中的Winsock控件,采用TCP发式实现网络聊天程序。具体要求如下: 1) 能够实现一个聊天服务器,可同时允许15个用户连接,并相互进行信息发送。 2) 具有聊天记录功能。 3) 制作一个客户端程序。 -Visual Basic language using Winsock control, the use of hair to achieve the network TCP chat program. Specific requirements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:267948
    • 提供者:刘叶华
  1. chat2

    0下载:
  2. 本次局域网即时聊天程序设计主要用了Visual C++编程环境,设计里还涉及到了网络通信基本原理和Socket编程及语音处理API技术。由于程序是在TCP/IP环境下运行,所以分服务器端和客户端。服务器端和客户端是通过建立Socket链接来实现聊天功能。-The LAN Instant Messenger program design is mainly used by Visual C++ programming environment, designed in the network com
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-11
    • 文件大小:3019155
    • 提供者:chenkan
  1. tutorial-visual-basic

    1下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:221148
    • 提供者:jav2074
  1. tutorial-visual-basic

    0下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:221194
    • 提供者:ctedpr
  1. tutorial-visual-basic

    1下载:
  2. TCP/IP Server/Client VB6
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:221241
    • 提供者:equences
搜珍网 www.dssz.com