-
在linux下使用c语言编写的一个文件拷贝的源码
在linux下使用c语言编写的一个文件拷贝的源码-the use of language c prepared a paper copy of the source code
- 2023-05-06 08:20:02下载
- 积分:1
-
linux下的串口编程例程,包括一些简单的说明
linux下的串口编程例程,包括一些简单的说明-under linux Serial Programming routines, including some simple explanation
- 2022-03-13 20:21:50下载
- 积分:1
-
在linux下使用window程序的虚拟软件
更加友好的界面
在linux下使用window程序的虚拟软件
更加友好的界面-the use of virtual window procedures more friendly software interface
- 2022-09-12 06:50:03下载
- 积分:1
-
下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许...
下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are applicable. The reason I say that they are the most important, because these points mentioned is that you are usually in the C book on the website or not found. Example : at the target, which is much of the information has not mentioned, and is often the wrong place and even to some senior C programmers as well. The main point here is not just to explain how to write better code, more language is displayed inside the rules. Apparently, the C programmer is everlasting good information. I believe that this article would you learned a lot.
- 2022-02-13 17:23:19下载
- 积分:1
-
SDIO驱动补丁,已经通过测试,可以使用!
sdio 驱动程序的补丁,已经通过测试,可以使用!-SDIO driver patches, has passed the test, you can use!
- 2023-07-20 19:25:03下载
- 积分:1
-
linux的最初源码,裸命令行时期的源码!可用于研究,学习!
linux的最初源码,裸命令行时期的源码!可用于研究,学习!-the initial source, nude command line during the source! For research to learn!
- 2022-01-26 06:31:46下载
- 积分:1
-
迅速地
行业整站源代码.rar上面是演示,后面是下载,个别失效了,要下的快!!!
资源来自网络,下载的朋友请自行杀毒!!!!
-Quickly-deteriorating jade Tai entire shallow rafter Tungsten measurements. Rar Article fermentation演Did shaggy dog, is made up of fermentation Did your weak, Terrier stamp valid decoy left, lynx do your cavity!!! Misstep Daitou自She determined to understand, your friend
- 2022-08-07 18:49:17下载
- 积分:1
-
alsa 录音示例代码 官方提供 测试通过
alsa 录音示例代码 官方提供 测试通过-alsa- sample to capture voice or sound
- 2023-08-31 19:40:03下载
- 积分:1
-
带宽测量算法spruce源代码,能够实现对网络带宽的测量
带宽测量算法spruce源代码,能够实现对网络带宽的测量-Bandwidth measurement algorithm spruce source code, be able to achieve the measurement of network bandwidth
- 2022-11-22 15:30:03下载
- 积分: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