-
精灵
Genie-shell for ucos
一、 基本要求(必做)
(1) 设计并实现ucos的shell模型
(2) 实现简单的Shell命令
hostname命令在屏幕上打印一句话,即自定义的本机名称。
hello 命令可以带多个参数,如hello a b c d,回车后会显示:
hello,I am Genie
your argv is:
a
b
c
d
(3)实现在串口和LCD的同步显示,即所有的命令操作过程都要显示在串口和LCD上。
二、 提高要求(选做)
自己设计几条新的命令,比如输入time即可显示时间,输入data即可显示日期或者可以通过命令设置时间和日期等。
-Genie- shell for TRACK 1, basic requirements (regimen) (1) design and implement CENTER shell model (2) to achieve a simple Shel l command hostname command on the screen print a word that is, since the definition of the machine name. Hello orders can take a number of parameters, such as hello a b c d, Enter will show : hello, I am your argv Genie is : a b c d (3) Achieve the serial synchronous and LCD display, that is, all the orders must show that the process of the serial and LCD. Two, raising requirements (election so) designed several new orders, such as the importation of time will be shown, input data can indicate the date or can be ordered through the set-
- 2022-12-07 00:05:03下载
- 积分:1
-
This will generate the source code of linux x86 Shellcode
此源代码将生成 linux x86的 shellcode-This will generate the source code of linux x86 Shellcode
- 2022-06-01 03:55:00下载
- 积分:1
-
delphi编写的修改系统级菜单得事例程序
delphi编写的修改系统级菜单得事例程序-delphi prepared by the modification to the system menu in the case procedures
- 2023-02-17 20:50:03下载
- 积分:1
-
Shell programming introduction book, very suitable for teaching beginners need t...
本书介绍Shell编程,非常适合初学者的需爱惜教材,同时也适合从事人员的参考书。-Shell programming introduction book, very suitable for teaching beginners need to cherish, but also suitable for staff reference.
- 2022-01-25 20:04:40下载
- 积分:1
-
filesdragdrop应用
FilesDragDrop application
- 2022-05-29 18:30:12下载
- 积分:1
-
The guide of ShellExtension
The guide of ShellExtension
- 2022-01-26 08:17:25下载
- 积分:1
-
删除SVN是一个外壳扩展提示允许删除所有从D. SVN文件。
Delete SVN is a shell extension tip that allow to remove all .SVN files from a directory. Should be usefull to archive source code without extra files
- 2022-05-28 16:01:53下载
- 积分:1
-
这是一个对网络的工具。
This is a p2p tool on the linux.
- 2022-07-09 17:30:02下载
- 积分:1
-
shell expansion of programming code, is the type of plant com realize the expans...
shell扩展编程代码,是用com的类厂实现的shell扩展编程的功能,实现的当用鼠标右键点击一个文件是,会在上下文菜单中添加一个菜单。-shell expansion of programming code, is the type of plant com realize the expansion of the shell programming features, achieved when using the mouse right-click a file, it will in the context menu to add a menu.
- 2023-06-05 04:15:03下载
- 积分:1
-
首先需要一个递减的步长,这里我们使用的是9、5、3、1(最后的步长必须是1)。 工作原理是首先对相隔9...
首先需要一个递减的步长,这里我们使用的是9、5、3、1(最后的步长必须是1)。 工作原理是首先对相隔9-1个元素的所有内容排序,然后再使用同样的方法对相隔5-1个元素的排序,以次类推。
-First step reduced the need for a long, here is our use of 9,5,3,1 (the final step must be to 1). The first is that on the job between 9-1 months to sort all the content elements, and then use the same method of elements separated by the order of 5-1, an inferior race, and so on.
- 2022-07-19 07:33:14下载
- 积分:1