Welcome![Sign In][Sign Up]
Location:
Search - CSocket

Search list

[P2Ptest

Description: 用CSocket类实现的UDP传输程序,适合初学者学习使用。-Class CSocket achieved using UDP transmission process, for beginners learning to use.
Platform: | Size: 1024 | Author: yanxia | Hits:

[Internet-Network965673536

Description: CSocket类+多人聊天室,基于mfc,可以实现聊天室-CSocket Class+ people chat rooms, based on the mfc, chat rooms can be achieved
Platform: | Size: 63488 | Author: liupingjin | Hits:

[Windows DevelopSocketCAsyncSocketCSocket

Description: Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回,而它所要实现的功能留给别的线程或者函数去完成。例如,SendMessage就是"同步"函数,它不但发送消息到消息队列,还需要等待消息被执行完才返回;相反PostMessage就是个异步函数,它只管发送一个消息,而不管这个消息是否被处理,就马上返回。-SocketCAsyncSocketCSocket
Platform: | Size: 4096 | Author: wangwei | Hits:

[Internet-NetworkCSocketClientServer

Description: CSocket类实现客户端/服务端信息发送-CSocketClientServer
Platform: | Size: 5504000 | Author: 张宜华 | Hits:

[Internet-Networkcsocket

Description: 本人写的SOCKET 服务端与客户端程序, 实现简单通讯-socket
Platform: | Size: 14336 | Author: chencong | Hits:

[assembly languageChatRoom(Csocket)

Description: vc++ 聊天室 局域网聊天室 里面有客户端和主机服务器-chat room
Platform: | Size: 39936 | Author: haolei | Hits:

[Internet-NetworkTCPServer

Description: TCP通信服务器,使用CSocket实现的,比较简单,初学者参考。-TCP Communication Server, use CSocket to achieve relatively simple reference for beginners.
Platform: | Size: 37888 | Author: krwang | Hits:

[Internet-NetworkUDP_Client_Server

Description: 演示在WIN32下使用MFC中的CSocket类进行UDP传输。-Demonstration in the WIN32 use MFC class CSocket in UDP transmission.
Platform: | Size: 90112 | Author: 天边过客 | Hits:

[Internet-NetworkChat

Description: MFC CSocket类写的基本聊天室程序。 多个客户端连接聊天室服务端。 实现基本聊天功能。-MFC CSocket basic types of written procedures for the chat room. Multiple clients to connect to chat room server. The realization of the basic chat features.
Platform: | Size: 5882880 | Author: 张伟 | Hits:

[Windows DevelopChatRoom(Csocket)

Description: 聊天室小程序 用的是CSocket开发的-Chat applet using CSocket development
Platform: | Size: 44032 | Author: 伍天 | Hits:

[Internet-NetworkServer_Client_char

Description: 服务器端和客户端连接 支持多客户端启动 一对多聊天 一发多收 VC MFC平台 CSocket socket-Internet chat Server and Client connect VC MFC socket CSocket
Platform: | Size: 3721216 | Author: leo_tan | Hits:

[Internet-NetworkChat

Description: MFC Csocket的聊天室代码,包括客户端和服务端代码-Csocket chatroom demo
Platform: | Size: 87040 | Author: dafa | Hits:

[Internet-NetworkMysySocket

Description: 基于c++的api 和 CSOCKET的客户和服务器学习实例-Based on c++ for api and CSOCKET study of client and server instances
Platform: | Size: 7531520 | Author: cuijingbing | Hits:

[Internet-Networkfileproject

Description: 采用 CSocket 类编写的局域网文件夹传输的VC实现-s how to use MFC s CSocket class to transfer files (large files or small files-- it doesn t matter) from one computer to another over a network or the Internet
Platform: | Size: 3636224 | Author: 魏忠祥 | Hits:

[Internet-NetworkCSocket

Description: 本题是一个简单的聊天室程序,采用客户/服务器模式,分为客户端程序和服务器端程序。由于服务器只能支持一个客户,实际上是一个点对点通信的程序。客户端程序和服务器程序通过网络交换聊天字符串内容,并在窗口的列表框中显示。-This question is a simple chat program, using client/server model, is divided into client and server-side programs. Because the server can only support one client, is actually a point to point communication process. Client and server program through the network to exchange chat with a string content, and the list box displayed in the window.
Platform: | Size: 40960 | Author: | Hits:

[Windows DevelopWinSocket

Description: 利用VC++开发的基于mfc CSocket的网络通信服务器和客户端,给初学者以借鉴。-Using VC++ developers mfc CSocket-based network communications server and the client, giving beginners to learn.
Platform: | Size: 12673024 | Author: jinchaowen | Hits:

[Internet-NetworkMsgAmeliorer

Description: socket Socket Communication document transmission vc code. MFC CSocket used to transmis a message between the two computer file transfe
Platform: | Size: 61440 | Author: silkan | Hits:

[Internet-NetworkNetDB

Description: 典型网络数据库系统软件设计.本系统为内部系统,帐户由管理员添加、管理;分为两个组,User组和Boss组。Boss组的帐户可以发广播通知;任意两个用户间可以互相通信;数据库接口用DAO,网络通信用 CSocket+CSocketFile-A typical Web database system software design. This system is the internal system, the account by the administrator to add, management divided into two groups, User group and the Boss Group. Boss Group' s account can be made broadcast notice between any two users can communicate with each other database interface with DAO, network communications using CSocket+ CSocketFile
Platform: | Size: 56320 | Author: 351 | Hits:

[Internet-Networkliaotianshi(Csocket)

Description: VC编写的基于Csocket的网络编程,实现简单的网络通信,文字传输-Csocket programming based on VC++
Platform: | Size: 39936 | Author: | Hits:

[Internet-NetworkCSOCKET_src

Description: 转载-CSOCKET编程文档及实例含有客户端和服务器端源码-SOCKET C#
Platform: | Size: 837632 | Author: xieyunfei | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 33 »

CodeBus www.codebus.net