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

搜索资源列表

  1. UNIX常用命令汇集

    0下载:
  2. UNIX常用命令 书籍语言: 简体中文 书籍类型: 系统专区 授权方式: 免费软件 书籍大小: 30 KB -UNIX commands books Language : English books Type : System Precinct license : free software books Size : 30 KB
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:30.73kb
    • 提供者:任光大
  1. recipe-uclinuxKenel

    0下载:
  2. 编程高手的秘笈:Linux C 函数库,linux宝库典藏版,Linux Make中文手册,uclinux核心手册,Linux网络编程,嵌入式系统开发圣经,高质量C编程指南,高手的必杀技啊,好东西与大家分享-programming experts in the secret : Linux C libraries, treasury collection version of linux, Make Chinese Linux manual Basis core manual, Linux
  3. 所属分类:嵌入式Linux

    • 发布日期:2023-12-31
    • 文件大小:540.72kb
    • 提供者:陈成斌
  1. GsmMux.rar

    0下载:
  2. 该源码是针对支持Mux技术的手机Modem的驱动,使用此驱动,你的手机在上网的同时还可以响应AT指令;本驱动支持Motorola的G24和大唐的TD模块中,在多款ARM(如Davinci的DM644x,XScale的ixp42x)得到严正,The source is Mux technical support phone Modem driver, use this drive, your cell phone in the Internet at the same time can also
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:44.37kb
    • 提供者:新村
  1. PELCO-D

    0下载:
  2. PELCO-D型控制协议详解1.云台和镜头控制命令-Control Protocol PELCO-D model Detailed 1. PTZ and lens control commands
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:1.95kb
    • 提供者:
  1. 000-ARM

    0下载:
  2. 用于嵌入式linux的基础实验代码,熟悉arm的基本指令-For embedded linux basic experimental code, be familiar with basic commands arm
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1.01mb
    • 提供者:
  1. busybox-1.00-pre6

    0下载:
  2. busybox-1.00-pre10.tar.bz2 busybox源码包,busybox是linux的命令工具集,包含例如login,insmod等-busybox-1.00-pre10.tar.bz2 busybox source package, busybox commands are linux tools, including such as login, insmod, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1.05mb
    • 提供者:jacky
  1. 91331958ARMrisk

    0下载:
  2. arm精简指令集,对于嵌入式的开发人员有极大的帮助,可方便查阅许多常用的指令-arm reduced instruction set, for embedded developers a great help to facilitate access to many commonly used commands
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:144.41kb
    • 提供者:hbei
  1. 2

    0下载:
  2. 《嵌入式Linux应用程序开发详解》第2章 Linux基础命令-" Embedded Linux application development explain" the basis of Chapter 2 Linux commands
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-02
    • 文件大小:776.24kb
    • 提供者:天天
  1. G24_AT_Commands_Developer_Guide

    0下载:
  2. Motorola G24 Developer Guide AT commands
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-10
    • 文件大小:2.08mb
    • 提供者:Slyness
  1. eiri

    0下载:
  2. eiri (Extended IR Interface) eiri is an extended infrared module for the WDTV/NMT. It wraps the original infrared module and adds the ability to connect other processes to the infrared module. This way it is possible to control the OSD from
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-05
    • 文件大小:173.3kb
    • 提供者:az
  1. FileSystem

    0下载:
  2. 为LINUX 设计一个简单的二级文件系统。 设计要求: 1、可以实现下列几条命令(至少4条)。 Login 用户登录 Dir 列文件目录 Create 创建文件 Delete 删除文件 Open 打开文件 Close 关闭文件 Read 读文件 Write 写文件 2、列目录时要列出文件名、物理地址、保护码和文件长度。 3、源文件可以进行读写保护。 -To design a simple two LINUX file system. Desig
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-16
    • 文件大小:244.49kb
    • 提供者:小强
  1. wrap_zpl2

    0下载:
  2. linux下条码打印机的命令封装,封装zpl2指令,可以方便的调用,打印出条码。-linux commands under the bar code printer packaging, packaging zpl2 instructions, you can easily call, print out the barcode.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:2.57kb
    • 提供者:mich
  1. Linux

    0下载:
  2. 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:92.65kb
    • 提供者:朱信
  1. linuxrumenziliao

    0下载:
  2. 这本书是Linux初学者入门的重要实例教程,其中包括了大量的Linux下c语言编程实例和Linux基本指令,对Linux初学者入门有极大的帮助。-This book is an important example of Linux Getting Started tutorial for beginners, including a large number of c language programming examples and the basic Linux commands, Linu
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-04
    • 文件大小:1.4mb
    • 提供者:威龙
  1. linux1

    0下载:
  2. 在交大操作系统实验课上用的LINUX实验,包括VIVI一些命令。-Also in attendance were used in the operating system LINUX experimental class experiments, including VIVI some commands.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-22
    • 文件大小:6.56mb
    • 提供者:zhangyao
  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
    • 文件大小:215.12kb
    • 提供者:李工
  1. ourdev_536906

    0下载:
  2. linux下SCSI_指令处理,基于S3c2440源代码-linux commands under the SCSI_ treatment, based on source code S3c2440
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:4.74kb
    • 提供者:wnagwwang
  1. u-bootcommand

    0下载:
  2. 本文详细列举了u-boot的常用命令,并对命令进行了详细的实例。对初接触u-boot的朋友可能有帮助。-This paper details a common u-boot commands, and commands a detailed example. U-boot on the initial contact with friends may help.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-23
    • 文件大小:15.55kb
    • 提供者:zhangguo
  1. RedBootManualv1.0

    0下载:
  2. redboot使用手册,详细解释了redboot里面很多命令用法,参数等。-redboot manual explaining in detail the many commands inside redboot usage parameters.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:322.31kb
    • 提供者:piansu
  1. smsS

    1下载:
  2. DM365外接3G模块,本应用程序通过操作AT指令,发送中文报警短信。非常不错。-DM365 external 3G module, this application AT commands through the operation, sending alarm messages in Chinese. Very good.
  3. 所属分类:嵌入式Linux

    • 发布日期:2012-11-22
    • 文件大小:22.18kb
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com