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

搜索资源列表

  1. Linux

    0下载:
  2. 整体功能:如果调用的进程不是一个组的组长时,setsid创建一个新会话。调用进程将成为该新会话的组长,新进程组的组长,并且没有控制终端。-The overall function: if the call process is not a group leader, setsid create a new session. Call process will become the new session of the group leader, the new process group lea
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:123.63kb
    • 提供者:吴晓
  1. linux

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:313.91kb
    • 提供者:周攀
  1. Pthread-of-linux

    0下载:
  2. 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-30
    • 文件大小:10.05kb
    • 提供者:gc
  1. 12

    0下载:
  2. 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:1.27kb
    • 提供者:包伟伟
  1. ipc

    0下载:
  2. linux下进程间通信 消息的创建、发送和接收 使用消息调用 msgget()、msgsnd()、msgrcv()、msgctl()编制长度为1K 的消息的发送和接收程序。 -under linux to create inter-process communication messages, send messages and receive calls using msgget (), msgsnd (), msgrcv (), msgctl () the preparation o
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:805byte
    • 提供者:胡晨
  1. LCD_glib_MDK

    0下载:
  2. 6410的LCD+OV9650的裸机程序,里面代码对于裸机的同志很有帮助。无私共享。-6410 LCD OV9650 bare-metal process, which code for the bare metal comrades helpful. A total of selfless To enjoy.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:828.62kb
    • 提供者:shentu
  1. dsdram

    0下载:
  2. linux内核下双口ram字符设备驱动程序-dual port ram driver process under linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2.42kb
    • 提供者:桂景峰
  1. task1

    0下载:
  2. 遍历进程的相关信息的驱动程序,同时要按成进程,线程等相关信息的遍历。-Ergodic process information related to the driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:2.14kb
    • 提供者:张鸿昌
  1. processtree

    0下载:
  2. linux在内核模式下实现processtree功能,遍历系统当前所有进程的任务描述符,并按进程父子关系将这些描述符所对应的进程id(PID)组织成树形结构显示;-Linux in kernel mode achieve processtree functions, traverse the system of all current process task descr iptors, according to the process of parent-child relationship
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:7.1kb
    • 提供者:彭霸天
  1. ARM_Linux_interrupt_src_code

    0下载:
  2. 以s3c2410为例, 通过文中源码,非常详尽分析ARM Linux中断过程,很好的学习和参考价值。-ARM Linux interrupt. S3c2410 example, the source text, very detailed analysis of the ARM Linux interrupt the process of learning and reference value.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-03
    • 文件大小:17.24kb
    • 提供者:Harry
  1. linux

    0下载:
  2. 在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-04
    • 文件大小:1.17mb
    • 提供者:白丽丽
  1. Interprocess-Communications

    0下载:
  2. linux进程通信编程书籍,非常好的参考书,详细的讲解了linux进程间的操作和协作。-linux process communication programming books, very good reference book, a detailed explanation of the operation and collaboration between the linux process.
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-08
    • 文件大小:1.91mb
    • 提供者:扬帆
  1. kobject

    0下载:
  2. linux设备驱动学习过程中遇到的kobject代码示例,包含kset部分-Linux device drivers to learn the process of encounter kobject code sample, including kset part
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-05
    • 文件大小:1.73kb
    • 提供者:倪宝景
  1. findfd

    1下载:
  2. 目前linux的系统调用中没有可以有效获得当前进程打开的所有文件标识符的函数。所以我实现了nextfd,findfd系统调用,使用bitmap高效率实现。-Linux system calls can access the function of all open files in the current process identifier. So I achieve a nextfd of findfd system calls, the use of bitmap high efficie
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-14
    • 文件大小:3.72kb
    • 提供者:Zhaiyf
  1. zlog-latest-stable.tar

    0下载:
  2. zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:814.4kb
    • 提供者:yangh
  1. S3C2440_LINUX_adc

    0下载:
  2. arm9在linux环境下编译的ADC转换程序,并通过DNW串口输出,显示结果.-compile the linux environment arm9 ADC conversion process, and through the the DNW serial output displays the results.
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-07
    • 文件大小:1.9kb
    • 提供者:李明
  1. process

    0下载:
  2. linux下进程监护程序,当检测到某进程退出或僵死后,立即重启该进程-under linux process monitoring procedures detected a process exits or dead, and immediately restart the process
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:1.03kb
    • 提供者:xujianhua
  1. Android-driver-development

    0下载:
  2. 介绍如何进行Android底层驱动开发,详解Android底层的几种重要机制,并举例说明驱动开发流程 -Describes how the development of Android underlying driver Detailed Android underlying several important mechanism, and an example-driven development process
  3. 所属分类:Driver develop

    • 发布日期:2017-05-12
    • 文件大小:2.45mb
    • 提供者:杨森
  1. linux-process-start-analysis

    0下载:
  2. 1,bootloader启动内核过程 2,内核启动地址的确定 3,内核解压缩过程 4,汇编部分-1, bootloader to boot the kernel process 2, to determine the address of the kernel boot 3, kernel decompression process 4, assembly part
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:147.38kb
    • 提供者:longman
  1. UNIX-process-communication

    1下载:
  2. 进程通信的实现 分为三个基本文件,进程间信号传递、共享内存、消息机制、PV操作-Realization process communication is divided into three basic signal transmission between files, processes, shared memory, message mechanism, PV operation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-15
    • 文件大小:5.6kb
    • 提供者:jwl
« 12 3 4 5 6 »
搜珍网 www.dssz.com