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

搜索资源列表

  1. NetLibrary

    1下载:
  2. 网络socket,IO,线程池,同步,日志等等, 利用面向对象以及范性特性,为在VC下开发网络应用程序打下坚实的底层基础。-network socket, IO, thread pool, synchronization, log, etc., and the use of object-oriented Fan sexual characteristics, for the VC and development of network applications and lay a solid b
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:141547
    • 提供者:詹皇源
  1. CEClient

    0下载:
  2. 这是我在EVC下的SOCKET代码,并含有多播代码,感谢网络,我把原本VC下的移植到EVC下的,里面有些地方是需要注意的,请看代码-EVC in the socket code, and includes multicast code for network, I originally under the VC transplanted to the EVC, there is some need to pay attention, take a look at code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:129380
    • 提供者:百里情愁
  1. ping_winsock&icmp

    0下载:
  2. 用VC实现的PING源代码,提供了两种实现方式:1、Windows Socket;2、基于ICMP。代码总共才500多行,对于理解PING程序原理很有帮助-with VC's PING source code, provided implemented in two ways : one, Windows Socket; 2, based on ICMP. A total of code before more than 500 firms, the procedures for und
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5131
    • 提供者:崔毕
  1. WSPI_SRC.ZIP

    1下载:
  2. 用VC写的一个非常好的关于SOCKET编程的例子,模拟PING命令,也可以用于检测网络的状况。-VC written on a very good examples of socket programming, simulation PING orders can also be used to detect network conditions.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35065
    • 提供者:ql
  1. Sockets api用于聊天室程序设计

    0下载:
  2. 用VC++6.0的Sockets API实现一个聊天室程序,是使用socket编程的很好的一个文档.-VC 6.0 Sockets API a chat room procedures, the use of socket programming is a good one document.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7040
    • 提供者:ql
  1. HttpServerexample

    1下载:
  2. 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:66171
    • 提供者:陈康
  1. FTP客户端开发——WinSock

    0下载:
  2. FTP客户端开发——WinSock,这个程序是使用套接字开发的一个ftp客户端程序,是vc++开发大全这本书中的源代码,有意于此方面的朋友可以-FTP client development -- WinSock, the procedure is to use the socket to develop a ftp client is vc + + development Daquan this book source, the intention here to see friends
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:109602
    • 提供者:笨蛋
  1. Socket

    0下载:
  2. VC编写Socket通信的例子,代码有一点点问题,我不知道出现在哪里,不知道为何OnAceept事件始终启动不了,导致m_SrvrSocket的成员m_pMySocket指针始终为空,希望大家下载后-VC writing Socket Communications example code a little, I do not know where to appear, do not know why OnAceept events always start, resulting m_SrvrS
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:6946767
    • 提供者:蒋敦平
  1. [VC]-dBot-v0.1

    0下载:
  2. dBot的源码(因为实在是太简单了,只要拿OD稍微逆下就出来了……) 源码里用到了socket和http协议,比较基础。-dBot source (because it is too simple, just take a little against the OD came out the next ...) Source used in the socket and http protocols, basis for comparison.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:25001
    • 提供者:满枫
  1. VC--2008-socket

    0下载:
  2. 一个完整的socket编程例子,包括服务端和客户端-A complete example of socket programming, including services and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:1463159
    • 提供者:zhangyong
  1. thread-and-socket

    0下载:
  2. 线程同步与异步套接字编程:用VC++写出一个线程同步与异步以及socket套接字通信的例子-Thread synchronization with asynchronous socket programming to write a thread synchronization with asynchronous socket socket communication examples: VC++
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:42609
    • 提供者:lz
  1. VS-socket-programming

    0下载:
  2. Visual C++(后面简写为VC)网络编程是指用户使用MFC类库(微软基础类库)在VC编译器中编写程序,以实现网络应用。用户通过VC编程实现的网络软件可以在网络中不同的计算机之间互传文件、图像等信息。本章将向用户介绍基于Windows操作系统的网络编程基础知识,其开发环境是VC。在VC编译器中,使用Windows Socket进行网络程序开发是网络编程中非常重要的一部分。-The Visual C++ (behind abbreviated as VC) network programmin
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:640415
    • 提供者:sphone
  1. simple-chat-program

    0下载:
  2. 本程序为基于VC++的socket编程实现的简单网络聊天程序,代码简单,初学者可以参考学习使用!-The socket programming based on VC++ achieve a simple network chat program, simple code, beginners can learn to use!
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:83759
    • 提供者:zwlong
  1. VC_MFC-socket

    0下载:
  2. VC++,MFC环境下使用SOCKET编程详解,个人认为还是比较齐全的,可以作为参考手册。-VC++, MFC environment SOCKET programming explain personally think that is quite complete, can be used as a reference manual.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-08
    • 文件大小:97312
    • 提供者:aileen
  1. TCP-IP--Socket

    1下载:
  2. MFC 基于TCP/IP的简单网络通信,适合网络通信的初学者学习,也许,代码很简单,希望可以帮到一些人-vc TCP/IP ,a easy code for communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-05
    • 文件大小:8558453
    • 提供者:彭云鹤
  1. Socket实现远程唤醒

    0下载:
  2. Socket 实现远程唤醒. 这是一个在VC环境下的程序.其主要目的是用Socket实现远程唤醒.-Socket remote awaken. This is a VC environment in the process. Its main purpose is to use Socket remote awaken.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1858
    • 提供者:hecoun
  1. text

    0下载:
  2. 一个简单的VC++ tcp 实现聊天 其中利用socket-A simple VC++ Tcp chat realize which use socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1436
    • 提供者:rcent
  1. MFC-Socket

    0下载:
  2. Windown下的一个基于VC++的socket服务端/客户端程序,功能全,代码结构清楚,十分容易理解,强烈推荐下载学习。-Under a windown on VC++ The socket server /client program, full-featured, code structure clear, very easy to understand and strongly recommend to download learning.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:146315
    • 提供者:liutianxin
  1. MyProjects

    0下载:
  2. 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocke
  3. 所属分类:Windows编程

    • 发布日期:2018-01-03
    • 文件大小:3609600
    • 提供者:bjn
  1. MFCSockets_src

    0下载:
  2. windows MFC 关于socket编程。采用 VC++6.0 里面 MFC 制作的注册码生成器(A registered code generator made with MFC in VC++6.0)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:22528
    • 提供者:qiu1111
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com