资源列表

« 1 2 ... .18 .19 .20 .21 .22 1923.24 .25 .26 .27 .28 ... 16274 »

[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 itinerary. The use of shared memory i
<飞杨> 在 2008-10-13 上传 | 大小:115.58kb | 下载:0

[Linux/Unix编程Linux声音设备编程实例

说明:Linux下的声音设备编程比大多数人想象的要简单得多。一般说来,我们常用的声音设备是内部扬声器和声卡,它们都对应/dev目录下的一个或多个设备文件,我们象打开普通文件一样打开它们,用ioctl()函数设置一些参数,然后对这些打开的特殊文件进写操作。-Linux Generally speaking, we used the voices of internal equipment and audio speakers, which corresponds to / dev directory o
<飞杨> 在 2008-10-13 上传 | 大小:7.87kb | 下载:0

[系统编程密码结巴源代码

说明:密码结巴源代码,用于记录键盘信息,发送到指定的邮箱-password articulation source code, the keyboard used to record information sent to a designated mailbox
<aaaa> 在 2008-10-13 上传 | 大小:32.48kb | 下载:0

[Linux/Unix编程JARI-LINUX编程参考

说明:介绍Linux编程的资料,非常不错。值得初学者下载-introduced Linux programming information, very good. Beginners should download
<梁亮> 在 2008-10-13 上传 | 大小:471.71kb | 下载:0

[Linux/Unix编程linux系统调用demo

说明:学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
<梁亮> 在 2008-10-13 上传 | 大小:230.6kb | 下载: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 output and the output error.
<飞杨> 在 2008-10-13 上传 | 大小:1.32kb | 下载: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, wait, nanosleep, sempo other u
<飞杨> 在 2008-10-13 上传 | 大小:2.44kb | 下载:0

[扫描程序模拟显示器扫描

说明:模拟显示器扫描,是C初学者所做的一个例子,其中还有许多不足,请多指教-scan analogue monitors, C beginners is the one example of which there are many deficiencies, please enlighten
<张小远> 在 2008-10-13 上传 | 大小:785byte | 下载:0

[系统编程多个线程

说明:利用多线程实现不同任务同时进行, 在系统开发中 应用广泛-use multithreading different tasks simultaneously, the system widely used development
<刘建超> 在 2008-10-13 上传 | 大小:34.8kb | 下载:0

[系统编程C++通过WIN32 API获取逻辑磁盘详细信息

说明:众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。   里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the variou
<美美> 在 2008-10-13 上传 | 大小:17.43kb | 下载:0

[系统编程操作系统课程实验程序

说明:进程调度程序,适合操作系统课程设计及上机实验,可以自己修改,也可以直接应用.-process scheduling procedures, suitable for courses on operating system design and experiment on the plane, his amendment can be applied directly.
<张明> 在 2008-10-13 上传 | 大小:2.38kb | 下载:0

[系统编程调用汇编代码_me

说明:一个有关VC中嵌入汇编语言代码的例子,这个是自己原创的作品,欢迎使用!-an embedded assembler language code examples, this is their original work, Welcome!
<搜索死> 在 2008-10-13 上传 | 大小:9.85kb | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 1923.24 .25 .26 .27 .28 ... 16274 »

源码中国 www.ymcn.org