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

搜索资源列表

  1. Linux

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

    • 发布日期:2017-03-29
    • 文件大小:161329
    • 提供者:wangxy
  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. STM32_fatfs_shell_SDHC

    0下载:
  2. 实现了FATFS+SDHC+SD2.0+SD1.1+Shell+DataFlash。这样功能整合网上绝对没有。大约20 的代码是出自本人。 操作方法: 上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式 发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式 支持MMC(没测试),SD1.0 SD2.0(普通与SDHC) 源码已经在Keil4中运行过,基于STM32F103平台 源码
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-17
    • 文件大小:4741577
    • 提供者:BertonHe
  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. vi

    0下载:
  2. 移植vi到rtems,添加一条shell命令,入口为主函数即可-port vi on rtems
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:35790
    • 提供者:阿穆琪
  1. rtems_with_vi

    0下载:
  2. 移植vi到rtems中,将入口设置为rtems 中shell一条命令即可- port vi on rtems
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:35845
    • 提供者:阿穆琪
  1. myShell

    0下载:
  2. 利用多客户端telnet支持向vxworks增加一个用户she-adding a user shell to vxWorks using the multi-client telnet support
  3. 所属分类:VxWorks

    • 发布日期:2017-04-03
    • 文件大小:3865
    • 提供者:lixiaomingxyz
  1. socdiag

    0下载:
  2. bcm4704芯片的shell入口函数,从vxspawn可以追踪系统-bcm4704 chip shell entry function
  3. 所属分类:VxWorks

    • 发布日期:2017-04-01
    • 文件大小:2049
    • 提供者:王志华
  1. LCD_TEST_82807

    0下载:
  2. 本程序是实现 单片机控制LCD的显示, 显示范围为4*20 ,已经通过调试壳方便应用于你的系统中去-This procedure is to achieve SCM LCD display, showing the range of 4* 20, has been used by debug shell easily to your system
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:48174
    • 提供者:lu
  1. uCOS51

    0下载:
  2. 文档内容包括:uCOS51高效内核、OS人机界面SHELL的编写、51机开发板的硬件设计、RTL8019AS网卡驱动程序、51TCP/IP协议栈设计、应用协议FTP、PPP、HTTP、SMTP、SNMP……在51上的实现技术、51OS任务划分和应用程序实例、由51软件系统向ARM的移植以及其他想到的题目。-Documents include: uCOS51 efficient kernel, OS preparation of man-machine interface SHELL, 51 ma
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:178227
    • 提供者:章鹏
  1. code

    0下载:
  2. Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:589375
    • 提供者:张亚东
  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. WinCE

    0下载:
  2. wince实验指导,系统定制、BSP克隆、镜像下载、远程工具使用、添加文件及快捷方式、SDK导出、MFC方式俄罗斯方块设计、C#开发托管程序、用户shell实验、数码管及LED点阵实验、串口通讯编程、Bootloader跟踪调试实验、Source Insight进行BootLoader跟踪调试实验。适合初学开发者,很详细、很好的实验-wince experimental guide, system customization, BSP cloning, image download, remot
  3. 所属分类:Windows CE

    • 发布日期:2017-05-28
    • 文件大小:11519819
    • 提供者:钟慧娟
  1. KernelAPIs

    0下载:
  2. this descr iption about shell scr ipting and their related codes-this is descr iption about shell scr ipting and their related codes
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:145413
    • 提供者:SAP
  1. cpu86

    0下载:
  2. CPU86 - Free VHDL CPU8088 IP core Copyright (C) 2005-2010 HT-LAB Quick run: 1) Open a DOSBox/Cygwin shell 2) Navigate to the web_cpu88/Modelsim directory. 3) Execute run.bat See website for more details. The CPU86 cor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:561974
    • 提供者:Dhaval
  1. Ebl

    0下载:
  2. EBL代码是使用在嵌入式UEFI固件软件中的内嵌shell程序代码。-EBL is a embeded boot loader for UEFI firmware.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:34863
    • 提供者:朱小宝
  1. shell_script

    0下载:
  2. shell scr ipt to find the root cause analysis
  3. 所属分类:VxWorks

    • 发布日期:2017-05-11
    • 文件大小:2187553
    • 提供者:hari
  1. SHELL.RAR

    0下载:
  2. SHEL directory for ARM Platform Builder CE5.0 with interface like WinXP-SHEL directory for ARM Platform Builder CE5.0 with interface like WinXP
  3. 所属分类:Windows CE

    • 发布日期:2017-05-15
    • 文件大小:3806717
    • 提供者:Mi81
  1. move-catfish-righit

    0下载:
  2. remembered cartoon “Mermaid” when seeing the shell. In general I have remembered all animated cartoons wh a combination of all colors from which eyes run every which way, and can t find silence. Kingdomooo in flower, boys were flying in the boat , a
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:9423
    • 提供者:adiladil
  1. soln-wtr-lily-rprdtn

    0下载:
  2. remembered cartoon “Mermaid” when seeing the shell. In general I have remembered all animated cartoons which looked in the childhood. But the strong impression to me has made color of a picture. The picture consists from a combination of all colors f
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:2715
    • 提供者:adiladil
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com