1 / 4

VB 程序设计(实验)

VB 程序设计(实验). 医学工程技术学院 田翔华. 实验 循环结构. 一、实验目的要求: 【 注意:作业提交,用 Ctrl+T ;后小结 】 1 、掌握 : For…Next 、 Do…Loop 循环语句的语法、流程、适用问题 2 、掌握 : 辅助控制语句使用 3 、熟悉: For 循环次数计算、初终值、步长的设置 4 、了解:循环语句嵌套的方法、适用问题 二、重点与难点 : 1 、 For…Next 循环语句的语法、流程、适用问题; For 循环语句嵌套。 2 、 For 循环次数计算、初值、终值、步长的设置。. 实验 循环结构.

emma-harvey
Télécharger la présentation

VB 程序设计(实验)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. VB 程序设计(实验) 医学工程技术学院 田翔华

  2. 实验 循环结构 一、实验目的要求:【注意:作业提交,用Ctrl+T;后小结】 1、掌握: For…Next、Do…Loop循环语句的语法、流程、适用问题 2、掌握: 辅助控制语句使用 3、熟悉:For循环次数计算、初终值、步长的设置 4、了解:循环语句嵌套的方法、适用问题 二、重点与难点 : 1、For…Next循环语句的语法、流程、适用问题;For循环语句嵌套。 2、 For循环次数计算、初值、终值、步长的设置。

  3. 实验 循环结构 三、实验内容:【注意:作业提交,用Ctrl+T;然后小结】 1、从1到100的7倍数的和问题。 2、人口增长问题,按0.8%的人口增长率,假定我国人口现在为13亿,问过几年达到26亿。 3、打印图形问题。 4、计算一个循环的循环次数。 (例如:二重循环中循环次数求解) 5、一个弹性小球高度为1米,每下落一次弹回原高度的一半,问下落10次时,小球经的路程是多少?

  4. 实验 循环结构 四、实验小结 • 这节课通过循环结构设计实验项目,要求同学们掌握赋值语句,For…Next、Do…Loop循环语句的语法、流程、适用问题;For循环次数计算、初值、终值、步长的设置,能综合进行问题的分析并解决实际问题。

More Related