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

搜索资源列表

  1. fifo

    0下载:
  2. linux下进程间通信方式之一的fifo读写源程序。-One of the IPC under linux, including fifo read and write source code.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1069
    • 提供者:白鸽
  1. linux_task_Manager

    0下载:
  2. 这是一个针对linux操作系统的任务管理器,能查看系统信息及cpu、内存使用率,能监视、删除进程,能监视、删除模块-This is a linux operating system for the Task Manager to view system information and cpu, memory usage, to monitor, delete the process, to monitor, delete module
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:10229
    • 提供者:Ducktracy
  1. Book-EmbLinuxApp-Code

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

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

    0下载:
  2. 目录 1.理解进程 5 1.1.进程的基本概念 5 1.1.1.区别程序与进程 5 1.1.2.进程分类 5 1.1.3.进程属性 5 1.1.4. 父进程和子进程 5 1.2.Unix/Linux下的进程管理 6 1.2.1.进程是系统资源管理的基本单位 6 1.2.2. Unix/Linux进程 6 1.2.3. task_struct数据结构组成 6 1.2.4.进程 Identifiers 8 1.2.6. 进程创建 10 1.2.7.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:27176
    • 提供者:grub
  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. InterprocessCommunication

    0下载:
  2. Linux下C语言编程--进程通信、消息管理。编程技巧。-C program--Interprocess Communication and message management under Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:7299
    • 提供者:卡米灯
  1. mytesttime

    0下载:
  2. 在Linux下实现的使用守护进程方式的时间服务器-Achieved in the use of Linux daemon mode time server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1059
    • 提供者:12345
  1. osshiyan

    0下载:
  2. 本实验要求熟悉Linux环境下C语言编译器的使用。掌握操作系统中有关进程创建、进程同步、进程互斥以及进程间通信相关系统调用的使用,按照要求书写实验报告-Requirements of this experiment are familiar with C language under Linux environment for the use of the compiler. To master the process to create the operating system, proces
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:776194
    • 提供者:姜文
  1. lab1

    0下载:
  2. Nachos上开发的一个初级shell。Shell支持cd, dir, clr, environ, echo, help, pause and quit命令;上述命令之外的其他命令通过系统调用fork和exec创建子进程实现; -Nachos on the development of a primary shell. Shell support cd, dir, clr, environ, echo, help, pause and quit order the order other
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:2807
    • 提供者:陈忠俊
  1. linux_serial_thread_process_network

    0下载:
  2. linux串口、多线程、进程、网络相关内容,教学型代码及课件-linux serial port, multi-threaded, process, network-related content, teaching-based code and courseware
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:974156
    • 提供者:daiyuanhui
  1. Linux_comm_among_process

    0下载:
  2. Linux_comm_among_process是在linux环境下的进程间通讯说明文档-Linux_comm_among_process environment in the linux process of documentation of communication among
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:181009
    • 提供者:daiyuanhui
  1. unpv13e

    0下载:
  2. 详细说明:Linux下采用C语言开发的聊天程序,使用类似vi的操作界面,服务器端采用多线程技术,每线程服务一个客户端,客户端采用双进程,一个进程负责网络I/O,一个进程负责用户交互。-Linux development using C language chat, the use vi similar to the user interface, server multi-threading technology, every threaded a client services, client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:629410
    • 提供者:chenim
  1. sched

    0下载:
  2. Linux进程调度程序的改写 ,及函数调用 -Linux scheduler rewriting process, and function call
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1849
    • 提供者:李帅
  1. linuxCommunicate

    0下载:
  2. 详细介绍了实现linux进程间通信,并附源代码-Linux detailed process to achieve communication with the source code! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:790547
    • 提供者:zhiye
  1. linux2.6.26_netlink_IPC

    0下载:
  2. linux2.6.26下的netlink简单进程通信模型,包括Makefile文件-netlink under linux2.6.26 simple model of the process of communication, including the Makefile file
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:25308
    • 提供者:秦鹏
  1. object

    0下载:
  2. linux下c语言实现的网页,远端可以访问该网页,动态加载模块,显示硬盘信息,时间,命令,进程信息等-c under linux language pages, remote access to the web page dynamically loaded modules, show that the hard disk information, time, order, process information, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:150330
    • 提供者:fuxin
  1. mutipleprocess

    0下载:
  2. linux下多进程编程,利用fork函数-linux mutiple process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1193
    • 提供者:李忠月
  1. LinuxSysProgramming

    0下载:
  2. Linux系统编程样例(包括: 文件I/O, 进程管理, 文件管理, 内存管理和时间)-Linux System Programming Examples, including File I/O, Process Management, File Management and Time.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:9707
    • 提供者:Daniel J
  1. lsof_4.82_src.tar

    0下载:
  2. 在UNIX/LINUX下显示进程打开的网络连接和文件等信息的工具, 本程序在确认UNIX/LINUX下被占用的端口是哪个进程打开时尤为好用-In the UNIX/LINUX displayed under the process of open network connections and file and other information tools, this program recognized UNIX/LINUX, under the port is occupied which
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1093466
    • 提供者:gw
  1. coder25

    0下载:
  2. linux下的高级编程,高级io,进程,线程的多种源代码-the high-level programming under linux, advanced io, process, thread a variety of source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:466877
    • 提供者:何芳奎
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com