搜索资源列表
icqlist
- 在有关套接字方面,Visual C++ 6.0对原来的Windows Sockets库函数进行了一系列封装,继而产生了CSocket 、CSocketFile等类,它们封装着有关Socket的各种功能-in the socket. Visual C 6.0 pairs of the original Windows Sockets library functions carried out a series of Packaging,
CSocketfile-send-rec
- windows下文件基于组播的文件传输程序,已经测试传输成功.-windows where the document is based on multicast file transfer procedures, tests have been successfully transmitted.
典型网络数据库系统软件设计
- 本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DAO,网络通信用 CSocket+CSocketFile;-the system to internal system administrator account by adding, management; Divided into two groups, User Group
典型网络数据库系统软件设计
- 本系统为内部系统,帐户由管理员添加、管理; 分为两个组,User组和Boss组。Boss组的帐户可以发广播通知; 任意两个用户间可以互相通信; 数据库接口用DAO,网络通信用 CSocket+CSocketFile;-the system to internal system administrator account by adding, management; Divided into two groups, User Group
CSocketfile-send-rec
- windows下文件基于组播的文件传输程序,已经测试传输成功.-windows where the document is based on multicast file transfer procedures, tests have been successfully transmitted.
FiveChess
- 使用CSocket、CSocketFile、CArchive编写的网络五子棋程序-Use CSocket, CSocketFile, CArchive Gobang procedures prepared by Network
NetDB
- 典型网络数据库系统软件设计.本系统为内部系统,帐户由管理员添加、管理;分为两个组,User组和Boss组。Boss组的帐户可以发广播通知;任意两个用户间可以互相通信;数据库接口用DAO,网络通信用 CSocket+CSocketFile-A typical Web database system software design. This system is the internal system, the account by the
CSOCKETFILE
- 利用CSock 实现文件的读写操作,代码非常容易,适合初学者。-Using CSock for file read and write operations, the code is very easy for beginners.
VC-internat
- 本文主要讲解以下内容 (1)CAsyncSocket类编程模式。 (2)CSocket类编程模式。 (3)CSocketFile类和CArchive类简介。 通过学习,可以掌握CAsyncSocket类和CSocket类的编程模式,了解CSocketFile类和 CArchive类。CAsyncSocket类逐个封装了Winsock函数,以前介绍过的Winsock函数在CAsync
Chat
- CSocket继承于CAsyncSocket。是Windows Socket API的高层抽象。它通常要和CSocketFile及CArchive这两个类混合使用。后者两个类主要负责的是数据的发送和接收。Csocket提供了阻塞方式的访问方式,阻塞方式的意思就是在发送出去消息后要等到对方返回信息后才发送下一个数据包的通信信息。要使用CSocket对象首先要调用构造函数,然后调用Create函数创建一个Socket句柄。Create函数缺