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

搜索资源列表

  1. lab1

    0下载:
  2. linux shell。c语言编写的linux shell.适合初学者。-linux shell. c languages linux shell. suitable for beginners.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-06
    • 文件大小:53974
    • 提供者:refinebin
  1. shell_dev

    0下载:
  2. linux shell编程的入门实例。 从初级到高级,并配有大量的实例,让读者心领神会,快速掌握linux shell编程。-linux shell programming started example. From elementary to advanced, and Peiyoudaliang examples for readers to take the hint, quickly grasp the linux shell programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1256277
    • 提供者:showhand
  1. Shell_Tray_Info

    0下载:
  2. 获取任务栏所有托盘图标的信息,包括icon、图标、进程路径。可模拟鼠标左右键消息。给任务栏图标移动位置等。 Shell Tray Info,转载自CodeProject-Access to the taskbar tray icon for all of the information, including icon, icon, the process path. Can simulate the key message about the mouse. To the taskbar ic
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:963569
    • 提供者:书林跋涉
  1. c51--SHELL-command-to-debug-a-simple-system-develo

    0下载:
  2. 运用简单51单片机技术,实现简单SHELL命令调试系统开发-51 MCU using simple technology, simple debugging system development SHELL command
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:78685
    • 提供者:陈小东
  1. classic-shell-script

    0下载:
  2. 本书中文名为《shell脚本学习指南》,是学习shell编程的一本好书。-《classic shell scr ipt》is a good book for you learning shell progromme.
  3. 所属分类:Shell api

    • 发布日期:2017-06-19
    • 文件大小:28460032
    • 提供者:张杰
  1. shell-design

    0下载:
  2. shell编程教程,PPT格式,内容丰富全面-shell programming tutorial, PPT format, content rich and comprehensive
  3. 所属分类:Shell api

    • 发布日期:2017-04-25
    • 文件大小:74073
    • 提供者:赵玉祥
  1. NachOS_Project

    0下载:
  2. NachOS 四个project的完成实验报告 shell 线程管理 文件管理 内存管理-NachOS the completion of lab reports four project shell memory management, thread management document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1339562
    • 提供者:wxz
  1. shell1

    0下载:
  2. 实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:897
    • 提供者:No1_chen
  1. shell

    0下载:
  2. linux shell 命令解释器 C语言编写-linux shell command interpreter written in C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:8964
    • 提供者:方青
  1. nativeshell

    0下载:
  2. Windows NT Native Shell Example. Starts before windows logon and Win32 subsystem. Uses Native API.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-22
    • 文件大小:61079
    • 提供者:storedproc9
  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
    • 文件大小:3565
    • 提供者:
  1. 一个简单的shell程序

    8下载:
  2. 《操作系统—精髓与设计原理》一书中myshell编程项目
  3. 所属分类:Shell编程

  1. ShellBrowser-7.3

    0下载:
  2. The ShellBrowser components suite provide easy access to the Win32 shell functions. The JamShellList, JamShellTree and JamShellCombo components look and behave exactly like the corresponding parts of the Explorer, and have some additional features li
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:2288903
    • 提供者:liji
  1. shell

    0下载:
  2. 在linux下用C语言实现简单的shell命令-A simple shell command under linux using C language
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:7353
    • 提供者:王军
  1. qcd.tar

    0下载:
  2. 用SHELL编写的快速进入linux不同目录的程序。可记录20个目录,可选择快速进入。-SHELL prepared with quick access to different directories linux programs. It can record 20 directory, choose quick access.
  3. 所属分类:Shell api

    • 发布日期:2017-03-21
    • 文件大小:2077
    • 提供者:
  1. shell

    0下载:
  2. 简单的 Shell命令解析器的功能,创建子进程,并执行用户的命令,创建历史特性,当用户按下 Ctrl+C 键的时候打印出用户最近输入的10 个命令。包含实验报告-Simple Shell command parser function, creating a child process and execute user commands, to create history characteristics, when the user presses Ctrl+ C key when the u
  3. 所属分类:Shell api

    • 发布日期:2017-04-01
    • 文件大小:667369
    • 提供者:lijia
  1. lab

    0下载:
  2. Shell解释程序,用于实现unix下命令的解释执行,后台处理,管道定向等功能。-Shell interpreter, under the command used to implement the interpretation of the implementation of unix, background processing, pipe orientation and other functions.
  3. 所属分类:Shell api

    • 发布日期:2017-03-30
    • 文件大小:254163
    • 提供者:zhangcf
  1. Shell

    0下载:
  2. shell实现shell命令行解释器,目录内容,实现内部命令及外部命令-shell shell command line interpreter implementation, directory content, to achieve internal order and external command
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4022
    • 提供者:栾小鑫
  1. dllregshex_src

    0下载:
  2. 使用Shell扩展Register/Unregister一个带Com/ATL对象的DLL文件-Using shellext to register and unregister a DLL with Com/ATL object
  3. 所属分类:Shell api

    • 发布日期:2017-11-14
    • 文件大小:23007
    • 提供者:站长
  1. Titan_v3.6.tar

    0下载:
  2. 一个Unix系统安全增强工具,Shell程序 -A Shell tool which can enhance Unix system security
  3. 所属分类:Firewall-Security

    • 发布日期:2017-11-30
    • 文件大小:1032133
    • 提供者:站长
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com