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

搜索资源列表

  1. vc网络监听

    0下载:
  2. 基于创建原始套接字,修改I/0选项实现的一个IP包捕获的应用程序 -on creating original socket, revised I / 0 option of achieving an IP packet capture applications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:30204
    • 提供者:ddda
  1. vc实现post提交

    0下载:
  2. vc实现post提交,vc,post,提交,套接字,socket
  3. 所属分类:网络编程

    • 发布日期:2011-01-06
    • 文件大小:3464016
    • 提供者:maqun1105
  1. UDPSocket

    0下载:
  2. UDP类QQ聊天系统,VC++,SQL Server,供初学者交流学习使用-AppWizard has created this Communication application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applica
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:8162234
    • 提供者:zhangqing
  1. Socket

    0下载:
  2. 用Visual c++.net (VC.net) 编写的 如何实现多线程多任务 程序,并且代码都有注释。需要的朋友可以下载看看。-Using Visual c . Net (VC.net) prepared in how to achieve multi-threaded multi-tasking procedures and have the Notes code. Need to see a friend can be downloaded.
  3. 所属分类:.net

    • 发布日期:2017-04-24
    • 文件大小:156078
    • 提供者:羊妹妹
  1. vc_UDP_communication

    0下载:
  2. vc下用SOCKET套接字开发的UDP通信程序,包括发送和接收程序-SOCKET socket vc using UDP communication program development, including the sending and receiving process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1940795
    • 提供者:小文
  1. socketfiletrans

    0下载:
  2. 利用socket进行文件传输的实例,并且实时显示了传输状态等,在vc 6.0下通过调试-The use of socket for file transfer examples, and real-time display the transmission status and so on, through debugging vc 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:87859
    • 提供者:张亮
  1. Vc

    0下载:
  2. socket通信的一些说明文档,非常详细,有需要的朋友欢迎下载-socket communications in a number of documentation, very detailed, there is a need to welcome a friend to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:231147
    • 提供者:cai
  1. Socket090808

    0下载:
  2. SOCKET 编程学习,VC MFC的简单实例,对初学者十分有用,很难找的资料哦-SOCKET learning programming, VC MFC simple example, very useful for beginners, it is difficult to find the information, oh
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:43002
    • 提供者:王生
  1. loginSystem

    0下载:
  2. vc++ 编写的用户登录系统模块,思路清晰简单-login system
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2988423
    • 提供者:kakahenry
  1. socket

    0下载:
  2. 编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:653311
    • 提供者:sean
  1. socket

    0下载:
  2. 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:75800
    • 提供者:liubiao
  1. sockClient

    0下载:
  2. vc socket api的应用实例(客户端),在vc+window xp sp3测试通过!-dddddddddddddddddddddddddddddddddddddddddd
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1919365
    • 提供者:GMshuS
  1. socket

    0下载:
  2. 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译-A simple TCP client and server-side code, server-side receives the data and return, VC compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:73788
    • 提供者:小模样
  1. socket

    0下载:
  2. socket 编程 阻塞模式范例 可以看到所有的基本用法,但是调试时需要参考网上的设置VC++的方法-blocking mode socket programming examples can be seen all the basic usage, but the debugging settings need to refer to the online method of VC++
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:6986
    • 提供者:唐峰
  1. socket-vc-chat

    0下载:
  2. 一个采用socket实现的会话聊天的程序,通过选择服务端和客户端,进行会话-a program about how to chat by socket
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3789266
    • 提供者:moonbeam
  1. Socket

    0下载:
  2. 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:Grace123
  1. 最简单的VC++ Sock测试程序

    0下载:
  2. 最简单的实现Client和Socket通信,实现电文的发送和接受,用户需要提供自己的IP地址和对方的IP地址(The simplest implementation of Client and Socket communications, the realization of the message sent and accepted, the user needs to provide their own IP address and the other party's IP address)
  3. 所属分类:多媒体编程

    • 发布日期:2017-12-19
    • 文件大小:19456
    • 提供者:小慧hui
  1. VC++ 使用socket基于TCP、UDP通信

    0下载:
  2. VC++ 使用socket基于TCP、UDP通信(VC++ uses socket, based on TCP and UDP Communications)
  3. 所属分类:.net编程

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:1248362909
  1. svr

    0下载:
  2. socket服务器程序,用Visual C++编写,可直接运行。(Socket server program, written with Visual C++, can be run directly.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:147456
    • 提供者:烟台良仔
  1. 基于Socket的远程控制系统

    0下载:
  2. 基于vc的远程控制系统,利用到socket通信。(VC based remote control system, using socket communication.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-04
    • 文件大小:19804160
    • 提供者:芋头大盗
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com