乐高机器人编程技术实践方案(源码)【字数:6681】

当今时代是互联网的时代,在互联网如火如荼,井喷式发展的时代背景下,人们的生活也是日益便捷与丰富多彩。而在这样的时代下,人们接触最多的或者使用最为广泛的就是各类功能各异的应用或者系统软件,人们对互联网的使用途径离不开各类软件的设计和开发,反过来,正是由于各类具有丰富功能的软件问世,人们的生活才得以更加省时便利,这种便利在一定意义上跨越了地理、时间和空间的限制,未来,软件的种类会愈发强大。对于政府机构而言,有相应的户籍管理,户政办理等软件;对于企业而言,有各类满足企业需要而特定开发出来的系统软件或应用软件,如JAVA、C、C++以及Python等编程软件,也有办公软件,也有诸多前端后端开发软件;对于个人而言,有通信、娱乐、生活、学习等各类软件,有我们熟知的QQ、微信、游戏软件、美团、百词斩等,可以说人们已经离不开诸如此类的应用软件了。本文主要介绍一种针对青少年的程序设计语言鲸鱼Scratch的实践方案,该程序设计软件旨在启蒙青少年计算机科学思维,编程思维等能力,该方案具有模块化,关联性以及具体化等特点。
目录
第1章 方案概述 5
1.1. 方案背景分析 5
1.2. 方案功能分析 5
1.1.1. 动手能力测试 5
1.1.2. 理解能力测试 5
1.1.3. 排错能力测试 6
第2章 运动场地布置 6
第3章 机器人装置搭建 7
3.1. 背景 7
3.2. 器械模型介绍 7
第4章 辅助器械 13
第5章 程序设计 14
5.1. 前期准备 14
5.2. 设计分析 14
5.1.1. 取火炬任务 14
5.1.2. 升国旗 14
5.1.3. 五环展示 14
5.1.4. 放飞和平鸽 14
5.1.5. 移动运动员 14
5.1.6. 推火炬台 14
5.1.7. 点燃主火炬 14
5.3. 程序设计 14
第6章 运行结果展示 15
第7章 方案不足 17
第8章 总结 18
第9章 致谢 1 *好棒文|www.hbsrm.com +Q: ^351916072^ 
9
参考文献 19
Abstract
Today is the era of Internet. With the rapid development of Internet, peoples life is increasingly convenient and colorful. In this era, the applications or system softwares with different functions are the most contacted or widely used by people. People cant use the Internet without the design and development of various softwares. On the other hand, it is precisely because of the advent of various softwares with rich functions that peoples lives can be more timesaving and convenient. This convenience spans the limitations of geography, time and space in a certain sense. In the future, the types of software will become more and more powerful.
For government agencies, there are corresponding software such as household registration management and household administration; For enterprises, there are various system software or application software specially developed to meet the needs of enterprises, such as programming software such as JAVA, C, C++ and Python, as well as office software and many frontend and backend development software; For individuals, there are various kinds of software such as communication, entertainment, life and study, and there are wellknown QQ, WeChat, game software, Meituan, Dictionaries, etc. It can be said that people cant do without such application software.
This paper mainly introduces a programming language for teenagers, Whale Scratc
Keywords:robot program language model
引言
目前个人与企业结合开发具有商业价值的程序设计软件已经十分普遍了,其依托于互联网,达到提高企业信誉度、商业价值、行业地位等目的,这种软件可以达到服务一类或者多类用户,满足一定客户需求,从而拓宽一定的市场和目标客户群。
本方案是模块化的任务形式,分为多个子任务,这些任务既考验设计者个人的逻辑思维能力和程序设计能力,又考验人与人之间的团结配合能力,综合性较突出。
本方案本质上是一种项目化的程序设计与调试任务,设计与调试是基于其运行结果是否符合任务要求,将程序与结果的误差降到最低,需要设计者采用合理有效的结构,与此同时,极为考验设计者检查和发现错误的能力,能够从运行结果中发现程序存在的错误,对逻辑思维的锻炼以及提高起着极为重要的作用。

版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/rjgc/192.html

好棒文