程序设计笔记(Programming Notes).doc

  1. 1、本文档共13页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档