CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - linux 进程

搜索资源列表

  1. Linux环境进程间通信.rar

    0下载:
  2. 所属分类:文档资料

    • 发布日期:
    • 文件大小:12445
    • 提供者:
  1. lcx_LINUX-mlock

    0下载:
  2. LINUX系统调用mlock的代码分析,在LINUX中,每一个用户进程都可以访问4GB的线性虚拟内存空间。其中从0到3GB的虚拟内存地址是用户空间,用户进程可以直接对其进行访问。从3GB到4GB的虚拟内存地址为核心空间,存放仅供核心态访问的代码和数据,用户进程不可访问。当用户进程通过中断或系统调用对其访问时,就会触发处理器的特权级转换(从处理器的特权级3切换到特权级0),即从操作系统的用户态切换到核心态。-Linux system call mlock code analysis, LINUX,
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:114696
    • 提供者:liyu
  1. linux0.11_jinchengguanlifenxi

    0下载:
  2. linux0.11的进程管理分析,在linux内核部分占重要作用。
  3. 所属分类:软件工程

    • 发布日期:2014-01-18
    • 文件大小:169642
    • 提供者:李普添
  1. Windows_to_Linux_raining_course

    0下载:
  2. Linux是一个优秀的操作系统,它支持多用户、多进程和多线程,实时性好,功能强大而稳定。   Linux标榜自由和开放。简单的说,开源,免费。更重要的是完全DIY。   普及Linux电子书籍。开始Linux之旅的难点在哪?就是如何去安装它。认真看完本教程,相信会有收益的。   本教程适用于:首次接触Linux的朋友,通过本教程的学习让你基本对Linux有个大概的了解及安装Linux的方法,Linux最基础的一些知识。   2007,不再沉默,让我们一起学
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:100207
    • 提供者:wang zhen
  1. IPv6教学软件的设计和实现

    0下载:
  2. 本文详细讨论了一套IPv6的教学软件的设计和开发实现过程,其中重点研 究了软件设计实现中的技术细节,该软件在linux操作系统中实现,使用 GCC/Q州开发工具。研究内容包括IPv6实现特点;互联网嗅探技术的原理与 危害;基于libpcap函数库开发网络数据的捕获和解析;基于libnet函数库的协 议仿真编辑和发送,能够自己构造特定协议的数据包,如ARP9 ETHERNET,IP, IPv6,TCP和UDP等,让协议运作过程一目了然;还研究了软件的界面设计, 通过gtk界面设计语言开
  3. 所属分类:网络营销

    • 发布日期:2011-05-20
    • 文件大小:3425087
    • 提供者:smgrtlq
  1. CProgrammingInLINUX

    0下载:
  2. linux下的C语言编程,包括文件操作、进程通信、信号处理等-linux under the C language programming, including file operations, process communication, signal processing, etc.
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:64326
    • 提供者:曹晓光
  1. IPCProcess

    0下载:
  2. 关于Linux系统下进程间通信的很好的学习资料。-Next on the Linux system, inter-process communication of good learning materials.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:30204
    • 提供者:gzx
  1. tongbu

    0下载:
  2. 实现进程间同步,父进程创建子进程,在Linux下实现多进程设计-To achieve inter-process synchronization, the parent process creates the child process, multi-process design under Linux
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:930
    • 提供者:萧邦
  1. connection

    0下载:
  2. 进程间基于共享存储区的通信,用C语言编写的,在Linux下运行-connection during the memory
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:24111
    • 提供者:刘伟亮
  1. analy_the_expetion_code_between_linux_and_vxworks.

    0下载:
  2. 由于Linux和Vxworks系统运行对内核空间与用户进程空间使用有比较大的区别,导致OSS在移植Linux时需要使用新的方法来实现之前在Vxworks下的功能,本文目的就是对他们之间的差异进行分析,研究如何在Linux上获取异常现场信息,尽量达到与Vxworks相同的效果-talk about the diference between vxworks and linux.point the key of imigrant the code from vxworks to linux
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:12196
    • 提供者:郭耀文
  1. 1

    0下载:
  2. 基于Linux的进程迁移机制设计-Linux-based design process migration mechanism
  3. 所属分类:Document

    • 发布日期:2017-04-09
    • 文件大小:253514
    • 提供者:张斌
  1. os-2-com

    0下载:
  2. 介绍了linux文件系统中关于进程的概述,包括pcb结构,进程映像,进程间的通信等。-Linux file system presented an overview on the process, including the pcb structure, process images, such as inter-process communication.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:214903
    • 提供者:小小
  1. process

    0下载:
  2. 有关Linux中进程间的通信 , 包括信号量 , 管道 , 有名管道 , 消息队列等 , 从系统方面详细介绍进程间的通信-For communication between processes in Linux, including semaphores, pipes, named pipes, message queues, etc., from the system described in detail the communication between processes
  3. 所属分类:Development Research

    • 发布日期:2017-04-04
    • 文件大小:54066
    • 提供者:kouyang
  1. sellandbought

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1895746
    • 提供者:武秀
  1. sellandbought-(2)

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:44517
    • 提供者:武秀
  1. fork

    0下载:
  2. 对新学linux的程序员很有帮助,主要是讲解fork函数是如何工作,如何创建进程的-Helpful new learning linux programmers, mainly to explain the fork function, how they work, how to create a process
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:67820
    • 提供者:孙阳
  1. linux-daemon

    0下载:
  2. 此文档主要讲解linux守护进程的基本概念和写linux守护进程的基本步骤,并给了一个简单的例程序。-The basic steps of this document mainly explain the basic concept of the Linux daemon and write Linux daemon, and give a simple example program.
  3. 所属分类:software engineering

    • 发布日期:2017-11-24
    • 文件大小:60147
    • 提供者:蔡杰
  1. Linux-kernel-scenario-analysis

    0下载:
  2. 涉及linux的内存管理,进程和进程管理,文件系统,设备驱动等到。-And processes involving the Linux memory management, process management, file system, device driver wait for.
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:26903663
    • 提供者:lankun1
  1. linux

    0下载:
  2. 该资料主要讲述Linux内容。如:线程,进程,管道等。-The information focuses on Linux content. Such as: threads, processes, pipelines.
  3. 所属分类:software engineering

    • 发布日期:2017-06-16
    • 文件大小:24130147
    • 提供者:Jian
  1. IPC.tar

    0下载:
  2. linux-进程间通信 共享内存实例讲解 在linux编译可以使用。- Inter-process communication shared memory linux- examples to explain can be used in linux compilation.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:859932
    • 提供者:希贤
« 1 23 »
搜珍网 www.dssz.com