-
多线程http服务器,采用多线程做的http服务器,可以参照来开发性能比较好的服务器...
多线程http服务器,采用多线程做的http服务器,可以参照来开发性能比较好的服务器- The multi-thread http server, uses the http server which the
multithreading does, may refer to develops the performance quite good
server
- 2022-08-21 02:04:34下载
- 积分:1
-
关于PPPOE的实现源文件,可以为需要做以太网下的PPP提供一个很有力的参考...
关于PPPOE的实现源文件,可以为需要做以太网下的PPP提供一个很有力的参考-PPPOE the realization of the source document and can be done under the PPP Ethernet provide a very powerful reference
- 2023-01-03 01:50:04下载
- 积分:1
-
介绍了网络的数据流量,使我们对接收与发送的数据有个了解,它的图像波形图更妙...
介绍了网络的数据流量,使我们对接收与发送的数据有个了解,它的图像波形图更妙-introduced to the network data flow, enabled us to send and receive the data has a understanding, it was even more interesting image waveform
- 2022-02-02 13:28:25下载
- 积分:1
-
a UDP communications for the sample program. Check to make communications data,...
一个用于UDP通讯的示例程序。可以方便的查看通讯数据,以及发送数据。-a UDP communications for the sample program. Check to make communications data, and send data.
- 2022-04-23 20:05:46下载
- 积分:1
-
This a remarkably agreement Network engines, including two parts : a server used...
这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model, a rich interface function b, client using three overlapping threads increases Io model, speed and stability using a callback function to receive information, the network model DEC Socket complete package, all of the code in the test under Windows 2000, and has been applied to many existing medium-sized network systems.
- 2022-03-13 04:19:31下载
- 积分:1
-
xml基础教程
xml基础教程--循序的介绍了xml语言的语法和使用过程,比较适合入门学习!-xml based tutorial-- the gradual introduction of xml language syntax and the use of the process, learning more suitable for entry!
- 2023-05-01 16:00:03下载
- 积分:1
-
用于生成下载链接的关键类 可用于会员下载内容控制
用于生成下载链接的关键类 可用于会员下载内容控制-a class used to create a link to download
- 2022-01-31 00:56:02下载
- 积分:1
-
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当...
线程安全实例。该程序说明线程安全问题。该例子实现的功能与多线程并发服务器实例的类似,但增加了一个客户数据存储功能,即服务器将存储每个连接客户所发来的所有数据,当连接终止后,服务将显示客户的名字及相应的数据。-thread safety examples. Description of the procedures for the security thread. The examples of the functions and multi-threaded server with similar examples, but the addition of a customer data storage function, which is to store each server will connect customers come in all the data, when connected after termination of service customers will show the names and corresponding data.
- 2022-01-22 03:51:50下载
- 积分:1
-
直接转矩控制异步电机
Direct torque control asynchronous machine
- 2022-11-06 11:00:03下载
- 积分:1
-
插入排序
/ * 插入排序升序排列 * /
#include < stdio.h >
#include < stdlib.h >
#include < time.h >
int main)
{
int n、 数组 [1000],c,d,t ;
printf ("Enter elementsn 数") ;
scanf ("%d",& n);
printf ("Enter %d integersn",n) ;
为 (c = 0 ; c < n
- 2022-05-31 05:23:44下载
- 积分:1