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

Search list

[Internet-Network网络聊天:VC winsock-tcp

Description: 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
Platform: | Size: 67642 | Author: teky | Hits:

[WinSock-NDISsocket TCP

Description: 用CSocket 实习数据库的内容有选择地传送,希望对你有用-CSocket internship with the content of the database is to transmit the choice, be useful to you
Platform: | Size: 130301 | Author: 刘强 | Hits:

[WinSock-NDIS用csock得到机器时间,需要简单tcp-ip协议

Description: 采用CSOCKET得到服务器的时间,利用TCP/IP的13端口提供的时间服务,要求提供时间服务的计算机安装简单TCP/IP协议。-CSOCKET used to be a time server using TCP / IP 13 ports for the service, asked for time to install the computer services simple TCP / IP protocol.
Platform: | Size: 34037 | Author: 鲁恩科 | Hits:

[Windows Develop基于CSocket的TCP多人聊天程序

Description: 基于CSocket的TCP多人聊天程序
Platform: | Size: 68711 | Author: xaut33 | Hits:

[TCP/IP stack用CSocket编写的网络聊天程序

Description: 网络-Network
Platform: | Size: 224256 | Author: 黄大 | Hits:

[Internet-Network网络聊天:VC winsock-tcp

Description: 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
Platform: | Size: 67584 | Author: teky | Hits:

[Internet-Networksocket TCP

Description: 用CSocket 实习数据库的内容有选择地传送,希望对你有用-CSocket internship with the content of the database is to transmit the choice, be useful to you
Platform: | Size: 130048 | Author: 刘强 | Hits:

[Internet-Network用csock得到机器时间,需要简单tcp-ip协议

Description: 采用CSOCKET得到服务器的时间,利用TCP/IP的13端口提供的时间服务,要求提供时间服务的计算机安装简单TCP/IP协议。-CSOCKET used to be a time server using TCP/IP 13 ports for the service, asked for time to install the computer services simple TCP/IP protocol.
Platform: | Size: 33792 | Author: 午后时光 | Hits:

[TCP/IP stackNewClient

Description: 这是一个TCP协议下的聊天客户端,简单易懂,适合初学者掌握CSOCKET类-This is a TCP under the Chat client and easily understood, for beginners master class CSOCKET
Platform: | Size: 48128 | Author: 晨晨 | Hits:

[Internet-NetworkNewServer

Description: 这是一个TCP协议下的聊天服务器,简单易懂,适合初学者掌握CSOCKET类-This is a TCP under the Chat server and easily understood, for beginners master class CSOCKET
Platform: | Size: 45056 | Author: 晨晨 | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Internet-NetworkCSocket

Description: socket套接字通信,TCP/IP协议,对网络编程很有用的。支持下哈!-socket socket communication, TCP/IP protocol, network programming very useful. The support of Kazakhstan!
Platform: | Size: 87040 | Author: panwu | Hits:

[Windows DevelopVCWinSockProgramming

Description: 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 CSocket 编程之阻塞和非阻塞模式 57 -#define FD_SETSIZE 64? typedef struct fd_set { u_int fd_count /* how many are SET?*/ SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/ } fd_set
Platform: | Size: 190464 | Author: netdavid | Hits:

[Windows DevelopCSocket-TCP

Description: 基于CSocket的TCP多人聊天程序 平常自己练习用的!-CSocket of TCP-based chat program over usual practice their own use!
Platform: | Size: 73728 | Author: xaut3 | Hits:

[ISAPI-IECSocket(TCP)

Description: 使用CSocket进行有连接(TCP)通信-Use CSocket to a connection (TCP) communications
Platform: | Size: 5549056 | Author: snow | Hits:

[GUI DevelopCSocket

Description: 本程序实现使用CSocket进行有连接(TCP)通信,并且交互性较好!-The program implementation uses CSocket for a connection (TCP) communication and interaction, better!
Platform: | Size: 75776 | Author: 东哥 | Hits:

[TCP/IP stackCsocket

Description: tcp/ip协议下实现服务器与客户端之间通信,利用MFC的类CSocket-tcp/ip protocol to achieve communication between server and client using the MFC CSocket class
Platform: | Size: 4684800 | Author: brave | Hits:

[TCP/IP stackcsocket

Description: 聊天 通信软件 基于csocket 编程协议 TCP通信协议,输入端口 号码 和 ip地址即可-csocket chating room
Platform: | Size: 1607680 | Author: 月夜 | Hits:

[Internet-Networktcp

Description: vc 使用CSocket进行有连接(TCP)通信的源码-vc use CSocket for a connection (TCP) traffic source
Platform: | Size: 54272 | Author: 胡勇军 | Hits:

[TCP/IP stacktcp

Description: 使用CSocket进行有连接(TCP)通信\tcp.rar,很不错的vc源码,希望对大家有所帮助。-Use CSocket for a connection (TCP) communication \ tcp.rar, very good vc source, we want to help.
Platform: | Size: 56320 | Author: 孙春燕 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net