-
聊天程序,主要系统调用,包括:套接字()
聊天程序,主要的系统调用包括:socket()-创建Socket;bind()-将创建的Socket与本地端口绑定;connect()与accept()-建立Socket连接;listen()-服务器监听是否有连接请求;send()-数据的可控缓冲发送;recv()-可控缓冲接收;closesocket()-关闭Socket。-Chat program, the main system calls, including: socket ()- Create Socket bind ()- will create a Socket with the local port binding connect () and accept ()- establish a Socket connection listen ()- server monitor whether there is connection requests send ()- data buffer to send controllable recv ()- controllable receiver buffer closesocket ()- Close Socket.
- 2023-06-10 19:15:03下载
- 积分:1
-
一个支持SMTP(简单邮件传输协议),MFC类,E
一个支持SMTP(Simple Message Transfer Protocol)的MFC类,用于电子邮件的传输(20KB)-a support SMTP (Simple Message Transfer Protocol), the MFC category, for e-mail transmission (20KB)
- 2022-05-14 03:19:30下载
- 积分:1
-
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAd...
网络缓冲队列操作。队列的个数由宏定义QUEUE_NUM
规定。
函数:
void queueInit()
char queueAdd(int index, unsigned char* pBuff, int pri)
char queueDelHead(int index)
char queueDelAll()
调用: 无
被调用: 网络通讯程序及用户程序的初始化部分-Network buffer queue operation. The number of queues defined by the macro QUEUE_NUM provisions. Function: void queueInit () char queueAdd (int index, unsigned char* pBuff, int pri) char queueDelHead (int index) char queueDelAll () call: None is called: network communication procedures and user program initialization part
- 2022-01-29 02:43:28下载
- 积分:1
-
这是一个演示如何利用ASP建立论坛的程序,功能很强大
这是一个演示如何利用ASP建立论坛的程序,功能很强大-This is a demonstration of how to use ASP procedures for the establishment of forums, features a very powerful
- 2022-02-07 11:33:47下载
- 积分:1
-
用dreamweaver搭的教育网站框架。
用dreamweaver搭的教育网站框架。-Dreamweaver ride with the framework of educational websites.
- 2023-09-03 14:15:03下载
- 积分:1
-
UDP 服务器端程序(JAVA编写),实现文件传输。
UDP 服务器端程序(JAVA编写),实现文件传输。-UDP server-side program (JAVA prepared), to achieve the file transfer.
- 2022-02-04 01:09:51下载
- 积分:1
-
C# SOCKET programming, asynchronous means of communication to provide client and...
C# SOCKET编程,异步通讯方式,提供客户端和服务端。-C# SOCKET programming, asynchronous means of communication to provide client and server.
- 2022-08-16 09:06:39下载
- 积分:1
-
一个不错的网络拨号程序!
用vc6开发的,相当不错,在win2000,xp上编译通过!...
一个不错的网络拨号程序!
用vc6开发的,相当不错,在win2000,xp上编译通过!-a good network of dial-up procedures! With vc6 development, which is pretty good, WIN2000, xp compiled through!
- 2022-04-17 21:20:02下载
- 积分:1
-
Windows NDIS driver development
WINDOWS驱动NDIS开发-Windows NDIS driver development
- 2022-04-07 20:45:03下载
- 积分:1
-
局域网聊天工具客户端,基于sock写的,适于初学者
局域网聊天工具客户端,基于sock写的,适于初学者-LAN client chat tool, based on the sock was made suitable for beginners
- 2022-01-25 14:13:18下载
- 积分:1