搜索资源列表
-
0下载:
Linux操作系统内核实习,cpu的类型与型号,所使用的Linux内核版本,从系统最后一次启动以来已经经历了时间,总共有多少cpu时间执行在用户态?系统态?空闲态,配置了多少内存?当前多少可用?,有多少磁盘读写请求,内核已经进行了多少次上下文切换?,从系统启动以来已经创建了多少进程?-Linux operating system kernel internship, cpu type and model used by the Linux kernel version, from the sys
-
-
0下载:
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
-
-
0下载:
【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
-
-
0下载:
一个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
-
-
0下载:
linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
-
-
0下载:
linux的内存读写驱动以及相关的测试应该程序能实现内存分配,读写,检测是否内存损坏等功能!-the Linux memory read and write drive and associated test program should be able to achieve memory allocation, read and write, detect whether memory corruption function!
-
-
0下载:
linux fifo, 实现同步读写共享内存-linux fifo, synchronize shared memory read
and write
-
-
0下载:
Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
-
-
0下载:
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
-
-
0下载:
Linux平台下共享内存的读写接口封装,简单易用(Shared memory read and write interface package, easy to use)
-