当前位置:
首页
资源下载

搜索资源 - linux share memory
搜索资源列表
-
0下载:
Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
-
-
0下载:
Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
-
-
0下载:
linux下c语言编程——进程间通信方式之共享存储-c programming language -- inter-process communication methods are shared storage
-
-
0下载:
共享记忆体是指同一块记忆体区段被一个以上的行程所分享。这是我们所知速度最快的行程间通讯方式。使用共享记忆体在使用多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
-
-
0下载:
Linux下C语言的共享内存编程-C language under Linux shared memory programming
-
-
0下载:
内核源码分析,主要讲解linux内存管理机制。与大家分享-Kernel source code analysis, mainly on the linux memory management mechanism. To share with you
-
-
1下载:
这是一个在linux平台上进行内存共享的例子,例子比较短,通俗易懂,是初学者学习的好例子-This is a linux platform to share examples of memory, for example, relatively short, easy to understand, is a good example for beginners to learn
-
-
0下载:
Linux 内核学习和开发的一本重要资料,比较详细,与大家分享。里面包含 进程、内存管理、模块等部分-Linux kernel learning and the development of an important information in more detail to share with you. Which contains processes, memory management, modules and some other
-
-
0下载:
嵌入式Linux驱动程序开发
设备驱动程序实际是处理和操作硬件控制器的软件,从本质上讲,是内核中具有最高特权级的、驻留内存的、可共享的底层硬件处理例程。驱动程序是内核的一部分,是操作系统内核与硬件设备的直接接口,驱动程序屏蔽了硬件的细节,完成以下功能-Embedded Linux driver development device driver is actually handling and operation of the hardware controller software, in
-
-
0下载:
Linux下修改共享内存大小,该资料介绍在Linux环境中修改共享内存大小的方案。-Modify share memory size
-
-
0下载:
Linux 共享内存程序,可以实现内存间的内存共享。-It is a share memeory programer.You can use it for share memory.
-
-
0下载:
linux共享内存,mmap,lseek-linux share memory,mmap,lseek
-
-
0下载:
linux多线程同步的方法
在线程对共享相同内存操作时,就会出现多个线程对同一资源的使用,为此,需要对这些线程进行同步,以确保它们在访问共享内存的时候不会访问到无效的数值。-linux multi-thread synchronization
Threads share the same memory operation, there will be multiple threads use the same resources to do this, you need to synch
-
-
0下载:
本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。
主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
-
-
0下载:
上传一个linux系统上支持SN平台特殊存储器(mspec)的程序,乐于分享-Upload a linux system support the SN platform for Special Memory (mspec) program, willing to share
-
-
0下载:
percents to share the total debug memory for each type.
-
-
0下载:
percents to share the total debug memory for each type.
-
-
0下载:
通过mmap实现进程间共享内存的读与写,linux下运行-use mmap to read and write share memory of thread,in linux
-
-
0下载:
linux版geekbench 可测试cpu多线程计算和内存性能的工具-Geekbench measures your computer s processor and memory performance. Use the Geekbench Browser to organize and share your Geekbench results with other Geekbench users around the world.
-
-
0下载:
跨平台(windows/linux)实现进程间内存共享功能(share memory with windows and linux)
-