爱词霸英语   汉语   手机版   软件版下载 | English
每日一句:正在加载...
1.You can return from a method at any point, but if you’ve given a non-void return type then the compiler will force you (with error messages) to return the appropriate type of value regardless of where you return.
可在任何地方从一个方法返回。但假设已指定了一种非void的返回类型,那么无论从何地返回,编译器都会确保我们返回的是正确的类型。收藏指正
2.Generic pointer type, equivalent to (void *). Should be used instead of LPSTR.
你应该把S强转成你传进来时的那种类型的指针.收藏指正
3.You can return any type you want, but if you don’t want to return anything at all, you do so by indicating that the method returns void.
可按自己的愿望返回任意类型,但倘若不想返回任何东西,就可指示方法返回void()。收藏指正
4.When the return type is void, then the return keyword is used only to exit the method, and is therefore unnecessary when you reach the end of the method.
若返回类型为void,则return关键字唯一的作用就是退出方法。所以一旦抵达方法末尾,该关键字便不需要了。收藏指正
5.Combined with such as the seismic, well-logging data, core, FMI imaging logging data, the paper evaluates the reservoir of Ordovician in Ka 1 block, and designates tow type reservoir rock: dolomite, limestone and four type reservoir:dissolution-void reservoir, dispersive fracture reservoir, fracture-void reservoir, vertical fracture reservoir. Thereinto, dolomite of middle-lower Ordovician reveals be mostly fracture reservoir, limestone of upper Ordovician reveals be mostly dissolution reservoir.
卡1区块的主要储集岩为石灰岩与白云岩,储层主要有四种类型:溶蚀-孔洞型储层、分散溶洞型储层、裂缝—孔洞型储层、高角度裂缝型储层,中下奥陶统白云岩主要为溶蚀型储层,而上奥陶统石灰岩则主要发育裂缝型储层。收藏指正
尝试查询