program input meaning in English
程序输入
Examples
- Unlike other program inputs , which can change with each use of the application , configuration scripts tend to be more stable
与其它程序输入(每次使用应用程序时,都可以改变程序输入)不同,配置脚本趋向于更为稳定。 - Partial evaluation is a valid method to solve the conflict between generalization and specialization . it will judge the property of program input data automatically , and extract the portion which will be executed repeatly in program , and get same result , so will get a program with a certain extent of specialization to alleviate the conflict
部分求值技术是解决程序通用性和专用性之间矛盾的一种有效手段。根据程序的输入,自动判断输入的性质,提取出程序其中经常重复执行、并具有相同结果的部分,把通用程序转换成具备一定程度上的专用程序,从而缓解该矛盾。