CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - linux shell

搜索资源列表

  1. linux&unixshell编程指南

    0下载:
  2. 介绍linux和unix的编程的书籍,比较详细介绍shell编程的理论。-A book of introducting linux and unix programming, it precisely introducts the theroy of shell programming.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:19560744
    • 提供者:王凯
  1. LINUX

    0下载:
  2. LINUX与UNIX Shell编程指南,学习linux很好的一本书
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:17859949
    • 提供者:赵鹤
  1. tinySH-uCOS-II

    0下载:
  2. 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:327175
    • 提供者:
  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. uci-0.6.4.tar

    0下载:
  2. unified configuration interface. small configuration library for programs written in c, can be used for shell scr ipts as well.-unified configuration interface.small configuration library for programs written in c, can be used for shell scr ipts as
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:34566
    • 提供者:Bug Me Not
  1. Linux_learning

    0下载:
  2. 本人收藏的有关linux kernel, linux shell的书籍 -Books about linux kernel and linux shell.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3160317
    • 提供者:woimm
  1. LinuxCommandandShell

    0下载:
  2. Linux命令、编辑器与Shell编程,非常经典的教程-Linux commands, Shell programming editor with a very classic tutorials
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-15
    • 文件大小:3892078
    • 提供者:ssss
  1. Linux

    0下载:
  2. linux系统管理,shell、socket、pipe、queue、semphora-linux
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:161329
    • 提供者:wangxy
  1. EmbeddedLinux_programs

    0下载:
  2. Embedded Linux programing for training includes Process, Thread, IPC, Shell and Make manual of GNU
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:896773
    • 提供者:samlin
  1. linux-Advanced-Bash-Shell-Scripting-Guide

    0下载:
  2. linux shell 编程,希望对你有所帮助-linux- Advanced Bash Shell scr ipting Guide.pdf
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1767351
    • 提供者:zhaozhongxi
  1. linuxShellCode

    0下载:
  2. Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir, mkdir and other terminal com
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:220278
    • 提供者:李工
  1. res.tar

    0下载:
  2. 《ARM嵌入式系统实验教程》P313面最后一段,要求将 /usr/local/lib/minigui/res/* 下所有文件都拷贝到开发板的/usr/local/lib/minigui/res 文件夹下。 但是由于 在 uclinux下只支持 cp srcname destname 格式,且不支持 -a 选项(实际上是任何选项都不支持),所以不能拷贝目录,也不能删除目录(痛苦啊)。 而这里要拷贝的res文件夹下的内容很多,逐个写指令来拷贝不太现实,于是我做了一个shell帮助执行这
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:497430
    • 提供者:jerry
  1. Linux-simple-shell-implementation

    1下载:
  2. Linux简单的shell实现(附源代码)-Linux simple shell implementation (with source code)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:29826
    • 提供者:狂战滴
  1. shell

    0下载:
  2. Linux下的命令解释器,实现了基本外部命令,管道,重定向等-Linux, the command interpreter, basic external command, pipes, redirection, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:3046
    • 提供者:Nick
  1. SHELL

    0下载:
  2. SHELL编程是学习嵌入式LINUX的重要环节,但是对于大多数人来说,下载并安装完成交叉编译器后不知道怎么运用,在此提供SHELL编程的实例运用,有代码有过程,很好理解,相信看完这些大家可以更深的了解SHELL编程!-SHELL programming is an important part of learning embedded LINUX, but for most people to download and install a complete cross-compiler does
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6507
    • 提供者:
  1. Ubuntu

    0下载:
  2. 《Ubuntu 命令技巧手册》非常实用的linux shell 命令-Ubuntu shell
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-28
    • 文件大小:568418
    • 提供者:王维
  1. linux-command-shell

    0下载:
  2. linux常用命令及shell linux系统命令解析-linux common commands and shell linux system command parsing
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-12
    • 文件大小:12758184
    • 提供者:穆元杰
  1. linux-socke--code

    0下载:
  2. 嵌入式操作系统网络编程实例,用于嵌入式操作系统网络开发参考-linux socket shell code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:7988
    • 提供者:clinea
  1. shell

    0下载:
  2. LInux Shell编程示例,分支语句(if),循环(for,while)等,-LInux Shell programming examples, branching statements (if), cycling (for, while), etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:11886
    • 提供者:甘攀
  1. Linux-1506页

    0下载:
  2. Linux 入门, vi 编辑器的使用,用户和组的管理,设备管理,文件系统管理.Shell(Linux introduction, the use of the VI editor, user and group management, device management, file system management.Shell)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-21
    • 文件大小:7265280
    • 提供者:温酒华雄
« 12 »
搜珍网 www.dssz.com