搜索资源列表
alg1-0[1].1.1.tar
- 快速内存读写算法-Fast Algorithm for memory read and write
i2cdriver_test.tar
- Linux 2.6.24通过SMBUS总线(也类似于i2c总线)读写内存上的SPD信息。里面包含驱动和测试程序。再PC机上反复测试过,使用OK!本人2个星期的工作量。
ksamp
- Linux操作系统内核实习,cpu的类型与型号,所使用的Linux内核版本,从系统最后一次启动以来已经经历了时间,总共有多少cpu时间执行在用户态?系统态?空闲态,配置了多少内存?当前多少可用?,有多少磁盘读写请求,内核已经进行了多少次上下文切换?,从系统启动以来已经创建了多少进程?-Linux operating system kernel internship, cpu type and model used by the Linux kernel version, from the sys
putQueue
- LIUNIX下,内存队列的读写处理软件,抛砖引玉 -LIUNIX, the memory queue to read and write processing software, start
mmap
- UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
os
- 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
read-write
- 实验程序模拟多个生产/消费者在有界缓冲上正确的操作。它利用N个字节的共享内存作为有界循环缓冲区,利用写一字符模拟放一个产品,利用读一字符模拟消费一个产品。当缓冲区空时消费者应阻塞睡眠,而当缓冲区满时生产者应当阻塞睡眠。一旦缓冲区中有空单元,生产者进程就向空单元中入写字符, 并报告写的内容和位置。一旦缓冲区中有未读过的字符,消费者进程就从该单元中 读出字符,并报告读取位置。生产者不能向同一单元中连续写两次以上相同的字 符,消费者也不能从同一单元中连续读两次以上相同的字符。 -cha
shm
- linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
globalvar.tar
- 一个Linux下内核模块的示例,虚拟一个只有一个字节的内存虚拟设备的字符驱动,实现字符驱动的读写功能-Under a Linux kernel module example, only one byte of the virtual memory of a virtual device of the character-driven, character-driven read and write capabilities to achieve
fifo
- linux fifo, 实现同步读写共享内存-linux fifo, synchronize shared memory read and write
linux_shm
- linux中进程间使用共享内存的方式进行通信的读写源码-linux process between the use of shared memory approach to reading and writing to communicate source
SharedMemory
- Linux共享内存源码,包括写共享内存的进程代码,读共享内存的进程代码,还有信号量的代码-Linux shared memory source, including the process of writing code for shared memory, shared memory reading process code, there semaphore code
linux进程之间的通讯综合实例
- A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
02shm
- Linux平台下共享内存的读写接口封装,简单易用(Shared memory read and write interface package, easy to use)