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

搜索资源列表

  1. 12

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

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

    0下载:
  2. 实验一利用课本第9页程序1-5的框架,实现允许输入命令带参数的简单shell。原来的实现是不能够带参数的。输入命令所能带的参数个数,只受到系统键盘输入缓冲区长度(以及shell输入缓冲区长度)的限制,该缓冲区的缺省长度是4096个字节。-Experiments using the framework of textbooks 9 program 1-5, simple shell allows the input command with parameters. The original imp
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:37.9kb
    • 提供者:林素素
  1. busybox-rx

    0下载:
  2. s3c2440 rootfile system busybox rx command source code.
  3. 所属分类:Linux驱动

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

    0下载:
  2. Linux ubuntu下类shell指令的实现代码-Under Linux ubuntu, shell-like command s complement
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-08
    • 文件大小:11.58kb
    • 提供者:dave
  1. Grub4Dos_0.45C_SRC

    0下载:
  2. GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-10
    • 文件大小:1.51mb
    • 提供者:竹叶青
  1. Grub4Dos_0.46A_SRC

    0下载:
  2. GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。这是目前最新版本的源码。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-09
    • 文件大小:1.51mb
    • 提供者:竹叶青
  1. serial

    0下载:
  2. 1) The drive module does not include the iic initialization of the camera chip, the initialization part is located ov9650_init. 2) If the file system is not supported under 2.6 insmod command, please use the bag new_rootfs.cramfs root file system,
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:3.46kb
    • 提供者:王五
  1. UAU_Samples

    0下载:
  2. U.ARE.U 指纹仪, Linux For ARM SDK开发包。刚出来的哦,新鲜着呢。当然因为是第一版,还只有命令行演示程序。-U.ARE.U Linux For ARM SDK fingerprint instrument, development kit. Just out of Oh, fresh. Of course, because it is the first edition, only the command line demonstration program.
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:92.6kb
    • 提供者:skertone
  1. UNIX-systems-commonly-used-commands

    0下载:
  2. 简单而又实用的UNIX系统常用命令,帮你快速掌握UNIX常用命令-Simple and practical UNIX system commands to help you quickly master the UNIX command
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:36.24kb
    • 提供者:袁剑
  1. spca5xx

    0下载:
  2. spca5xx.ko为中星微电子301摄像头驱动,在使用时用insmod spca5xx.ko命令插入该模块,运行udevstart命令后,再运行./v4lcap 便可显示 -spca5xx.ko Vimicro 301 camera driver, when used with the insmod spca5xx.ko command to insert the module, run udevstart command, and then run ./v4lcap to display t
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-31
    • 文件大小:200.02kb
    • 提供者:严俊华
  1. beep-current.tar

    0下载:
  2. console beep command using pc speaker tty interface
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:18.03kb
    • 提供者:Santa Claws
  1. bash-4.1.tar

    0下载:
  2. 1,此源代码为本人所写,非GNU的源代码,不要因此而误导大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,只是实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点-1, this source code as I wrote, non-G
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-21
    • 文件大小:6.29mb
    • 提供者:佳毅
  1. zynq_linux.tar

    0下载:
  2. Linux for Xylinx Zynq Chip. Many software items, such as Linux, use the environment variable CROSS_COMPILE, to invoke the GNU tools that are used to build it. The following command should be used to add the tools to the Linux host path and setup th
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-27
    • 文件大小:10.14mb
    • 提供者:rojoorbalino
  1. makefile

    0下载:
  2. 该文档是s3c2440芯片的spi1接口在linux系统中驱动模块的makefile文件。可以直接在文档目录下执行make命令。-this file is the makefile of the driver of s3c2440 s spi interface。you can exercise the command make in the same pathetic。
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者:wudingzhiying
  1. lscode.tar

    0下载:
  2. 用C语言实现unix/linux下 ls -l 命令,里面的注释都是英文的但比较容易读懂-Unix/linux using C language under the ls-l command inside the notes are in English, but relatively easy to read
  3. 所属分类:Driver develop

    • 发布日期:2017-04-08
    • 文件大小:2.21kb
    • 提供者:龚堆
  1. linux-zhiling

    0下载:
  2. 这里从实用的角度出法,做了一个linux的指令大全,方便用户查寻,为linux的工程师提供了方便-Here the law from a practical perspective, to do a linux command Daquan, user-friendly search convenience for linux engineers
  3. 所属分类:Driver develop

    • 发布日期:2017-12-04
    • 文件大小:25.24kb
    • 提供者:longlee
  1. rt5572-modified

    0下载:
  2. Ralink RT557x RT53xx RT30xx 驱动(修复ATERE2P ATELDE2P功能)-Add a command iwpriv ra0 set ATERE2P = 1 to display all EEPROM content. Correct the limitation of the length of fragment.Add WPS PBC Session Overlap Detecting.
  3. 所属分类:Driver develop

    • 发布日期:2017-10-31
    • 文件大小:1.41mb
    • 提供者:齐宏伟
  1. kuaijiezhiling

    0下载:
  2. 在linux开发中常用到的一下些快捷命令:这里面的命令是很全和很完整的;-Commonly used linux developers to look at some of the shortcut command: This command is very full and very complete
  3. 所属分类:Driver develop

    • 发布日期:2017-11-11
    • 文件大小:5.6kb
    • 提供者:何孟德
  1. ubuntu-command

    0下载:
  2. ubuntu 命令大全 介绍 linux 命令-ubuntu linux command command Guinness introduced
  3. 所属分类:Driver develop

    • 发布日期:2017-04-16
    • 文件大小:216.06kb
    • 提供者:adousj
  1. linux-command-book

    0下载:
  2. 该书详细介绍了各种Linux 命令,相当于工具书,为在Linux环境下进行各种应用提供了便利。-The book introduces in detail a variety of Linux command。 It is equivalent to a reference book and offers great convenience for all kinds of applications under the Linux environment.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:言言
« 12 3 4 »
搜珍网 www.dssz.com