代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/342875/11994936
h h8_3048.h
/**************************************************************************************/
/* Definition of I/O register of built-in peripheral function for H8/3048F-ONE Ver1.03*/
/* 2006.04 Renesas
www.eeworm.com/read/342875/11994964
h h8_3048.h
/**************************************************************************************/
/* Definition of I/O register of built-in peripheral function for H8/3048F-ONE Ver1.03*/
/* 2006.04 Renesas
www.eeworm.com/read/228652/14371653
m isnumeric.m
function yesno = isnumeric(P)
% ISNUMERIC -- check whether matrix polynomial has numerical coefficients
%
% yesno = isnumeric(P)
%
% This is an extension of the built-in ISNUMERIC command
www.eeworm.com/read/13871/284458
m myismember.m
function p = myismember(a,A)
% MYISMEMBER Is 'a' an element of a set of positive integers? (much faster than built-in ismember)
% p = myismember(a,A)
%if isempty(A) | a < min(A) | a > max(A) % s
www.eeworm.com/read/221464/4831079
rst readableiterator.rst
Readable Iterator Concept
.........................
A class or built-in type ``X`` models the *Readable Iterator* concept
for value type ``T`` if, in addition to ``X`` being Assignable and
Cop
www.eeworm.com/read/221464/4831121
rst singlepassiterator.rst
Single Pass Iterator Concept
............................
A class or built-in type ``X`` models the *Single Pass Iterator*
concept if the following expressions are valid and respect the stated
s
www.eeworm.com/read/183001/5260398
sql boolean.sql
--
-- BOOLEAN
--
--
-- sanity check - if this fails go insane!
--
SELECT 1 AS one;
-- ******************testing built-in type bool********************
-- check bool type-casting as well as and, or
www.eeworm.com/read/168845/5433724
rst readableiterator.rst
Readable Iterator Concept
.........................
A class or built-in type ``X`` models the *Readable Iterator* concept
for value type ``T`` if, in addition to ``X`` being Assignable and
Cop
www.eeworm.com/read/168845/5433767
rst singlepassiterator.rst
Single Pass Iterator Concept
............................
A class or built-in type ``X`` models the *Single Pass Iterator*
concept if the following expressions are valid and respect the stated
s
www.eeworm.com/read/396844/2407616
m myismember.m
function p = myismember(a,A)
% MYISMEMBER Is 'a' an element of a set of positive integers? (much faster than built-in ismember)
% p = myismember(a,A)
%if isempty(A) | a < min(A) | a > max(A) % slow