代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/141268/5775220
h additionalmessage.h
#ifndef CPPUNIT_ADDITIONALMESSAGE_H
#define CPPUNIT_ADDITIONALMESSAGE_H
#include
CPPUNIT_NS_BEGIN
/*! \brief An additional Message for assertions.
* \ingroup Creati
www.eeworm.com/read/134009/5896009
h tune.h
/*
* sdbm - ndbm work-alike hashed database library
* tuning and portability constructs [not nearly enough]
* author: oz@nexus.yorku.ca
*/
#define BYTESIZ 8
/*
* important tuning parms (hah)
www.eeworm.com/read/493294/6400403
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.
www.eeworm.com/read/400577/11573284
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.
www.eeworm.com/read/255755/12058150
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.
www.eeworm.com/read/151704/12180305
m pointer.m
function nn = pointer(varargin)
%POINTER Constructor for raw memory object
% MM = POINTER('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties (See MEMORYOBJ)
% ---------
www.eeworm.com/read/151704/12180320
m enum.m
function nn = enum(varargin)
%ENUM Constructor for raw memory object
% MM = ENUM('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties (See NUMERIC)
% --------------------
www.eeworm.com/read/151704/12180377
m structure.m
function nn = structure(varargin)
%STRUCTURE Constructor for raw memory object
% MM = STRUCT('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties (See MEMORYOBJ)
% ------
www.eeworm.com/read/151704/12181247
m rpointer.m
function nn = rpointer(varargin)
%POINTER Constructor for raw memory object
% MM = POINTER('PropertyName',PropertyValue,...) Constructs an ..
%
% Major Properties (See MEMORYOBJ)
% --------
www.eeworm.com/read/150905/12249456
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.