CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - mfc网络

搜索资源列表

  1. UDPServer

    0下载:
  2. 基于MFC的UDP服务器网络程序,想要学习基于VC的网络编程的小伙伴可以下载下来仔细品阅-MFC-based UDP server network program, you want to learn VC-based network programming a small partner can download detailed product review
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:79111
    • 提供者:flame
  1. IPtrafficmonitor

    0下载:
  2. VC下实现winpcap网络抓包程序源代码,MFC-The VC under winpcap network capture program source code, MFC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-01
    • 文件大小:554466
    • 提供者:hao jian
  1. lesson14

    0下载:
  2. 该程序主要采用MFC机制进行网络编程,并附有基于UDP的Socket编程,通过该程序可以很好的了解网络编程的流程-The program mainly uses MFC mechanism for network programming, together with UDP-based Socket programming, through the program can be a good understanding of network programming process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-27
    • 文件大小:9454603
    • 提供者:无言
  1. mfc_JDLTCX

    0下载:
  2. 用MFC编写的小程序,学习网络编程的可以看看这个实例来完善自己的所学。-Small programs written using MFC, learning network programming can look at this example to improve their own learning.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:280528
    • 提供者:董徐斌
  1. wsatcpsever1

    0下载:
  2. MFC 程序,基于vs2012,实现一种socket网络编程,多线程服务器程序-MFC program, based on vs2012, implement a socket network programming, multi-threaded server program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:63848
    • 提供者:gaocheng
  1. screen-broadcast

    0下载:
  2. 该系统是在MFC框架下实现的服务器端对客户端的实时屏幕发送,其中用到了网络socket编程,用到了C++语言-The system is implemented in the MFC framework for real-time server sends the client' s screen, which uses a network socket programming language used in the C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:74215
    • 提供者:冰龙
  1. MiniQQ

    0下载:
  2. 该系统是在MFC框架下利用C++语言实现的网络编程,系统实现了局域网内不同电脑之间的单聊、群聊、文件传输等功能。-This system is the use of C++ language network programming in MFC framework, the system achieved between different computers within a single LAN chat, group chat, file transfer and other functi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:47731
    • 提供者:冰龙
  1. GroupChat

    0下载:
  2. 该系统是在MFC框架下利用C++语言实现的在局域网内不同电脑之间群发信息,该系统涉及Socket网络编程。-The system is utilized in mass between different computers within the LAN information C++ language in the MFC framework, the system involves Socket network programming.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:20788
    • 提供者:冰龙
  1. topo_find

    1下载:
  2. 使用C++和MFC编写的一个网络拓扑发现的程序,利用了ICMP和SNMP协议。能够发现局域网及其子网中的路由器,主机,防火墙等。代码安全可靠。-Using C++ and MFC program written in a network topology discovery, using the ICMP and SNMP protocols. To discover its subnet LAN routers, hosts, firewalls and so on. Code is safe
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:685579
    • 提供者:Carl
  1. netDelay

    0下载:
  2. 一个采用ICMP协议测量网络实验的MFC小程序,使用前先关闭防火墙-A small applet to measure network delay
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3547922
    • 提供者:庞博
  1. chatroom

    0下载:
  2. 基于MFC实现网络聊天室,包含基本的网络聊天功能-MFC achieve network chat room based on, including the basic network chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4103027
    • 提供者:可乐
  1. socket

    0下载:
  2. 指针机制实现socket网络编程,工程基于vs2010用mfc实现,值得大家参考-socket programming using pointer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-11
    • 文件大小:18938072
    • 提供者:钟秋
  1. ChatMFC

    0下载:
  2. 提供初学者 简单的网络通讯程序。包括客户端和客户端。使用工具VC++ MFC开发框架。-Offers beginners a simple network communication program. Including the client and the client. Use tools VC++ MFC development framework.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:332625
    • 提供者:xiaoping
  1. FindHost

    1下载:
  2. 查找主机,完成网络主机扫描,使用mfc,socket编程。-find host
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1921890
    • 提供者:caihuiting
  1. socket--multhread--udp

    0下载:
  2. 多线程实现基于UDP协议的网络收发编程,基于mfc框架,-multi thread socket udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11753177
    • 提供者:刘如奎
  1. sokit-win32-chs

    0下载:
  2. 非常好用的TCP UDP 测试工具TCP UDP MFC CSocket,CAsyncSocket,Socket,网络编程调试工具-tool for TCP UDP MFC CSocket,CAsyncSocket,Socket,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2787929
    • 提供者:邓桂辉
  1. Internet-MFCClientPC

    1下载:
  2. PC客户端TCP UDP MFC CSocket,CAsyncSocket,Socket,网络编程-TCP UDP MFC CSocket,CAsyncSocket,Socket,网络编程
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4295789
    • 提供者:邓桂辉
  1. Talk

    0下载:
  2. 基于Socket网络聊天室功能的MFC的设计与实现。-the design and completment of Socket network chattingroom
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-26
    • 文件大小:9317672
    • 提供者:amy
  1. Net

    0下载:
  2. 基于MFC的TCP/IP的基本网络通信代码,里面能够满足一般的通信-Basic TCP/IP network communication based on the MFC code, which can satisfy the general communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7237
    • 提供者:YuChengFeng
  1. CHAT01

    0下载:
  2. MFC实现网络聊天 ,整个程序设计为两个部分:服务器 (ChatServer)和客户端 (Chat)-MFC achieve network chat program, the whole design into two parts: server (ChatServer) and the client (Chat)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:1885746
    • 提供者:二喵
« 1 2 ... 15 16 17 18 19 2021 »
搜珍网 www.dssz.com