The rectangle function Pi(x) is a function that is 0 outside the interval [-1/2,1/2] and unity inside it. It is also called the gate function, pulse function, or window function, and is defined by Pi(x)={0 for |x|>1/2; 1/2 for |x|=1/2; 1 for |x|<1
rectangle function 青云英语翻译 请在下面的文本框内输入文字,然后点击开始翻译按钮进行翻译,如果您看不到结果,请重新翻译! 翻译结果1翻译结果2翻译结果3翻译结果4翻译结果5 翻译结果1复制译文编辑译文朗读译文返回顶部 矩形函数 翻译结果2复制译文编辑译文朗读译文返回顶部...
Rectangle函数绘制一个矩形。 矩形使用当前笔轮廓,并使用当前画笔填充。 语法 C++ BOOLRectangle( [in] HDC hdc, [in]intleft, [in]inttop, [in]intright, [in]intbottom ); 参数 [in] hdc 设备上下文的句柄。 [in] left 矩形左上角的 x 坐标(以逻辑坐标为单位)。
Rectangle函式會繪製矩形。 矩形是使用目前的畫筆來大綱,並使用目前的筆刷填滿。 語法 C++ BOOLRectangle( [in] HDC hdc, [in]intleft, [in]inttop, [in]intright, [in]intbottom ); 參數 [in] hdc 裝置內容的句柄。 [in] left 矩形左上角的 x 座標,以邏輯座標表示。
mean that the function has to draw a filled rectangle.thickness 组成矩形的线条的粗细程度。取负值时(如 CV_FILLED)函数绘制填充了色彩的矩形 @param lineType Type of the line. //! type of line enum LineTypes { FILLED = -1, LINE_4 = 4, //!< 4-connected line ...
The Rectangle function draws a rectangle The rectangle is outlined by using the current pen and filled by using the current brushBOOL RectangleHDC hdc, handle to DC int nLeftRect, xcoord。 FillRect用指定画刷来填入矩形直到但不包含right和bottom坐标,该函数不需要先将画刷选进设备内容FrameRect使用画...
必应词典为您提供Rectangle-function的释义,un. 矩形函数;
The pulse function, actually a family of functions, has a value of zero everywhere except for a specified, finite region.
This function creates a rectangle from point at (p_lon1, p_lat1) to (p_lon2, p_lat2). Syntax APEX_SPATIAL.RECTANGLE ( p_lon1 IN NUMBER, p_lat1 IN NUMBER, p_lon2 IN NUMBER, p_lat2 IN NUMBER, p_srid IN t_srid DEFAULT c_wgs_84 ) RETURN mdsys.sdo_geometry; Parameters Tab...
This function draws a rectangle. The current pen outlines the rectangle and the current brush fills it.複製 BOOL Rectangle( HDC hdc, int nLeftRect, int nTopRect, int nRightRect, int nBottomRect ); Parametershdc [in] Handle to the device context. nLeftRect [in] Specifies the logical x...