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

搜索资源列表

  1. NetFileTransfers

    0下载:
  2. 网络点对点传文件的示例程序,稳定 用MFC的CSocket 实现。-Peer-to-peer file networks Chuan sample procedures, the stability of using MFC' s CSocket realize.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:40618
    • 提供者:yc
  1. csocket1

    0下载:
  2. 继承CSocket类实现的Client/Server架构通讯软件-CSocket Class inheritance realize the Client/Server architecture communication software
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:63098
    • 提供者:mysic
  1. chatserver

    0下载:
  2. 一个VC聊天室,用以多人聊天,采用CSOCKET程序设计-A VC chat room for people to chat using CSocket program design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:80081
    • 提供者:蒋有星
  1. Dd136

    0下载:
  2. WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原始UDP封包时,首先要以IPPROTO_UDP 为协议
  3. 所属分类:Remote Control

    • 发布日期:2017-05-03
    • 文件大小:521241
    • 提供者:洛亚
  1. MyPortScanner

    0下载:
  2. csocket实现的一个用来ping对方端口的程序-CSocket implementation of a port used to ping the other procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-17
    • 文件大小:4180429
    • 提供者:郑正
  1. getNeighborInfo

    0下载:
  2. 该例子利用CSocket,可以获得局域网上临近计算机的信息。-The examples of using CSocket, can get up close to the computer network information.
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:65474
    • 提供者:chenwencan
  1. CHAT1

    0下载:
  2. 这是一个服务器/客户端聊天程序的服务器部份,使用CSOCKET类、多线程、数据库等方面的技术,主要有以下功能: 1、基本的聊天服务 2、发送服务器广播信息 3、向某个用户发送服务器信息 4、监视一个或多个用户发言 5、断开与一个或多个用户的连接 6、查看用户个人信息 7、查看连接信息-This is a server/client chat program part of the server, use the CSocket class, multi-threade
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-03
    • 文件大小:514081
    • 提供者:阿杜
  1. net

    0下载:
  2. 局域网控制程序 一个CSocket例子-Local area network control procedures for a CSocket examples
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:387069
    • 提供者:hua
  1. TransferDemoDLG

    0下载:
  2. 本实例实现在VC++6.0中利用CSOCKET类中编写一个非常简单的文件传输程序,该程序只是具备了最基本的文件传送和接收功能-Examples of implementation of the VC++6.0 at CSOCKET class using a very simple preparation of the file transfer process, the program has only the most basic function of sending and receiv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:5732
    • 提供者:123
  1. chatroom

    0下载:
  2. 一个基于TCP简单的聊天时程序,采用CSocket类的编程方法-A simple TCP-based chat program, using the programming method CSocket Class
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:233067
    • 提供者:薛仁
  1. CSocket

    0下载:
  2. Socket programming it is simple chat server
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1855546
    • 提供者:SOURAV MONDAL
  1. ChatRoom

    0下载:
  2. 采用MFC提供的CSocket类实现一个采用C/S结构的可以在线多人聊天室。-Using MFC' s CSocket Class provides the realization of a use of C/S structure can be more than online chat rooms.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5202127
    • 提供者:SCH
  1. CSocket

    0下载:
  2. 一个简单的聊天程序!对于学习很用帮助的!欢迎大家下载学习!-A simple chat program! Learning is used for help! Welcome to download the learning!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6661
    • 提供者:kang
  1. SSocket

    0下载:
  2. 用VC++编写的socket通信,服务器端的,通过MFC的CSOCKET类实现的,可以实现点单的会话-Using VC++ to prepare the socket communications, server-side, through the CSOCKET type of MFC to achieve, can be achieved at a single session
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:308225
    • 提供者:张荣
  1. ChatRoom(Winsock)

    0下载:
  2. 本程序要完成一个聊天室的功能,它是完全用Winsock编写的,而没有用到任何CSocket的内容。 它既可以用来作为客户端又可以用来作为服务器端,它要求是非阻塞方式的连接。 -This procedure to complete a chat room feature, which is completely prepared to use Winsock, which is not used any of the contents of CSocket. It can be used
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3913482
    • 提供者:Liu hongkui
  1. CSocket20065615

    0下载:
  2. CSocket实现的通信程序,客户端与服务器集成在一个程序里,通过选择类别类区分-CSocket achieve communication procedures, client and server integrated into a program, by selecting the type of distinction between categories
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:30780
    • 提供者:chenxiong
  1. 12445356456457

    0下载:
  2. 用CSocket实现网络文件的传输,可以实现局域网的ticip通信-CSocket file with the transmission network can be achieved ticip LAN communications
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:343155
    • 提供者:liupingjin
  1. 678568587

    0下载:
  2. 基于CSocket的TCP多人聊天程序,利用mfc的封装类csocket实现-CSocket of TCP-based chat program over the use of mfc package to achieve csocket category
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:68711
    • 提供者:liupingjin
  1. chess

    0下载:
  2. 是一个基于CSocket的网络版中国象棋程序,实现了网络通信中的关键部分-CSocket is a network-based version of Chinese chess program, the network communication to achieve a key part of
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:178656
    • 提供者:green
  1. TestSocket

    0下载:
  2. MFC下利用Csocket类做的一个聊天室,包括客户和服务器-MFC Class Csocket done using a chat room, including the client and server
  3. 所属分类:GUI Develop

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