1、此文档是毕业设计外文翻译成品( 含英文原文 +中文翻译),无需调整复杂的格式!下载之后直接可用,方便快捷!本文价格不贵 ,也就几十块钱! 一辈子也就一次的事! 外文标题: Advanced Programming Techniques 外文作者: Mark Rollins 文献出处 : The UBTECH Jimu Robots Builder s Guide, 2017: 145-179 (如觉得年份太老,可改为近 2 年,毕竟很多毕业生都这样做 ) 英文 5023 单词, 21058 字符,中文 7487 汉字。 Advanced Programming Techniques Since
2、 the previous chapters laid the foundation for building your own Jimu Robot and making it move, this chapter covers the capabilities of coding on the Jimu app. Coding is the actual letters and numbers that form commands that make up every program, whether it is run on your computer or your smart pho
3、ne/tablet. Many programs have lines of code that run in the millions. Jimu uses Blockly coding, a drag and drop language created by Google. Each block is accessed from the side of the screen and dragged to the main working area, where the block will serve its purpose. Like pieces of a puzzle, the pr
4、ogramming blocks link together to form code, which enables the user to do all kings of actions. Whether its your first time coding or you have previous experience, Blockly is a fun way to learn coding techniques while playing with your Jimu. Accessing the Coding Screen To access the Coding screen, j
5、ust open the model you want to work with (it can be an Official Model or your own creation), and then tap the Coding button located between Actions and Controller. Your Coding screen should look like the screenshot in Figure 6-1. Figure 6-1. The coding screen You can see that there are a lot interes
6、ting of things that you can do, thanks to the buttons. Before I get to the buttons on the left, let me talk about the buttons in the upper right, which I will detail from left to right. 1. Save: When you are finished creating a program, you can click on this floppy disk button and save it, where you can type in a Project name, as you can see in Figure 6-2. Figure 6-2. Where to save a file in coding 2.Open: This will allow you to open a program that you have saved in the past, and it wi