CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ARM-PowerPC-ColdFire-MIPS
Embeded Linux
SCM
VxWorks
uCOS
DSP program
Windows CE
VHDL-FPGA-Verilog
Other Embeded program
QNX
hardware design
Open-source hardware
Search - shell - List
[
Embeded-SCM Develop
]
GIFDec_DisplayIndependent
DL : 0
GIF动画解码算法,用VC做的外壳,内部是纯C语言实现的算法,很有参考价值,尤其是可以参考做为嵌入式系统实现GIF动画。-An decode arithmetic for GIF animated cartoon. Its shell is made with VC, and internal arithmetic is implemented with pure C language. It has value to refer,especially we can refer to it ro implemente GIF animated cartoon in embedded system.
Date
: 2008-10-13
Size
: 11.97kb
User
:
余爱军
[
Embeded-SCM Develop
]
avr microcontrolled based ethernet device
DL : 0
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
Date
: 2011-05-10
Size
: 62.11kb
User
:
bioaa987654
[
Embeded-SCM Develop
]
GIFDec_DisplayIndependent
DL : 0
GIF动画解码算法,用VC做的外壳,内部是纯C语言实现的算法,很有参考价值,尤其是可以参考做为嵌入式系统实现GIF动画。-An decode arithmetic for GIF animated cartoon. Its shell is made with VC, and internal arithmetic is implemented with pure C language. It has value to refer,especially we can refer to it ro implemente GIF animated cartoon in embedded system.
Date
: 2025-12-22
Size
: 12kb
User
:
余爱军
[
Embeded-SCM Develop
]
sketch
DL : 0
该源码是在matlab环境下,设计的gui界面,可以对图像进行抓取操作-Did Shell Daitou tungsten matlab Now alas far , your cheery thanks to a few cavity gui , fermentation you can ground vehicles像standard shallow抓Fuzeng 取 Brazing
Date
: 2025-12-22
Size
: 15kb
User
:
czy
[
Embeded-SCM Develop
]
VBShell
DL : 0
VB源代码,有2个按钮控件,一个选择目录,一个打开选好目录的EXE格式原件!需要添加一个CommonDialog 的部件!-Private Sub Command3_Click() Shell Text1.Text End Sub Private Sub Command4_Click() dakai1.InitDir = "c:\" dakai1.Filter = "EXE(*.exe,*.bat)|*.exe*.bat" dakai1.Action = 1 Text1.Text = dakai1.FileName End Sub
Date
: 2025-12-22
Size
: 4kb
User
:
枫枫
[
Embeded-SCM Develop
]
LinuxCommandandShell
DL : 0
Linux命令、编辑器与Shell编程,非常经典的教程-Linux commands, Shell programming editor with a very classic tutorials
Date
: 2025-12-22
Size
: 3.71mb
User
:
ssss
[
Embeded-SCM Develop
]
uCOS51Shell
DL : 0
这个程序犀利了,是我的得意之作,他在ucOS51上增加了一个shell程序,希望对大家有用,即使没有商业应用,希望大家也自己做做,因为真的很有意思,shell是linux下的终端交互,在51上实现,不是很神奇的事情吗?-This procedure has been sharp, it is my finest creations, he added ucOS51 a shell procedure, useful for all of us hope that, even in the absence of commercial applications, I hope everyone doing their own, because it is really very interesting, shell is under linux interactive terminals in 51 to achieve, is not very magical things?
Date
: 2025-12-22
Size
: 165kb
User
:
huyongjiang
[
Embeded-SCM Develop
]
atmega16_shell.0.2.tar
DL : 0
atmega16 通过串口通讯的shell命令 开发工具 avr gnu toolchain-atmega16 the shell through the serial communication command avr gnu toolchain development tools
Date
: 2025-12-22
Size
: 7kb
User
:
杨泽钰
[
Embeded-SCM Develop
]
lab9
DL : 0
State Machine 又稱Finite State Machine(FSM)。State Machine 是循序電路 當中, 最全面性的一種邏 輯方式 , 如暫存器、移位暫存器、計數 器等均可以看成是一 個功能固定的State Machine。但State Machine 通常用在比較特殊的循序邏 輯電 路 中 , 用State Diagram 的方式描述方式 , 通常是一個較有系統的方法。有了 正 確的狀 態圖後 , 我們就可以依據該State Diagram 來 設計一個State Machine , 以 符合所要求的設計規格。-State Machine also known as Finite State Machine (FSM). State Machine is a sequential circuit, the most comprehensive kind of logical methods, such as registers, shift registers, namely, number of devices covered by renewable as a function of fixed State Machine. But the State Machine is usually used in a relatively special sequential logical circuit in the manner described with the State Diagram way, is usually a more systematic approach. There了 correct Shell Condition diagram, we can design future pursuant to the State Diagram a State Machine, in order to meet the required design specifications.
Date
: 2025-12-22
Size
: 120kb
User
:
徐小華
[
Embeded-SCM Develop
]
lib_cli
DL : 0
自己写的一个很有创意的Command Line Interface内核,占用资源非常精简,可在嵌入式平台上实现类似于shell的功能,纯C语言实现,非常易于移植。-A very smartful Command Line Interface Kernel by myself. Very low memory usage, and can provide the function for embedded platform like shell on PC. It is all written by C, and can be easier porting to another platform.
Date
: 2025-12-22
Size
: 39kb
User
:
PANDA
[
Embeded-SCM Develop
]
STM32_fatfs_shell_SDHC
DL : 0
实现了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平台 源码很多是基于网上的资料。感谢各位辛勤的开源大侠。-Achieved FATFS+ SDHC+ SD2.0+ SD1.1+ Shell+ DataFlash. This functional integration is absolutely no line. About 20 of the code is from himself. Operation method: After power-on, hair string! S0! Enter dataflash shell model, made out of shell pattern string close the hair string! S1! Into the SD card shell model, made a string out of shell mode support close the MMC (not test), SD1.0 SD2.0 (ordinary and SDHC) source has been Keil4 run-off, based on STM32F103 source platform is based on a lot of online information. Thank you for the hard open-source heroes.
Date
: 2025-12-22
Size
: 4.52mb
User
:
BertonHe
[
Embeded-SCM Develop
]
STM32_fatfs_shell_double_mode
DL : 0
实现了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模式 源码已经在Keil4中运行过,基于STM32F103平台 源码很多是基于网上的资料。感谢各位辛勤的开源大侠。-Achieved FATFS+ SDHC+ SD2.0+ SD1.1+ Shell+ DataFlash. This functional integration is absolutely no line. About 20 of the code is from himself. Operation method: After power-on, hair string! S0! Enter dataflash shell model, made out of shell pattern string close the hair string! S1! Into the SD card shell model, made a string out of shell mode support close the MMC (not test), SD1.0 SD2.0 (ordinary and SDHC) source has been Keil4 run-off, based on STM32F103 source platform is based on a lot of online information. Thank you for the hard open-source heroes.
Date
: 2025-12-22
Size
: 428kb
User
:
BertonHe
[
Embeded-SCM Develop
]
Ebl
DL : 0
EBL代码是使用在嵌入式UEFI固件软件中的内嵌shell程序代码。-EBL is a embeded boot loader for UEFI firmware.
Date
: 2025-12-22
Size
: 34kb
User
:
朱小宝
[
Embeded-SCM Develop
]
led
DL : 0
对s3c2440开发板的测试 以及对开发板上硬件驱动的编写,实现shell等命令-S3c2440 develop board test for led beep
Date
: 2025-12-22
Size
: 10kb
User
:
hll
[
Embeded-SCM Develop
]
C51shell
DL : 0
从KEIL RAM改到C51过来的shell.-From the KEIL RAM changed to C51 over the shell.
Date
: 2025-12-22
Size
: 93kb
User
:
方畅
[
Embeded-SCM Develop
]
stm32f10x-chip-verify
DL : 0
移植了RAW OS操作系统的stm32芯片上, 通过串口以shell命令调试ADC1,DAC timer1 timer2-Transplant the stm32 of RAW OS operating system on a chip, through the serial port to shell command debugging ADC1, DAC timer1 timer
Date
: 2025-12-22
Size
: 1.51mb
User
:
嘿嘿
[
Embeded-SCM Develop
]
sorts
DL : 0
比较插入排序、希尔排序法和快速排序,用于ARM C库中的排序。-Example code that compares an insertion sort, shell sort, and the quick sort used in the ARM C libraries.
Date
: 2025-12-22
Size
: 1kb
User
:
梁增健
[
Embeded-SCM Develop
]
linux-socke--code
DL : 0
嵌入式操作系统网络编程实例,用于嵌入式操作系统网络开发参考-linux socket shell code
Date
: 2025-12-22
Size
: 8kb
User
:
clinea
[
Embeded-SCM Develop
]
calc-words-lines.sh.tar
DL : 0
用于shell实现统计代码行数,截取代码片段,当然有更好选择cloc-For shell implementations count the number of lines of code to intercept the code snippet, of course, there are better choices clocUsed to count the number of lines of code to intercept the code snippet
Date
: 2025-12-22
Size
: 1kb
User
:
[
Embeded-SCM Develop
]
3.Open source Letter Shell
DL : 0
基于STM32WB55的shell命令行范例(Shell command-line example based on STM32WB55)
Date
: 2019-06-14
Size
: 13.6mb
User
:
Cuppuccino
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.