搜索资源列表
tinySH-uCOS-II
- 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
myls
- 在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.
IO
- 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 ~ ~
show
- 模仿linux下的ls功能,显示文件属性-Mimic the "ls" functionality under linux display file attributes
busybox-1.16.0
- BusyBox 嵌入式开发中比不可少的工具,是一个集成了一百多个最常用linux命令和工具的软件。BusyBox 包含了一些简单的工具,例如ls、cat和echo等等,还包含了一些更大、更复杂的工具,例grep、find、mount以及telnet。-BusyBox than necessary in the embedded development tools, is an integrated more than one hundred most commonly used Linux co
myls
- 熟练掌握linux对目录的编程,实现ls -l命令-Master directory linux programming to achieve ls-l command