- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
程序设计笔记(Programming Notes)
程序设计笔记(Programming Notes)
Programming notes:
In the VFP programming environment, each program is based on CLEAR, SET TALK OFF (CLS) (dialogue off) the two statement by SET TALK ON (open dialogue). If the subject does not explicitly require data entry, it can be verified by instantiating the addition of specific input data (which can be ignored in formal examinations).
The whole process flow of the program is: data input, data processing, data output, the three major components.
Thoughts of solving programming:
The analysis topic determines the input content (the data to be processed) and the output (processed data). (instantiation verification)
Convert a problem into a mathematical problem or mathematical model.
Converts to computer solutions. (algorithm)
Algorithm aggregation:
1, two variable value swaps.
Set a temporary variable TEM, complete by tem=x x=y y=tem.
2, the judgment of the piecewise function is generally independent variables and dependent variables of the relationship, the X judgment corresponding to the corresponding y value. Similar to junior high school equations.
(1) complete the calculation of the following subsection functions. When the program is running, the user enters a numeric value X from the keyboard and outputs the Y value on the screen.
(2) a bookstore to carry out preferential tour fees as follows:
0.9x (x = 100)
Y= 0.8x (100 x 500)
0.7x (x 500)
Of which: X means the original price, and Y means the actual charge.
Try writing procedures, requiring input from the keyboard x, calculated output y.
(3) calculation of piecewise function
(4) if the postage is calculated as follows: less than 100 grams (100 grams) charges 5 yuan, more than 100 grams per gram of 0.2 yuan. Try writing procedures, from the keyboard to send mail items weight, and calculate the postage.
(5) in order to promote sales in a shopping mall, a shopping discount is adopted.
1) in 1000 yuan or more, according to 5% off discount;
2) in 2000 yuan or more, according to ten
您可能关注的文档
- 福师《体育测量与评价》在线作业二(Fu Fu division sports measurement and evaluation online homework two).doc
- 福师《前厅客房服务与管理》在线作业二(Blessing division front room guest service and management online homework two).doc
- 福师《心理测量学》在线作业一(Fu Fu psychometrics online homework).doc
- 福师《心理测量学》在线作业二(Fu Fu psychometrics online homework two).doc
- 福师《思想道德修养与法律基础》在线作业一(Fu Shi Ideological and moral cultivation and legal basis online homework).doc
- 福师《成本管理会计》在线作业二答案(Fu Shi cost management accounting online homework two answer).doc
- 福师《文艺美学》在线作业二(Fu Shi Literary Aesthetics online homework two).doc
- 福师《成本管理会计》在线作业二(Fu Shi cost management accounting online homework two).doc
- 福师《物流自动化》在线作业二(Fu Shi logistics automation online homework two).doc
- 福师《透视与构图》在线作业一(Fu division perspective and composition online homework).doc
最近下载
- 【社会层面】社会主义核心价值观.ppt VIP
- 回话有招高情商回话术书本.doc VIP
- 【社会层面】社会主义核心价值观精品课件.ppt VIP
- 沪教8AUnit6Ancientstories more practice-The story of 100,000 arrows 公开课优质课教案教学设计.doc
- 小学《科学》新教材培训研讨会:技术与工程领域总体介绍.pptx
- 2024年中考英语复习 并列复合句 讲义学案(解析版).pdf VIP
- 血常规结果解释ppt课件.pptx VIP
- 第16课 课件 2022-2023学年高中新经典日本语基础教程第二册.pptx VIP
- 软件工程专业生涯发展展示.pptx
- 成人脑室外引流护理——中华护理学会团体标准解读.pptx
文档评论(0)