期末vb程序填空+设计

期末vb程序填空+设计

ID:18358657

大小:55.19 KB

页数:204页

时间:2018-09-16

期末vb程序填空+设计_第1页
期末vb程序填空+设计_第2页
期末vb程序填空+设计_第3页
期末vb程序填空+设计_第4页
期末vb程序填空+设计_第5页
资源描述:

《期末vb程序填空+设计》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、程序设计constructionqualityacceptanceandassessmentRegulation(ProfessionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequalitycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10thenormsofconstructionsupervision,theelectricpo

2、werconstructionsupervisionregulations1题目:由输入对话框输入n(n必须为大于零且小于30的自然数),计算下列表达式的值,并在标签框label1上显示。Sum=1/2+1/6+……+1/(k*(k+1)) (k<=n)Privatesubform_click()Dimnasinteger,sumasdouble,kasintegerN=val(inputbox(“n=”,”请输入自然数n(n>0且n<30)”))Dowhilen<=0!!  !!n>30                          

3、     or N=val(inputbox(“n=”,”请重新输入”))LoopSum=0K=0DoconstructionqualityacceptanceandassessmentRegulation(ProfessionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequalitycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10

4、thenormsofconstructionsupervision,theelectricpowerconstructionsupervisionregulationsK=!! !!                                                  k+1Sum=sum+1/(k*(k+1))Loopuntil!!!!                                       (k+1)>nLabel1.caption=“sum”+str(sum)Endsub 2题目:下面的程序用于打印出以

5、下图形。程序代码:Privatesubform_click()constructionqualityacceptanceandassessmentRegulation(ProfessionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequalitycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10thenormsofconstructi

6、onsupervision,theelectricpowerconstructionsupervisionregulationsDimi%,j%,k%ForI=3to0step-1 Forj=0to2*iPrint“”; Nextj Fork=5to!!   !!                                       11-2*iPrint“*”; NextkprintNextiForI=0to3 Forj=0to2*I+2!!   !!                                         

7、    print“”; Nextj Fork=0to4-2*iconstructionqualityacceptanceandassessmentRegulation(ProfessionalEdition)(DL/T5210.2-2009~DL/T5210.8-2009);1.9thequalitycheckoutandevaluationofelectricequipmentinstallationengineeringcode(DL/T5161.1-2002~5161.17-2002);1.10thenormsofconstruct

8、ionsupervision,theelectricpowerconstructionsupervisionregulationsPrint“*”; Nextk!!   !!  

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。