代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/444287/7614567
m drawroi.m
function [roiImg,roiBound,roiArea] = drawROI(in,inBound,inArea,noShow)
% drawROI(grayLevelFingerprintImage,ROIboundMap,ROIareaMap,flagToDisableGUI)
% construct a ROI rectangle for the input finger
www.eeworm.com/read/434325/7874404
m lsline.m
function [a,b] = lsline(X,Y)
%---------------------------------------------------------------------------
%LSLINE Construct the least squares line.
% Sample call
% [a,b] = lsline(X,Y)
% Input
www.eeworm.com/read/198970/7899811
m resample.m
function p2 = resample(p,Np,ksType)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% resample(p,Np,KSType) -- construct a new estimate of the KDE p by sampling
%
www.eeworm.com/read/331439/12828937
m isocomplex.m
function z = isocomplex(q, a)
% ISOCOMPLEX Construct a complex number from a quaternion, with the same
% modulus and argument as those of the quaternion. The result
% wi
www.eeworm.com/read/492699/6420037
h parsingstack.h
using namespace std;
struct stackEntry
{
string entry;
stackEntry* lower;
stackEntry()
{
entry="";
lower=0;
}
};
class ParsingStack
{
public:
ParsingStack();//Construct
www.eeworm.com/read/480200/6668038
m resample.m
function p2 = resample(p,Np,ksType)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% resample(p,Np,KSType) -- construct a new estimate of the KDE p by sampling
%
www.eeworm.com/read/17681/753985
smsg lcd_1602.map.smsg
Warning (10268): Verilog HDL information at lcd.v(96): Always Construct contains both blocking and non-blocking assignments