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

搜索资源列表

  1. 修改grub启动时的背景图片

    1下载:
  2. 修改grub启动时的背景图片-changes grub start the background image
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:李振东
  1. minshell

    0下载:
  2. 一个简单的shell,可以实现管道,重定向,cd,后台,ls等功能-a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.14kb
    • 提供者:刘光
  1. girlsupport.tar

    0下载:
  2. 一个公关系统的后台程序-system of a public relations background procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:冷伟平
  1. serverExt.tar

    0下载:
  2. 公关系统服务器后台程序-public relations background process servers
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.46mb
    • 提供者:lengweipingsw
  1. agent_keeper

    0下载:
  2. 保持程序后台长驻的网关程序,非常实用哦-maintain permanent procedures background gateway procedures, a very practical oh
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:光个
  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. MyShell.rar

    0下载:
  2. 一个shell程序可以实现管道,重定向,cd,后台,ls等功能,a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:30.44kb
    • 提供者:落木
  1. JESD84-A441

    0下载:
  2. eMMC标准:JEDEC Standard No. 84-A441-Embedded MultiMediaCard(e• MMC) e• MMC/Card Product Standard, High Capacity, including Reliable Write, Boot, Sleep Modes, Dual Data Rate, Multiple Partitions Supports, Security Enhancement, Background O
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-25
    • 文件大小:1.81mb
    • 提供者:徐铭泽
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4.04kb
    • 提供者:晏珏
  1. shell1

    0下载:
  2. 用C语言写的一个shell,history和ls是自己写的,其他运用了系统调用,并且可以进行后台处理以及管道的功能。-Written in C language using a shell, history, and ls write your own, the other using the system call, and can be background processing and pipeline features.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3.48kb
    • 提供者:
  1. qtopia-book

    0下载:
  2. 本书是一本针对Linux环境下利用C++函数库Qtopia进行嵌入式研发的软件研发人员的入门书。本书融合了笔者在长期的软件研发过程中总结的大量实战经验,以智能移动终端的研发为背景,详细介绍了嵌入式Linux的研发环境和Qtopia的设计架构。本书适用的读者主要为从事嵌入式软件、C/C++等领域的初、中级软件工程师和在校本科生、研究生等。   TrolltechR、Trolltech、QtR、Qt、QtopiaR、Qtopia、SXETM等为Trolltech公司的注册商标,本书涉及的所有代码
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2.66mb
    • 提供者:coldwater
  1. telnet.c

    0下载:
  2. 一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */ -A small telnet program to share with you
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3.16kb
    • 提供者:lph
  1. shell

    0下载:
  2. linux中shell编程,是操作系统的上机题,后台可以增加用户-shell programming in linux is the OS on the machine title, the background can increase the user
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3kb
    • 提供者:大元
  1. LinuxDriver

    0下载:
  2. 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book to guide you how to write your own driver, and how t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:
  1. Unix_system_design

    0下载:
  2. 本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-26
    • 文件大小:8.37mb
    • 提供者:Roric
  1. src

    0下载:
  2. 数据采集:该启动器可以由用户发起为一个后台服务,也可以由Unix的定时服务发起,我们采用使用Unix发起的方式。 用户后台服务发起的方式只需要把线程的运行方式改变成循环就是。 -Data Acquisition: The starter can be initiated by the user as a background service, but also from time to time by the Unix service launched, we have adopted a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9.91kb
    • 提供者:bay
  1. cusor_ctrl

    0下载:
  2. cusor_ctrl : 利用 ESC code实现linux下光标位置控制的模块,可以实现移动光标到屏幕任意位置、清屏、控制输出内容颜色等-cusor_ctrl:cusor ctrl model for linux, can move cusor to anywhere of screem , clean screem and set front color or background color of terminal...
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1.47kb
    • 提供者:lameck
  1. LINUXGuide

    0下载:
  2. 本书不是对Linux作了专业的介绍,而是Linux的入门书籍,没有介绍Linux快速变化的部分,是Linux学习的背景知识-This book is not made for Linux professional presentation, but the entry-Linux books, Linux has not introduced the rapidly changing part of the background knowledge to learn Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-12
    • 文件大小:2.63mb
    • 提供者:aqaqaq
  1. ivi_ls

    0下载:
  2. 目的: 1、应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符; 接受和分析命令行(滤去无效的空格、tab符号以及换行符等); 执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.93kb
    • 提供者:ivi
  1. background

    0下载:
  2. Using OpenCV to perform background subtraction
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:520.74kb
    • 提供者:Peacemoon
« 12 3 4 5 6 »
搜珍网 www.dssz.com