-
图片显示,电脑光于望技术湖连望键往,网络
图片显示,电脑光于望技术湖连望键往,网络
-show picture
- 2023-03-05 16:10:04下载
- 积分:1
-
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能:...
使用非阻塞 I/O 的应用程序常常使用 poll, select, 和 epoll 系统调用. poll, select 和 epoll 本质上有相同的功能: 每个允许一个进程来决定它是否可读或者写一个或多个文件而不阻塞. 这些调用也可阻塞进程直到任何一个给定集合的文件描述符可用来读或写. 因此, 它们常常用在必须使用多输入输出流的应用程序, 而不必粘连在它们任何一个上. 相同的功能常常由多个函数提供, 因为 2 个是由不同的团队在几乎相同时间完成的: select 在 BSD Unix 中引入, 而 poll 是 System V 的解决方案. epoll 调用[23]添加在 2.5.45, 作为使查询函数扩展到几千个文件描述符的方法.-poll application instance
- 2023-06-26 04:30:03下载
- 积分:1
-
关于linux,apache和php的源代码,很有用的
关于linux,apache和php的源代码,很有用的-On linux, apache and php source code, very useful
- 2022-03-17 17:06:54下载
- 积分:1
-
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现
sip代理服务器实现,linux下编程,基于osip2的代理服务器实现-sip proxy server achieved under linux programming, based on the proxy server osip2 achieve
- 2022-05-24 01:54:08下载
- 积分:1
-
Since the algorithm for this process to a class operation, with four different a...
此程序改自算法课的一个作业,用四种不同的算法,对随机生成的n个数排序(n取值500至5000),并重复n遍,最后统计平均比较次数。本在xp下用vc6编写,现在修改为Ubuntu下gcc编译。
sortArchieve.c内为各个排序算法的实现-Since the algorithm for this process to a class operation, with four different algorithms, to randomly generated n the number of sort (n values 500-5000), and repeat n times, and finally compare the average number of statistics. This in vc6 prepared using xp and now modified for the gcc compiler under Ubuntu. sortArchieve.c sorting algorithm for the realization of all
- 2022-01-28 23:30:06下载
- 积分:1
-
Linux Network Programming is very important, but when we reach a Linux Network P...
Linux网络编程是非常重要的,而且当我们一接触到Linux网络编程,我们就会发现这是一件非常有意思的事情,因为以前一些关于网络通信概念似是而非的地方,在这一段段代码面前马上就豁然开朗了。在刚开始学习编程的时候总是让人感觉有点理不清头绪,不过只要多读几段代码,很快我们就能体会到其中的乐趣了。下面我就从一段Proxy源代码开始,谈谈如何进行Linux网络编程。-Linux Network Programming is very important, but when we reach a Linux Network Programming, we find this is a very interesting thing, because in the past some of the communications network concept specious, in this section of the code immediately before the gleam. At the beginning of the learning programming always make people feel a little disarray clue, but as long as the code to read paragraphs and soon we will be able to appreciate the fun. Now, I am from a Proxy source code, talk about how Linux Network Programming.
- 2022-01-26 03:42:09下载
- 积分:1
-
一个管理网络电视资源的QT界面。MagicLinux + QT4 编译完成
一个管理网络电视资源的QT界面。MagicLinux + QT4 编译完成-A management network television resources QT interface. MagicLinux QT4 compile complete
- 2022-02-25 19:36:36下载
- 积分:1
-
使用串行通信网络
linux下利用串口进行网络通讯-using serial communications network
- 2022-07-15 18:58:18下载
- 积分:1
-
一个了不起的视频服务器,
一个很棒的视频服务器,linux的-a terrific video servers, Linux
- 2022-03-25 22:32:15下载
- 积分:1
-
在bmp.h中定制其功能
1:bmp图像格式之间的转换,包换了bmp565...
在bmp.h中定制其功能
1:bmp图像格式之间的转换,包换了bmp565->888,bmp888->565。
2:bmp格式图像的旋转
3:bmp格式图像裸码流的生成
-bmp.h in which a customized functions : bmp image format conversion between, shifting the bmp565-
- 2022-09-01 08:10:03下载
- 积分:1