-
闲聊信使
我们可以和每个人聊天,也可以私下聊天。我们也可以通过画布发送图片信息。在局域网中,这是一个非常有效的项目,因为我们可以互相发送工作信息,在一秒钟内就可以显示给我们的同事。在大学里我们可以实施它。
- 2022-03-16 02:36:43下载
- 积分:1
-
这个是网络编程,里面有源码,大家可以拿去学习学习,共同进步...
这个是网络编程,里面有源码,大家可以拿去学习学习,共同进步-This is a network programming, which has source code, we can take to learn to learn and progress together
- 2023-01-30 01:15:04下载
- 积分:1
-
在 CGI 程序中获取表单数据 http_request.h
在 CGI 程序中获取表单数据 http_request.h-in the CGI process form data access http_request.h
- 2022-03-22 08:02:16下载
- 积分:1
-
一个通用的Web服务器源程序
一个通用的Web服务器源程序-a common source Web server
- 2022-04-22 21:29:21下载
- 积分:1
-
可以把HTML转化成PDF
可以把HTML转化成PDF-HTML can be transformed into PDF
- 2022-02-05 11:35:31下载
- 积分:1
-
基于客户端|服务器模式的socket编程
基于客户端|服务器模式的socket编程-Based on the c/s mode of socket programming
- 2022-11-20 14:45:03下载
- 积分:1
-
课题:小型局域网的设计
课题:小型局域网的设计-topics : small LAN Design
- 2022-12-23 13:15:03下载
- 积分:1
-
王献冰源代码好用的源码
王献冰源代码好用的源码-source of the source code handy
- 2022-05-07 23:36:46下载
- 积分:1
-
TCP
基于TCP的远程字典服务(RemoteLookup).通过在远端主机上搭建一个远程字典服务服务器,其它主机可以通过客户端程序 RemoteLookup将所需要查询的单词传送给远程主机,远程主机字典服务服务器将单词的中文释义结果返回给客户端主机.在启动服务端后,即可用客户端在线查询单词,程序示范了运用没有封装的SOCKET以及Windows SDK编程的典型过程。 -TCP-based remote dictionary service (RemoteLookup). By the remote host, build a dictionary services to the remote server, other hosts can be RemoteLookup client program will need to send a query word in the remote host, remote hosting services, server dictionary words English interpretation of the results returned to the client host. start the server, you can use client-side online query word, the program has not demonstrated the use of packaging SOCKET, as well as the typical Windows SDK programming process.
- 2022-02-09 17:45:08下载
- 积分:1
-
网络编程套接字
应用背景网络程序的实现可以有多种方式,套接字是其中一种比较简单的实现方法,是连接应用程序与网络驱动程序的桥梁,计算机从网络上收到与该套接字绑定的IP地址和端口号相关的数据后,由驱动程序交给套接字,应用程序就可以从该套接字中提取接收到的数据。关键技术包括计算机网络基本知识,网络应用程序通过套接字进行数据的发送与接收。包括多线程和单线程不同方式通过网络传送数据。
- 2022-03-16 02:29:39下载
- 积分:1