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

搜索资源列表

  1. shell-HHAT91rm9200

    0下载:
  2. shell-HHARM9200.rar 华恒 AT91rm9200 中Busybox shell的源代码-shell-HHAT91rm9200.rar, this is the source code of the Busybox shell under HUAHENG AT91rm9200 platform.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:152.16kb
    • 提供者:张晓东
  1. ucos51v2021

    0下载:
  2. uC/OS-II在51上移植的完整源代码V1.0,包含shell源码。双击yy.uv2可以直接进行软件仿真。该代码解决了重入问题,对串口进行了特殊处理,不占用任务号,基于中断实现。该代码通过了软件仿真、硬件仿真、固化测试,请放心使用-uC / OS-II in 51 transplant on the integrity of the source code V1.0 contains shell source. Double-click yy.uv2 direct simulation sof
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:257.33kb
    • 提供者:陈小明
  1. ucosii4skyeye184

    1下载:
  2. 基于uCOS操作系统的功能强大的源代码,包括shell,lwip支持AT91处理器-based on the powerful operating system source code, including the shell, lwip support porting processor
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:272.13kb
    • 提供者:Newton81
  1. usrLib

    0下载:
  2. VXWORKS基本shell命令源码,很有编程参考意义。-VxWorks shell commands the basic source code is programmed reference value.
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:21.74kb
    • 提供者:lijx
  1. ucos51在KeilC51上仿真运行

    1下载:
  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. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:713.86kb
    • 提供者:套件
  1. ucos51shell

    0下载:
  2. ucos-II的shell开发,指示性代码,主要针对8051单片机,包括相关控件函数(转载)-CENTER-II shell development, indicative code, mainly aimed at 8051, including relevant control function (reproduced)
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:165.55kb
    • 提供者:张正
  1. ucos_vc

    0下载:
  2. ucos是一个非常优秀的嵌入式操作系统,但作者只提供了bc下测试与调试代码,非常难于调试与学习,特别是初学者。vc是windows下非常优秀的IDE,如果把ucos移植到vc下运行,将非常方便ucos的调试与学习,有利于于ucos的推广。此项目的目的是希望能够把ucos及其相关的文件系统ucfs,GUI界面ucgui,网络tcp/ip都移植过来,方便广大爱好者学习。版本历史:ucos_vc0.11 时间:20050409描述:继续移植了Genie shell for UCOS II,为下一步文件
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:92.41kb
    • 提供者:无恒
  1. avr microcontrolled based ethernet device

    0下载:
  2. The source code for the firmware and udpcom source with pre-compiled versions for linux, mac osx and windows (dos shell) it can be used for webserver control based on avr microcontroller
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2011-05-10
    • 文件大小:62.11kb
    • 提供者:bioaa987654
  1. HaiBIOS_S3C2410_v1.0

    0下载:
  2. HaiBIOS 是为我的S3C2410开发板写的一个启动程序。 C盘是RAMDISK,D盘是Nand Flash, E盘是 SD Card 默认是加载d:\MAINPROG.BIN到内存中运行,请修改LoadMain()以符合自己的需要。 如果启动中检测到E盘根目录下有MAINPROG.BIN,将进入shell.方便用户烧写代码。-HaiBIOS is for my S3C2410 development board to write a startup procedure. C
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:283kb
    • 提供者:长空飞雪
  1. eth_rem_dev_tcp-2.15.tar

    0下载:
  2. AVR 单片机上实现的带有网络接口的linux系统移植-The AVR source code with web interface and udpcom client source with pre-compiled versions for linux, mac osx and windows (dos shell) Changes since last version: - cosmetic code clean-up
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:111.58kb
    • 提供者:钟毓秀
  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
    • 文件大小:1.95kb
    • 提供者:李俊
  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
    • 文件大小:427.9kb
    • 提供者:BertonHe
  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. 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
    • 文件大小:575.56kb
    • 提供者:张亚东
  1. 51shell

    0下载:
  2. 基于8051的Shell介面程序,实现命令行输入和解析功能-Microchip' s simulator/download the source code control PICKit2
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:18.45kb
    • 提供者:
  1. Linux-simple-shell-implementation

    1下载:
  2. Linux简单的shell实现(附源代码)-Linux simple shell implementation (with source code)
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:29.13kb
    • 提供者:狂战滴
  1. SHELL

    0下载:
  2. SHELL编程是学习嵌入式LINUX的重要环节,但是对于大多数人来说,下载并安装完成交叉编译器后不知道怎么运用,在此提供SHELL编程的实例运用,有代码有过程,很好理解,相信看完这些大家可以更深的了解SHELL编程!-SHELL programming is an important part of learning embedded LINUX, but for most people to download and install a complete cross-compiler does
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:6.35kb
    • 提供者:
  1. linux-socke--code

    0下载:
  2. 嵌入式操作系统网络编程实例,用于嵌入式操作系统网络开发参考-linux socket shell code
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:7.8kb
    • 提供者:clinea
  1. stm32f103zet6-of-shell

    1下载:
  2. stm32f103zet6 串口shell程序源码,通过串口可以实现人机交互功能,即通过串口发送指令,控制stm32实现不同的功能,实现了stm32大部分功能。-Stm32f103zet6 shell program source code, serial port via a serial port can realize human-computer interaction function, namely via a serial port to send instructions, co
  3. 所属分类:SCM

    • 发布日期:2016-12-13
    • 文件大小:9mb
    • 提供者:马鹏飞
  1. DSO-Shell-open-source-version--master

    3下载:
  2. DSO150示波器源代码 113-15011.c Board.c Command.c Common.c Screen.c(DSO150 oscilloscope source code 113-15011.c Board.c Command.c Common.c Screen.c)
  3. 所属分类:开源硬件

    • 发布日期:2020-06-01
    • 文件大小:607kb
    • 提供者:frds86
« 12 »
搜珍网 www.dssz.com