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

搜索资源列表

  1. UNIX练习 简单的ls

    0下载:
  2. 这是UNIX的练习作业,能完成简单的ls功能 请高手指教-This is the UNIX operating practice, complete a simple function 19:56 ls enlighten
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1968
    • 提供者:韩天毅
  1. web51sc51

    0下载:
  2. web51代码,ls-c51配套的-web51 code ls-decoder supporting
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:277411
    • 提供者:simon
  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. Thermal-analysis

    3下载:
  2. 汽车制动盘热分析(温度场与应力场)ls-dyna程序k文件-THE Keyfile of Thermal analysis of automotive brake disc
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-12-22
    • 文件大小:138966
    • 提供者:向阳
  1. 74HC573_www.ic37.com

    0下载:
  2. The SL74HC573 is identical in pinout to the LS/ALS573. The device inputs are compatible with standard CMOS outputs with pullup resistors, they are compatible with LS/ALSTTL outputs. These latches appear transparent to data (i.e., the outputs ch
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:44003
    • 提供者:gainers
  1. jpeg_decoder

    0下载:
  2. jpeg图像文件软件解码器的arm版本的源代码程序-jpeg image file decoder software arm version of the source code program
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-02
    • 文件大小:25741
    • 提供者:han peng
  1. DS18B20

    0下载:
  2. DSl820数字温度计提供9位(二进制)温度读数指示器件的温度信息经过单线接口送 入DSl820或从DSl820送出因此从主机CPU到DSl820仅需一条线(和地线)DSl820的电源可以由数据线本身提供而不需要外部电源因为每一个DSl820在出厂时已经给定了唯一的序号因此任意多个DSl820可以存放在同一条单线总线上这允许在许多不同的地方放置温度敏感器件DSl820的测量范围从-55到+125增量值为0.5可在l s(典型值)内把温度变换成数字-DSl820 digital thermom
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:73348
    • 提供者:haha
  1. siyiren-ls

    0下载:
  2. 智能玩具实际文件-Smart Toy actual file
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1659860
    • 提供者:吴玉保
  1. main

    0下载:
  2. 全国大学生电子设计大赛题目—芯片检测的51单片机源代码,能识别74,74ls系列芯片,检测芯片好坏!-National Undergraduate Electronic Design Contest topic- 51 microcontroller chip detection of the source code, to identify 74,74 ls series chip, test chip, good or bad!
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2178
    • 提供者:曾维亮
  1. arma_ls

    0下载:
  2. 使用LS法的ARMA过程功率谱估计,希望对大家有所帮助。-ARMA process of using the LS method the power spectrum estimation, we want to help.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:677
    • 提供者:张喆
  1. myls

    0下载:
  2. 在linux下使用C代码,实现shell指令ls -l 的功能。注重于从文件中读取目录中的信息,然后控制格式,达到ls -l 的功能。-In linux using C code, and achieve the shell command ls-l functions. Focus on reading from the file directory information, and then control the format, to ls-l functions.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1992
    • 提供者:李俊
  1. Ls

    0下载:
  2. 用51做的和指南针芯片进行串口通讯的中断程序-To do with the 51 and the compass chip serial communication interrupt program
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:70820
    • 提供者:weiwei
  1. STM32_fatfs_shell_double_mode

    0下载:
  2. 实现了FATFS+SD1.1+Shell。大约20 的代码是出自本人。 其中实现了的shell命令cmd,ls,pwd,cat等。 这是其中一个版本,为了方便大家阅读,如果有兴趣可以查看我的另外一个,实现了FATFS+SDHC+SD2.0+SD1.1+Shell。 操作方法: 上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式 发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-30
    • 文件大小:438167
    • 提供者:BertonHe
  1. 74HC

    0下载:
  2. 74HC系列整套逻辑芯片,单片机嵌入式开发常用驱动、译码、寄存芯片PDF资料,其他74系列、LS系列一般情况下可以通用,功能描述与74HC相同-74HC series set of logic chip microcontroller embedded development common drive, decoder, storage chips PDF data, the other 74 series, LS series can be common under normal circum
  3. 所属分类:SCM

    • 发布日期:2017-05-29
    • 文件大小:11995067
    • 提供者:张建军
  1. ls

    0下载:
  2. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1724
    • 提供者:fumeme
  1. IO

    0下载:
  2. Linux环境编程,实现shell的ls功能,编译后执行的结果和ls一样,有兴趣的童鞋可以-Linux environment, programming, shell' s ls function, the compiled results of implementation and, like ls, are interested in children' s shoes can look ~ ~
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1305
    • 提供者:张建
  1. 7-djvu-9812381511

    0下载:
  2. This book focuses on Least Squares Support Vector Machines (LS-SVMs) which are reformulations to standard SVMs. LS-SVMs are closely related to regularization networks and Gaussian processes but additionally emphasize and exploit primal-dual interpret
  3. 所属分类:SCM

    • 发布日期:2017-06-19
    • 文件大小:29890287
    • 提供者:lichen
  1. my_ls1

    0下载:
  2. 简单的ls -al的实现.不是很难,用到了获取文件信息的函数lstat,目录操作等-A simple ls-al to achieve. Is not difficult to use a function to get file information lstat, catalog operations, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:988
    • 提供者:scottelfron
  1. 三箱退蜡槽

    0下载:
  2. 印染设备烫蜡机程序,用ls k120s plc做的程序代码(Wax printing and dyeing machine)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:dage0918
  1. RTD2483-CG-LS_R40.2_1920x1080

    3下载:
  2. RTD2483-CG-LS R40.2 1920x1080(rtd2483-cg-ls R40.2 firmware)
  3. 所属分类:单片机开发

    • 发布日期:2020-09-06
    • 文件大小:89088
    • 提供者:狗屁王
« 12 »
搜珍网 www.dssz.com