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

搜索资源列表

  1. 0V9650-drive-application-source-code

    0下载:
  2. 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-10
    • 文件大小:2434724
    • 提供者:王五
  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-12
    • 文件大小:2560
    • 提供者:wudingzhiying
  1. cp

    0下载:
  2. linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory
  3. 所属分类:Driver develop

    • 发布日期:2017-11-14
    • 文件大小:7268
    • 提供者:urey
  1. ls

    0下载:
  2. linux系统命令ls的编写,包括若干参数的编写。-linux system command ls preparation, including the preparation of a number of parameters.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-09
    • 文件大小:10571
    • 提供者:urey
  1. who

    0下载:
  2. linux系统命令who的编写,包括若干参数的编写。-linux system command who' s writing, including the preparation of a number of parameters.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-23
    • 文件大小:6305
    • 提供者:urey
  1. tail

    0下载:
  2. linux系统命令tail的编写,包括若干参数的编写。-linux system command tail of preparation, including the preparation of a number of parameters.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:6415
    • 提供者:urey
  1. linux

    0下载:
  2. linux从入门到精通 包含基础命令,linux下c编程基础,嵌入式系统基础,嵌入式linux开发环境的搭建,文件IO编程,进程控制开发,进程间通信,多线程编程,嵌入式linux网络编程,嵌入式设备驱动编程,Qt图形编程基础等-linux from entry to master basic commands include, linux c programming based embedded system based on embedded linux development environ
  3. 所属分类:Driver develop

    • 发布日期:2017-11-13
    • 文件大小:8295424
    • 提供者:高咪咪
  1. Fat-FileSystem

    0下载:
  2. 简易Linux FAT 文件系统的实现。本程序是操作系统课程的课程设计,获得优秀。 具体实现了文件系统格式的定义,实现了基本的cd/pwd/ls 等命令。-Basic Linux FAT filesystem demo code.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-07
    • 文件大小:22933
    • 提供者:zhangqiang
  1. busybox.tar

    0下载:
  2. busybox是嵌入式系统中常用的一个软件包,它把许多常用的Linux命令都集成到一个单一的可执行程序中,几乎只需要这一个可执行程序加上Linux内核就可以构建一个基本的Linux系统。-busybox is a software package used in embedded systems, it is the many common Linux commands are integrated into a single executable program, almost only ne
  3. 所属分类:Driver develop

    • 发布日期:2017-05-10
    • 文件大小:2186738
    • 提供者:陈金华
  1. Linux

    0下载:
  2. Linux操作系统常用命令及其使用详解 高清pdf版Linux 系统命令及其使用详解-Linux commonly used commands operating system Xiangjie
  3. 所属分类:Driver develop

    • 发布日期:2017-04-27
    • 文件大小:200573
    • 提供者:依然
  1. busybox-1.15.1.tar

    0下载:
  2. BusyBox 是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀。简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令,也包含了 Android 系统的自带的shell。-BusyBox is one of the more than one hun
  3. 所属分类:Driver develop

    • 发布日期:2017-05-09
    • 文件大小:1983754
    • 提供者:jay
  1. Linux-or

    0下载:
  2. LINUX系统命令及其使用详解大全(完整版)-The LINUX system and the use of detailed command Daquan (full version)
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:30451
    • 提供者:wenzhih
  1. Simulation-File-System

    0下载:
  2. 模拟了linux中ex3文件系统的实现。将一个文件当作磁盘进行操作,呈现的效果类似linux命令行,可以实现cd,ls,创建文件/目录,删除文件/目录,读写文件- Analog implementation linux in ex3 file system. The disk as a file operation, showing the effect is similar to linux command line can be achieved cd, ls, create a fil
  3. 所属分类:Driver develop

    • 发布日期:2017-05-04
    • 文件大小:4461
    • 提供者:王志祥
搜珍网 www.dssz.com