代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/215782/15048106
imp system.imp
{ Declarations for Pascal built-in objects }
{ Note: All functions with unusual syntaxes are not included here }
{*IgnoreNonAlpha=0} { If Language=UCSD, make sure we can parse "__module" }
{*Use
www.eeworm.com/read/13871/284414
m myintersect.m
function C = myintersect(A,B)
% MYINTERSECT Intersection of two sets of positive integers (much faster than built-in intersect)
% C = myintersect(A,B)
A = A(:)'; B = B(:)';
if isempty(A)
ma
www.eeworm.com/read/13871/284470
m dirkpm.m
function filenames = dirKPM(dirname, ext, varargin)
% dirKPM Like the built-in dir command, but returns filenames as a cell array instead of a struct
%
% filenames = dirKPM(dirname)
% returns all
www.eeworm.com/read/474487/1393699
cpp dll_simple.cpp
// dll_simple.cpp
// This DLL is an example of accessing SkinImage bits directly,
// without using GDI functions and SkinImage built-in graphics functions.
// The purpose of this DLL is to create
www.eeworm.com/read/247171/4487497
vb memberaccessexpression4.vb
'MemberAccessExpression: E.I
'If "E" is a built-in type of an expression classified as a type, and "I" is the name
'of an accessible member of "E", then "E.I" is evaluated and classified as follows:
C
www.eeworm.com/read/233448/4684184
c builtins-8.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that built-in math function constant folding of functions
with one constant argument is correctly performed by the compiler.
Written
www.eeworm.com/read/233448/4684342
c builtins-7.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that built-in math function constant folding of constant
arguments is correctly performed by the by the compiler.
Written by Roger Sa
www.eeworm.com/read/233448/4685225
c builtin-convert-2.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that built-in math function conversion into integer rounding
functions is correctly performed by the compiler.
Written by Kaveh ghazi
www.eeworm.com/read/183001/5260308
out boolean.out
--
-- BOOLEAN
--
--
-- sanity check - if this fails go insane!
--
SELECT 1 AS one;
one
-----
1
(1 row)
-- ******************testing built-in type bool********************
-- check bool type-cast
www.eeworm.com/read/183001/5260331
out abstime.out
--
-- ABSTIME
-- testing built-in time type abstime
-- uses reltime and tinterval
--
--
-- timezones may vary based not only on location but the operating
-- system. the main correctness issue is tha