资源列表
[Linux/Unix编程] Linux程式设计之四
说明:共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多CPU的机器上,会使机器发挥较佳的效能。-shared memory is with a memory segment was more than one trip to share. We know this is the fastest means of communication between the itinera<飞杨> 在 2025-02-23 上传 | 大小:115kb | 下载:0
[Linux/Unix编程] Linux声音设备编程实例
说明:Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which co<飞杨> 在 2025-02-23 上传 | 大小:8kb | 下载:0
[Linux/Unix编程] JARI-LINUX编程参考
说明:介绍Linux编程的资料,非常不错。值得初学者下载-introduced Linux programming information, very good. Beginners should download<梁亮> 在 2025-02-23 上传 | 大小:471kb | 下载:0
[Linux/Unix编程] linux系统调用demo
说明:学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.<梁亮> 在 2025-02-23 上传 | 大小:352kb | 下载:0
[Linux/Unix编程] SimulateCat
说明:一个用C++实现的模拟UNIX的cat的程序,使用了STL的istreambuf_iterator,支持“-”,终端直接输出,文件输出和错误输出。-C to achieve a simulated UNIX cat procedures, the use of the STL istreambuf_iterator support "-", a direct output terminals, document ou<飞杨> 在 2025-02-23 上传 | 大小:1kb | 下载:0
[Linux/Unix编程] 信号量来解决操作系统的消费者与生产者问题
说明:一个UNIX进程间通讯的程序,使用了信号量来解决操作系统的消费者与生产者问题,使用了fork,wait,nanosleep,sempo等unix函数。-a UNIX inter-process communication, the use of the signal operating system to solve the volume of consumers and producers, the use of the fork,<飞杨> 在 2025-02-23 上传 | 大小:2kb | 下载:0
[系统编程] C++通过WIN32 API获取逻辑磁盘详细信息
说明:众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。 里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main wind<美美> 在 2025-02-23 上传 | 大小:17kb | 下载:0