CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - linux 进程

搜索资源列表

  1. 进程的创建

    0下载:
  2. 介绍了再linux系统下如何创建进程,以及创建进程中应注意的有关问题-introduced again linux systems process of how to create and build process should pay attention to issues related to
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:128111
    • 提供者:杨政
  1. LinuxIPC进程间的通信

    0下载:
  2. Linux 操作系统提供进程间通信(IPC)机制,用来保证正在执行的进程在内核的协调下能够 共享资源、同步以及交换数据等。Linux 支持大量进程间通信机制,包括信号、等待队列、管道 以及Unix 系统V 中提供的进程间通信机制,如消息队列、信号量和共享内存。-Linux operating system to provide inter-process communication (IPC) mechanism used to ensure that the process is being
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:605316
    • 提供者:杨政
  1. Linux进程-zhangwl

    0下载:
  2. Linux 源码分析系列之进程 进程的生成,进程的使用,进程的创建-Linux source code analysis process Series process of formation, the use of the process, the process of creation
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:345561
    • 提供者:杨政
  1. LINUX-note

    0下载:
  2. linux讲义 详细介绍了linux的工作原理 内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:492463
    • 提供者:蒋彦波
  1. linux-dpm-dameon.tar

    0下载:
  2. Linux下动态电源管理(Dynamic Power Management)的用户守护进程,可根据系统负载和运行程序情况自动调整。-Linux Dynamic Power Management (Dynamic Power Management) the user daemon, according to system load and operating procedures of the automatic adjustment.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5181
    • 提供者:韦建利
  1. Prentice.Hall.The.Linux.Programmers.Toolbox.Mar.20

    0下载:
  2. 本书为Linux编程工具书,涵盖了Linux程序开发的方方面面,内容深刻,讲解全面,对于一些高级主题如进程间通信等介绍的比较深入,是一本不可多得的Linux开发的高级参考书。
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2442145
    • 提供者:Turing
  1. 窗口显示三个进程并发执行

    0下载:
  2. LINUX下C语言 使用GTK
  3. 所属分类:嵌入式Linux

    • 发布日期:2009-02-19
    • 文件大小:1120
    • 提供者:429716303
  1. 《Linux编程》

    1下载:
  2. 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
  3. 所属分类:嵌入式Linux

    • 发布日期:2009-10-14
    • 文件大小:14464075
    • 提供者:brsuhhead
  1. linux进程间的通讯

    0下载:
  2. 本文主要介绍了linux进程间的通讯,和实现源码
  3. 所属分类:嵌入式Linux

    • 发布日期:2010-11-04
    • 文件大小:21332
    • 提供者:dpa123
  1. Book-EmbLinuxApp-Code

    0下载:
  2. 嵌入式LINUX事例代码,里面包括的文件主要有进程间的通信,串口的编程等-Examples of code embedded LINUX
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:23356
    • 提供者:王旭
  1. Chapter_5_Linux_Applications

    0下载:
  2. 周立功Magic2410实验箱光盘源码 第5章Linux应用程序编写 5.1 HelloWorld程序实验 5.2 Linux定时器实验 5.3多进程实验 5.4多线程实验 5.5文件和目录操作实验 5.6 UDP实验 5.7 TCP实验 5.8 Webserver实验 -Experimental boxes Magic2410 weeks Ligong Chapter 5 CD-ROM source Linux application procedure
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:78119
    • 提供者:yc
  1. main

    0下载:
  2. 嵌入式Linux下的U盘自动挂载程序,是一个守护进程。-U-disk embedded Linux automatically mount program is a daemon.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:786
    • 提供者:晴空
  1. srljlinuxe

    0下载:
  2. 深入理解Linux内核,该书详细的介绍了系统调用,内存地址,信号,进程的地址空间,进程通信,以及其他与内核有关的内容!-In-depth understanding of Linux kernel, the book details the system calls, memory addresses, signals, process address space, process communication, and other content related with the kernel!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-20
    • 文件大小:34237767
    • 提供者:lining
  1. cross-platform-lib

    0下载:
  2. 这是用c++写的一个跨平台的库,用同样的接口,实现了windows,unix,linux下的有关线程,进程,互斥,信号量,时间操作,等等。是编写跨平台c++程序的有力助手。-It is written in c++ using a cross-platform library, with the same interface, to achieve the windows, unix, linux under the relevant threads, processes, mutexes, s
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:11010
    • 提供者:陈真
  1. Embedded-Linux-application-

    0下载:
  2. 本书包括Linux 快速入门.Linux 基础命令。Linux 下的C 编程基础。嵌入式系统基础。嵌入式Linux开发环境的搭建。 文件 I/O 编程。进程控制开发。进程间通信。多线程编程。嵌入式Linux 网络编程。嵌入式Linux设备驱动开发。Qt图形编程-This book includes Linux started quickly. Linux foundation command. The C programming under Linux based. Embedded syste
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-24
    • 文件大小:7807545
    • 提供者:罗其
  1. ARM-Linux-jincheng

    0下载:
  2. LINUX进程线程开发实例,很好,很详细-LINUX development process thread instance, very good, very detailed ,,,,,,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:190982
    • 提供者:lizhining
  1. Qt

    0下载:
  2. 本书主要讲解描述跨平台图形软件的Qt使用,Qt不但可以运行在Windows、Linux、Mac等操作系统上,还可以移植到嵌入式设备中,并且还有许多第三方驱动。   本书从Qt编程最基础的程序讲起,详细讲解了Qt模块与Qt功能类、Qt文件操作、Qt桌面软件设计、Qt程序与用户交互、Qt图形绘制与多媒体、Qt网络编程、Qt数据库编程、Qt进程与线程、Qt工具使用、Qt嵌入式开发等内容,适合广大Qt编程人员、嵌入式工程师、计算机专业师生使用-This book describes the main
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-22
    • 文件大小:7017178
    • 提供者:张付有
  1. linux--multi-process

    0下载:
  2. 本代码是基于Linux-ubuntu,用多进程,socket、消息队列来实现多个客户端聊天的程序-This code is based on the Linux-ubuntu, multiple processes, sockets, message queues to implement multiple client chat program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:12212
    • 提供者:周业
  1. LINUX-training-PPT--and-lab

    0下载:
  2. linux培训ppt全套资料,包含常见的linux进程间几种通信方式等源码,包含部分书籍-linux training ppt full set of information, including the source of the the several communication between the common linux process, contains some of the books
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-09
    • 文件大小:18134960
    • 提供者:sujinhuan
  1. Linux

    0下载:
  2. Linux系统调用与文件I/O Linux进程控制 -Linux system calls and file I/O Linux process control
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:177714
    • 提供者:yll
« 12 3 4 »
搜珍网 www.dssz.com