Welcome![Sign In][Sign Up]
Location:
Search - socket programming in MFC

Search list

[Windows DevelopCAsyncSocket

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming procedures in the design process is becoming increasingly important. As the C language to the underlying operational superiority, many articles have all introduced with VC for Socket programming method. But are the direct use of Dynamic Link Library wsock32.dll operate to achieve relatively more complicated. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
Platform: | Size: 5234 | Author: 利于名 | Hits:

[Windows DevelopCAsyncSocket

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现Socket编程,是非常方便的。 -computer network with the in-depth, computer network programming procedures in the design process is becoming increasingly important. As the C language to the underlying operational superiority, many articles have all introduced with VC for Socket programming method. But are the direct use of Dynamic Link Library wsock32.dll operate to achieve relatively more complicated. In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
Platform: | Size: 5120 | Author: 利于名 | Hits:

[Internet-NetworkWinPing

Description: MFC库,VC++开发环境,Socket网络编程接口,实现网络性能测试Ping-MFC Library, VC++ Development environment, Socket network programming interfaces, network performance testing Ping
Platform: | Size: 3758080 | Author: GYK | Hits:

[CommunicationSocket

Description: 精通MFC程序设计附源代码 Socket编程-Proficient in MFC programming source code attached to Socket Programming
Platform: | Size: 233472 | Author: czq | Hits:

[Othervc005

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益重要。 由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++进行Socket编 程的方法。但由于都是直接利用动态连接库wsock32.dll进行操作,实现比较繁琐。 其实,VC++的MFC类库中提供了CAsyncSocket这样一个套接字类,用他来实现 Socket编程,是非常方便的。 -With the depth of the computer network, computer network programming in the program design process is becoming increasingly important. As the C++ Language on the bottom of the superiority of the operation, many articles have been introduce by VC++ For Socket programming method. However, due to the direct use of all dynamic link library wsock32.dll to operate, relatively cumbersome to achieve. In fact, VC++ The MFC class library is provided in such a socket CAsyncSocket categories, with him to realize Socket programming, it is very convenient.
Platform: | Size: 32768 | Author: ganchen | Hits:

[Internet-Networksocket_c_ftp

Description: 一个在VC下的windows socket编程是用来做简单的文件传输,不是MFC的,是控制台下的编程,比较适合初学者学习,我用的是C语言编程,注意要在VC中的project-setting-link中加入ws2_32.lib否则会有编译错误-A VC under windows socket programming is used to make a simple file transfer, instead of MFC, is under the console programming, more suitable for beginners to learn, I use the C language programming, pay attention to the VC in the project-setting-link will be added to ws2_32.lib otherwise compile error
Platform: | Size: 3072 | Author: 陈鸡洋 | Hits:

[ICQ-IM-ChatMSocUdp

Description: 这个程序是udp socket编程的范例,支持端口到端口的即时聊天,也可以是局域网内的广播通信 /////////////////////////////////// The MSocUdp sample is a minimal dialog box-based MFC application that demonstrates how to use the CAsyncSocket class to send and receive directed datagram or broadcast datagram over User Datagram Protocol (UDP). -This procedure is an example of udp socket programming in support of port-to-port real-time chat, can also be a local area network within the broadcast and communications //////////////////////// /////////// The MSocUdp sample is a minimal dialog box-based MFC application thatdemonstrates how to use the CAsyncSocket class to send and receive directeddatagram or broadcast datagram over User Datagram Protocol (UDP).
Platform: | Size: 4409344 | Author: h | Hits:

[Windows DevelopMFCSocket

Description: mfc socket编程 呵呵!代码虽简单,但是原理还是用到了 这还是精通mfc书的源代码-mfc socket programming Ha ha! code, although simple, but the principle is still used in this book or proficient mfc source code
Platform: | Size: 621568 | Author: homlin_hl | Hits:

[VC/MFCVC++_funcion

Description: 包涵里mfc常用的函数,对照msdn中文翻译, 另有详解。-Includes commonly used function in mfc control msdn Chinese translation explain otherwise.
Platform: | Size: 1549312 | Author: tianshaojie | Hits:

[Internet-NetworkMFCSocket

Description: 这是关于在MFC下的socket编程的源代码,关于代码的讲解很详细,值得看一下-This is on the socket programming under MFC source code on the code to explain in great detail, it is worth a look
Platform: | Size: 233472 | Author: 肖雪梅 | Hits:

[ActiveX/DCOM/ATLActiveXP2PAudio

Description: 用ActiveX重新包装了一个点对点通讯的DLL文件(该DLL文件是VCKBASE上的一位前辈写的) 偶只是把它改成了一个MFC的ActiveX,这样可以方便的在VB,vbs,js等脚本语言,特别是用在IE 程序用到的知识点: 用MFC如何写activex activex中如何应用 socket编程 (其实和普通程序一样~~) G729a 语音压缩。 读写语音设备! Activex提供两次属性nTcpPort、nUdpPort和两个方法StartTalk、EndTalk.-ActiveX repackaged with a point-to-point communications DLL file (the DLL file is the VCKBASE written by a senior) is to bring it into even a MFC' s ActiveX, so easy in VB, vbs, js, etc. scripting language, particularly the procedures used in the IE point of knowledge: how to use MFC to write how to use activex activex in socket programming (in fact, and the general procedure ~ ~) G729a voice compression. Voice equipment to read and write! Activex two attributes provide nTcpPort, nUdpPort and two methods of StartTalk, EndTalk.
Platform: | Size: 2970624 | Author: 咹靜ゞ`兲倥 | Hits:

[Internet-NetworkMFCSocket2

Description: 精通MFC中MFCsocket编程实例,为初学者提供学习方法和实例-MFCsocket proficient in MFC programming examples for beginners to learn the methods and examples
Platform: | Size: 60416 | Author: dlx | Hits:

[Internet-Network3

Description: 网络编程实用教程-电子教案: 第1章 网络编程基础 第2章 UNIX中的套接字网络编程接口 第3章 Windows环境的网络编程 第4章 MFC编程 第5章 MFC WinSock类的编程 第6章 WinInet编程 第7章 WinSock的多线程编程 第8章 Winsock的输入/输出模型 第9章 HTTP协议及高级编程 第10章 电子邮件协议与编程 -Chapter 1 Chapter 2 based on network programming in UNIX socket network programming interface to Windows environment Chapter 3 Chapter 4 Network Programming MFC Programming Chapter 5, MFC WinSock programming class WinInet Programming Chapter 6 Chapter 7 Multi-WinSock Chapter 8 Winsock thread programming the input/output model of Chapter 9 of HTTP protocol and advanced programming Chapter 10 e-mail protocols and programming
Platform: | Size: 5448704 | Author: 何旭 | Hits:

[ICQ-IM-ChatLanChat

Description: 简单文字消息通信.在了解windows socket编程的基础上,使用微软的mfc框架与winsock结合编写简单文字消息通信软件,实现不同端口之间的消息互通。-Simple text messaging. In understanding the basis of windows socket programming, using Microsoft winsock mfc framework and integrate communication software to write simple text messages, the message to achieve interoperability between different ports.
Platform: | Size: 1904640 | Author: 王晶 | Hits:

[VC/MFCWin32SocketClient

Description: Socket programming in MFC is usually a bit messy. It s always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don t know how many bugs are going to get added to the development frameworks. -Socket programming in MFC is usually a bit messy. It s always clean and convenient to write the socket programs using Win32. A big advantage writing these programs in Win32 is, we can follow the same model as in any Unix C++ socket program. Also, with each and every new version of Winsock, we don t know how many bugs are going to get added to the development frameworks.
Platform: | Size: 12288 | Author: abdul | Hits:

[Internet-NetworkMFC

Description: 随着计算机网络化的深入,计算机网络编程在程序设计的过程中变得日益 重要。由于C++语言对底层操作的优越性,许多文章都曾经介绍过用VC++ 进行Socket编程的方法 -With the deepening of the computer network, computer network programming in the process of program design has become increasingly important. C++ language as the underlying operating advantages, many articles have been introduced with VC++ for Socket programming method
Platform: | Size: 8192 | Author: 周嘻嘻 | Hits:

[TCP/IP stackVS-socket-programming

Description: Visual C++(后面简写为VC)网络编程是指用户使用MFC类库(微软基础类库)在VC编译器中编写程序,以实现网络应用。用户通过VC编程实现的网络软件可以在网络中不同的计算机之间互传文件、图像等信息。本章将向用户介绍基于Windows操作系统的网络编程基础知识,其开发环境是VC。在VC编译器中,使用Windows Socket进行网络程序开发是网络编程中非常重要的一部分。-The Visual C++ (behind abbreviated as VC) network programming user MFC Class Library (Microsoft Foundation Class Library) in VC compiler program to achieve network applications. User through the the VC programming network software between different computers in a network, transfer files, images, and other information. This chapter will introduce the basics of the Windows operating system-based network programming, the development environment is VC. VC compiler, use the Windows Socket network application development is a very important part of network programming.
Platform: | Size: 640000 | Author: sphone | Hits:

[Internet-Networksocket-picture

Description: 利用socket编程在MFC上实现图片传输的客户端-Client using socket programming in MFC picture transmission
Platform: | Size: 1909760 | Author: 善骏 | Hits:

[OS programMFC-Socket

Description: 详细的叙述并展现了socket编程的过程及方法介绍-To process and methods described in detail and show the socket programming
Platform: | Size: 193536 | Author: 南宫真琪 | Hits:

[JSPwifi下手机与电脑的socket通信

Description: 在wifi局域网下,手机可以和电脑通过socket通信。手机做服务端,电脑做客户端;也可以反过来,电脑做服务端,手机做客户端。 下面介绍的是手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。(In the WiFi LAN, the mobile phone can communicate with the computer through the socket. The mobile phone is the server side, the computer is the client; also can in turn, the computer does the service end, the mobile phone is the client. The following is the mobile phone as the server side. The computer uses MFC programming as the client. The principle is to set up a ServerSocket and get its IP address and port port. Then the computer connects ip:port to the mobile phone through socket.)
Platform: | Size: 6262784 | Author: sclink | Hits:
« 12 »

CodeBus www.codebus.net