-
一个用完成端口编写的聊天程序,包括服务器和客户端
一个用完成端口编写的聊天程序,包括服务器和客户端-a port with the completion of the preparation of chatting procedures, including server and client
- 2022-09-27 18:20:03下载
- 积分:1
-
TCP.IP终端程序源代码,代码齐全,可以直接使用.适合98/2000/xp
TCP.IP终端程序源代码,代码齐全,可以直接使用.适合98/2000/xp-TCP.IP terminal program source code, code complete, can be used directly. for 98/2000/xp
- 2023-05-14 00:50:03下载
- 积分:1
-
又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜...
又一款局域网聊天程序,适用于delphi5,只有用了Rxlib2.75中的两个控件,一个是用来做TrayIcon的(TRxTrayIcon),还有一个是用来选颜色的(TColorComboBox), 大家可以到Rxlib专栏中下载这个控件-another model LAN chatting procedures applicable to 3.0-5.0 Only a Rxlib2.75 the two controls, one is used for TrayIcon (TRxTrayIcon), there is an election to the color of (TColorComboBox), Rxlib You can download this column Controls
- 2022-04-23 22:41:46下载
- 积分:1
-
与原始套接字的源代码
用Raw Socket实现ping的程序源代码-with Raw Socket ping of source code
- 2022-03-29 14:28:16下载
- 积分:1
-
VB管理网络链接,经常切换者需要。VB management network link, often switching needs....
VB管理网络链接,经常切换者需要。VB management network link, often switching needs. -VB managed network link, often need to switch. VB management network link, often switching needs.
- 2022-09-20 06:20:03下载
- 积分:1
-
java CORBA,远程方法调用实现的小程序
java CORBA,远程方法调用实现的小程序-java CORBA, Remote Method Invocation of small programs to achieve
- 2022-04-19 02:30:26下载
- 积分:1
-
网页特效,字的移动,颜色的控制,可以使网页看起来很生动,丰富。...
网页特效,字的移动,颜色的控制,可以使网页看起来很生动,丰富。-netnew word of the movement, color control, web pages appear to be very lively and rich.
- 2022-02-02 21:46:17下载
- 积分:1
-
VC下基于winsock2的组播程序,包含有服务器端和客户端,可以将客户端拷贝的不同机器上测试组播。含有详尽的注释和调试说明。...
VC下基于winsock2的组播程序,包含有服务器端和客户端,可以将客户端拷贝的不同机器上测试组播。含有详尽的注释和调试说明。-VC-based Multicast Winsock2 procedures, contains a server-side and client, you can copy the client on different machines to test multicast. Contains a detailed description of the Notes and debugging.
- 2022-02-10 14:32:09下载
- 积分:1
-
用vc实现的多线程聊天室程序,包括服务器和客户端
用vc实现的多线程聊天室程序,包括服务器和客户端-By vc realize the multi-threaded chat room procedures, including server and client
- 2022-05-22 01:11:28下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1