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

搜索资源列表

  1. unixtonxunchengxu

    0下载:
  2. 这是个通讯程序,通过socket,把接收的消息放入消息对列,同时把队列中的消息通过socket发出去。 -This is the communication process, socket, receiving the news Add to the list news, while the news cohort through socket issued to.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:13.86kb
    • 提供者:杨光升
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:7.99kb
    • 提供者:香烟
  1. Perl

    0下载:
  2. perl 实现数据分类 tokenization,抽取feature selection,文件分类documentation classification-The project’s goal is to provide an application to provide a brief list for a set of books in xml format then maybe people can through this list to decide which book
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:7.44kb
    • 提供者:litinghui
  1. 1.1

    0下载:
  2. 学生信息管理程序,演示链表在数据存储过程中的使用-Student information management program that demonstrates the process list in the use of data storage
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:921byte
    • 提供者:ivan
  1. Linux-driver-development14

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第14章、Linux终端设备驱动。在Linux系统中,终端设备非常重要,没有终端设备,系统将无法向用户反馈信息,Linux系统中包含控制台、串口和伪终端3类终端设备。14.1节阐述了终端设备的概念及分类,14.2节给出了Linux终端设备驱动的框架结构,重点讲解tty_driver结构体及其成员。14.3~14.5节在14.2节的基础上,分别讲解Linux终端设备驱动的模块加载/卸载函数和open()、cl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:690.22kb
    • 提供者:华清远见
  1. Linux-driver-development3

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第3章、Linux内核及内核编程。由于Linux驱动编程本质属于Linux内核编程,因此有必要掌握Linux内核及内核编程的基础知识。3.1~3.2节讲解Linux内核的演变及Linux 2.6内核的特点。3.3节分析了Linux内核源代码目录结构和Linux内核的组成部分及其关系,并对Linux的用户空间和内核空间进行了讲解。3.4节讲解了Linux 2.6内核的编译及内核引导过程。另外,还描述了在Lin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:619.27kb
    • 提供者:华清远见
  1. Linux-driver-development7

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第7章、Linux设备驱动中的并发控制。Linux设备驱动中必须解决的一个问题是多个进程对共享资源的并发访问,并发访问会导致竞态。Linux提供了多种解决竞态问题的方式,这些方式适合不同的应用场景。7.1节描述了并发和竞态的概念及发生场合。7.2~7.5节分别讲解了中断屏蔽、原子操作、自旋锁和信号量等并发控制机制。7.6节讲解增加并发控制后的globalmem的设备驱动。-Author: HuaQing v
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:508.87kb
    • 提供者:华清远见
  1. Linux-driver-development10

    0下载:
  2. 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第10章、中断与时钟。本章主要讲解Linux设备驱动编程中的中断与定时器处理。由于中断服务程序的执行并不存在于进程上下文,因此,要求中断服务程序的时间尽可能地短。因此,Linux在中断处理中引入了顶半部和底半部分离的机制。另外,内核中对时钟的处理也采用中断方式,而内核软件定时器最终依赖于时钟中断。10.1节讲解中断和定时器的概念及处理流程。10.2节讲解Linux中断处理程序的架构,顶半部、底半部之间的关系
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:462.94kb
    • 提供者:华清远见
  1. ps

    0下载:
  2. 内核模块编程 1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。 2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。 -Kernel module programming 1) design a module, the module s function is to list all kernel threads of the process name, P
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:83.37kb
    • 提供者:李晓宇
  1. 3

    0下载:
  2. linux下,gtk界面开发做的一个简单的连接服务器登入程序,登入后,跳出类似QQ好友列表界面,通过make编译,附带显示自己的IP-under linux, gtk interface development to do a simple connection to the server login process, logged in, jump out of the interface similar to QQ friends list, compiled by make, with d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:759.08kb
    • 提供者:王一峰
  1. Linux

    0下载:
  2. linux进程调度函数调用关系和对应文件列表-linux process scheduling function call relationship and the corresponding list of files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:14.32kb
    • 提供者:张健
  1. shedular

    0下载:
  2. C 语言写的 schedular 模仿Minix 结构中的进程调度执行队列进程。采用双链表。-Written in C language schedular Minix structure mimics the process of scheduling the execution queue process. Double-linked list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:2.33kb
    • 提供者:fu
  1. fsys

    0下载:
  2. Finalizes DPLL registration process. In case a failure (clk-ref or clk-bypass is missing), the clock is added to retry list and the initialization is retried on later stage.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:15.24kb
    • 提供者:menlangmv
  1. member_function_volatile

    0下载:
  2. Process all the sysfs attributes located under the directory specified in parameter.Add all pmus in sysfs to pmu list:. -Process all the sysfs attributes located under the directory specified in parameter.Add all pmus in sysfs to pmu list:.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5.3kb
    • 提供者:mtrueyk
  1. EFDB424

    0下载:
  2. 对windows tool help api封装的COM组件,用于显示进程,线程,模块列表等-For Windows tool help API encapsulation of COM component, is used to display process, thread, module list, etc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-16
    • 文件大小:2kb
    • 提供者:OIFEmygc-93709
搜珍网 www.dssz.com