CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - read memory

搜索资源列表

  1. alg1-0[1].1.1.tar

    0下载:
  2. 快速内存读写算法-Fast Algorithm for memory read and write
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:110.39kb
    • 提供者:wtm
  1. ksamp

    0下载:
  2. Linux操作系统内核实习,cpu的类型与型号,所使用的Linux内核版本,从系统最后一次启动以来已经经历了时间,总共有多少cpu时间执行在用户态?系统态?空闲态,配置了多少内存?当前多少可用?,有多少磁盘读写请求,内核已经进行了多少次上下文切换?,从系统启动以来已经创建了多少进程?-Linux operating system kernel internship, cpu type and model used by the Linux kernel version, from the sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.43kb
    • 提供者:eddy yang
  1. rngLib

    0下载:
  2. 环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数-Circular buffer and the operation of the realization of function, including memory ring buffer to apply, release, read data and write data, as well as the return of some of the buffe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2.14kb
    • 提供者:Tonysun
  1. readbmp

    0下载:
  2. 在Linux环境下,将bmp图片以二进制的形式读入内存,然后在gtk中将图片的二进制数据加以显示-In the Linux environment, bmp picture to a binary form is read into memory, then gtk picture of binary data will be displayed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.83kb
    • 提供者:林家恒
  1. LinuxProcessCommunication

    5下载:
  2. 创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据生产者进程a的数据并且将这些数据写入文件a.out。消费者进程d从共享内存读取进程b的数据后写入b.out中。-The process of the creation of
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-06-18
    • 文件大小:34.3kb
    • 提供者:ZHANG
  1. putQueue

    0下载:
  2. LIUNIX下,内存队列的读写处理软件,抛砖引玉 -LIUNIX, the memory queue to read and write processing software, start
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:goldren
  1. cromfs-1.5.8

    0下载:
  2. Cromfs is a compressed read-only filesystem for Linux. Cromfs is best at archiving gigabytes of big files that have a lot of redundancy. It aims primarily at achieving a strong compression, even at the cost of memory and CPU time resources. It uses t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:689.16kb
    • 提供者:jmskhng
  1. reader-writer

    0下载:
  2. 设有20个连续的存储单元,写入/读出的数据项设定为1~20这20个字符。-With 20 consecutive memory cell, write/read out the data item is set to 1 to 20 of these 20 characters.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:781byte
    • 提供者:谢雨
  1. mmap

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1.03kb
    • 提供者:sbyygyfd
  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3.06kb
    • 提供者:一零
  1. sharedm

    0下载:
  2. 用共享存储区方式实现多个进程的通信程序: 该程序通过shmget()函数创建共享存储区,将一个字符串指针指向该存储区的起始地址,然后通过fork()创建两个子进程,通过对该字符串指针的读写达到多进程间的通信。程序中使用sleep()函数调节各进程对共享存储区的读写操作顺序。-With the shared memory area where multiple processes of communication program: the program through the shmget
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:870byte
    • 提供者:JK
  1. rwmmap

    0下载:
  2. C code to read and write to a shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.57kb
    • 提供者:nana
  1. cfz

    0下载:
  2. 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:5.18kb
    • 提供者:王跃
  1. process_tcb

    0下载:
  2. linux进程信息读取函数,有系统运行时间,系统运行内存-linux process information read function, a system run time, the system runs the memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.46kb
    • 提供者:李小平
  1. globalvar.tar

    0下载:
  2. 一个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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:96.14kb
    • 提供者:ckh
  1. simp_blkdev

    0下载:
  2. linux 内核2.6.18(麒麟OS)的块设备驱动 主要做了数据安全方面的功能,在重载内存是数据不会被重新读出来-linux 2.6.18 of the main block device driver to do the data security function, the memory is overloaded will not be re-read the data out
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:126.6kb
    • 提供者:王垚
  1. testread

    0下载:
  2. 共享内存读端程序,打开共享内存并读出入字符。包括makefiel-Shared memory read-side program,Open a shared memory and reads a string of characters。include makefile。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:833byte
    • 提供者:温小睿
  1. read

    0下载:
  2. linux下访问物理内存,内存映射,字符型设备可免驱动-Access to physical memory, Linux memory mapping, character device can drive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:559byte
    • 提供者:
  1. book3s_paired_singles

    0下载:
  2. read memory for Linux v2.13.6. -read memory for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.34kb
    • 提供者:luicanmiu
  1. bmi

    0下载:
  2. BMI is a very simple messaging interface used during initialization to read memory, write memory, code, and to define an application entry PC. -BMI is a very simple messaging interface used during initialization to read memory, write memory, code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.18kb
    • 提供者:daowongzon
« 12 »
搜珍网 www.dssz.com