-
一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。...
一个基本的网关切换程序(XP/2003下使用)适合具有2条宽带的网吧使用,时间仓促,网关地址在程序里设置没有单独的配置这是个弊端。-a basic gateway switch (Advanced use) for two with a broadband Internet use, lack of time, Gateway address the program is no single set of configuration it is ills.
- 2023-01-12 12:30:03下载
- 积分:1
-
C# so the network chat rooms, function relatively complete, please use vs2003 ve...
C#做的网络聊天室,功能比较齐全,请使用vs2003以上版本打开-C# so the network chat rooms, function relatively complete, please use vs2003 versions of open
- 2022-12-29 16:40:04下载
- 积分:1
-
多线程socket程序,基于“阻塞SOCKET”的包装类以及示例程序
多线程socket程序,基于“阻塞SOCKET”的包装类以及示例程序
- 2022-06-03 10:01:04下载
- 积分:1
-
This is an API based on their own definition of ClientSocket Packaging base clas...
这是一个基于API自己定义的ClientSocket封装基类。-This is an API based on their own definition of ClientSocket Packaging base class.
- 2023-06-20 21:50:03下载
- 积分: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
-
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给...
网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
- 2023-01-29 23:25:03下载
- 积分:1
-
advanced nature of Party members to maintain the website source, management admi...
保持党员先进性的网站源码,管理admin/index.asp用户名admin密码admin-advanced nature of Party members to maintain the website source, management admin/index.asp username admin password admin
- 2023-04-15 02:05:04下载
- 积分:1
-
icmp的部分源代码
icmp的部分源代码-icmp partial sources code
- 2022-05-20 15:55:41下载
- 积分:1
-
发送即时信息
介绍了网络通信编程套接字(socket)的概念,深入阐述了其在VC++环境下的通过MFC支持的基础类,结合部分代码描述实际应用软件的开发。套接字(socket)是通信端点的一种抽象,它提供了通信网络发送和接受数据的机制,Socket接口为进程间通信提供了一种新手段,能够支持网络通信功能。它分为数据报套接字和流式套接字两种形式。
- 2022-04-28 22:41:06下载
- 积分:1
-
本人收集的一个windwos下的端口扫描程序源代码.
本人收集的一个windwos下的端口扫描程序源代码.-I collected a windwos the port scanning source code.
- 2023-04-04 11:45:03下载
- 积分:1