EE308 LAB1 Individual Work

invkinematic 2021-09-13 17:27:47

 

EE308 LAB1 Individual Work

==========================================================================

The Link Your Classhttps://bbs.csdn.net/forums/MUEE308FZ
The Link of Requirement of This Assignmenthttps://bbs.csdn.net/topics/600546911
The Aim of This AssignmentSelf-Introduction & Plan of EE308 Course
MU STU ID and FZU STU ID19104758_831902216

-------------------------------------------------------------------------------------------------------------------------------

Self-Introduction:

    My name is Chunjing Zheng, a third-year undergraduate student of Fuzhou University, majoring in Robotics and Intelligent Devices. Despites of programming, I am also addicted to musicals and philosophy, and I innate enjoying reading. 

#Skills:

  • Java,C,C++,Python.
  • I base some knowledge on Linear Algebra, Maching Learning, and Control Systems.

  Fig1. Some software I use to complete my work.

#The Amount of Code:

    Honestly, I did not count it specifically. In contrast, I suppose that the results of each project are more important than only counting the number of codes. Last semester, my team and I built a gesture-recognized blinds controller through Raspberry Pi. We used around 700 lines of python codes to complete it. 

                                           Fig2. Circuit of the gesture-recognized blinds controller project.

-------------------------------------------------------------------------------------------------------------------------------

Plan of EE308 Course: 

    I am willing to develop a WeChat applet and try my best to make it impeccable. In addition, the role I am going to play is a member while the course is a fitness instructor. I expect myself can master more pragmatic skills in Software Engineering.

    Thank you for reading^ ^.

-------------------------------------------------------------------------------------------------------------------------------

...全文
122 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
TA_KIN 2021-09-16
  • 打赏
  • 举报
回复 1

Practice makes perfect. Keep trying!

invkinematic 2021-09-16
  • 举报
回复
@TA_KIN Thanks for your good comment. I appreciate the feedback and I will keep up the good work to deliver more moving forward :D
FASMARM v1.42 This package is an ARM assembler add-on for FASM. FASMARM currently supports the full range of instructions for 32-bit and 64-bit ARM processors and coprocessors up to and including v8. Contents: 1. ARM assembly compatibility 2. UAL and pre-UAL syntaxes 3. IT block handling 4. Alternate encodings 5. Output formats 6. Control directives 7. Data definitions 8. Defining registers lists inside macros 9. Half-precision number formatting 10. Variants supported 11. Further information 12. Version history _______________________________________________________________________________ 1. ARM assembly compatibility There are a few restrictions how the ARM instruction set is implemented. The changes are minor and mostly have a minor impact. For the most part the basic instruction outline is the same. Where possible the original style is used but there are some differences: Not everything matches the ARM ADS assembly style, where possible the original style is used but there are some differences 1) label names cannot begin with a digit 2) CPSIE and CPSID formats are changed, use "iflags_aif" form instead of "aif" (eg. "CPSIE iflags_i" instead of "CPSID i") 3) SRS with writeback must have a separating space after the mode number and before "!" (eg. "SRSDB 16 !" instead of "SRSDB 16!") 4) macro, rept, irp, format, if, virtual etc. are all significant changes from the ARM ADS, so you will need to re-write those sections of existing code Original ARM Syntax | fasmarm Syntax ----------------------+---------------------- cpsie a | cpsie iflags_a | srsdb #29! | srsdb #29 ! ;or, | srsdb 29 ! _______________________________________________________________________________ 2. UAL and pre-UAL syntaxes fasmarm supports the original pre-UAL syntax and the newer UAL syntax. These two syntaxes only affect THUMB encodings. UAL stands for: Universal Assembly Language. pre-UAL syntax is selected wi

183

社区成员

发帖
与我相关
我的任务
社区描述
福州大学 梅努斯国际工程学院 软件工程 教学
软件工程 高校
社区管理员
  • 单步调试
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧