以下两种表述方式是否可以正确编译,若不正确分别有什么问题?
(1)short s1 = 1; s1 = s1 + 1;(2)short s1 = 1; s1 += 1;
Selecting a DF, an ADF or the MF sets the current directory. After such a selection there is no current EF. Selecting an EF sets the current EF and the current directory remains the DF, ADF or MF, which is the parent of this EF. The current EF is always a child of the current directory. Only the ADF of the current application can be selected by FID.
Any application specific command shall only be operable if it is specific to the Current Directory. The following files may be selected, by File Identifier(FID) referencing, from the last selected file:
Any file which is an immediate child of the current directory :
Any DF which is an immediate child of the parent of the current DF
The parent of the current directory
The current DF
The ADF of the current active application
The MF
The figure below is an Example of a logical structure
Question:
According to the figure above, please give the valid selections when the Last selected file is MF, DF4, and EF4?
根据下面的图片,当当前选择的文件分别是以下文件时,可以从当前的文件选到哪些文件?
MF: __ADF1, DF1, EF1, EF-DIR__________
DF4: __MF, ADF1, DF3, EF5, EF6_________
EF4: __MF, ADF1, DF3, DF4, DF5_________
12题 | 被引用0次