文件夹为 folder
程序文件夹: program folder
如果是一个目录也可以说
程序目录: program directory
program files是程序文件(文档)
Click on the "Evaluation", select the menu item "Save project down version", the system will automatically jump out the project version save dialog, according to custom input version of "Description", click the confirm button "save".Create local service project
1 local WBS service project establishment
Local service project is the project repair class SCW from the local acquisition or new spare parts project, namely the rework equipment from the user to a SCW for repair or according to the user's list of spare parts of manufacturing new spare parts of the project, should firstaccording to the project order number to set up the equipment of WBS, such as SCWR.110071. Rules for the preparation of the order number of the said repair project for the R, N said the new spare parts projectrepresenting the year before two six digit, four isthe year after the project serial number, 110071 said that 11 years of seventy-first project.
The WBS structure of different service project is different.
In order to repair project as an example, introduces the steps of establishing service project:
In the SAP standard menu, double-click the CJ20N-Project Builder. (or input of CJ20N in the dialog box)
Click on the create new items of key, select the menu item "Project" into a new project to create interface.
Create the interface in the new project, the above coding rules formulated in the project definition layer input to the corresponding project definition "Project Def." dialog box.
Project description corresponding to the input items dialog box, the project "Meishan spindle"
Input the project description, immediately hit enter, the system will automatically prompt selection type "Project Profile", select "local repair service project" the corresponding itemtype parameter "SCW0004 Service repairing project Profile". Local spare parts service projectselection SCW0005.
Select the type of project, point to open, will project WBS code input work, namely according to the above has been
Confirmation of the encoding rules will WBS code input into the system.
Note: to first WBS code input one by one, don't press enter in all the information is completed,while all the WBS input is completed and stratified rear can press enter to save.
解释方式和编译方式。
所谓解释方式就是由计算机专业人员事先编好一个解释程序构成一个解释系统存放到计算机内,当把高级语言程序输入到计算机内并运行程序之后,解释系统就会对它进行解释,解释一句执行一句。也就是说,边解释边执行。这与日常生活中的口译类似。
所谓编译方式就是由计算机专业人员事先编好一个编译程序构成一个编译系统存放到计算机内,当把高级语言程序输入到计算机内并运行程序之后,编译系统就把它整个翻译为目标代码程序,然后执行目标代码程序。这与日常生活中的笔译类似。
高级语言分类:
1、命令式语言。这种语言的语义基础是模拟“数据存储/数据 *** 作”的图灵机可计算模型,十分符合现代计算机体系结构的自然实现方式。其中产生 *** 作的主要途径是依赖语句或命令产生的副作用。
2、函数式语言。这种语言的语义基础是基于数学函数概念的值映射的λ算子可计算模型。这种语言非常适合于进行人工智能等工作的计算。典型的函数式语言如 Lisp、Haskell、ML、Scheme 、F#等。
3、逻辑式语言。这种语言的语义基础是基于一组已知规则的形式逻辑系统。这种语言主要用在专家系统的实现中。最著名的逻辑式语言是 Prolog。
以上内容参考 百度百科-高级语言
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)