代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/376006/2718149
sql abstime.sql
--
-- 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 th
www.eeworm.com/read/366702/2881477
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/366702/2882563
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/162614/5530149
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/160611/5568541
c xlmath.c
/* xlmath - xlisp built-in arithmetic functions */
/* Copyright (c) 1985, by David Michael Betz
All Rights Reserved
Permission is granted for unrestricted non-commercial use */
/* CHA
www.eeworm.com/read/160611/5568552
c xlstr.c
/* xlstr - xlisp string and character built-in functions */
/* Copyright (c) 1985, by David Michael Betz
All Rights Reserved
Permission is granted for unrestricted non-commercial use *
www.eeworm.com/read/147186/12578994
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/147186/12579121
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/430932/8718432
m transitionview.m
/*
File: TransitionView.m
Abstract: A convenience class that allows to replace a subview by another one
using one of the built-in CoreAnimation transitions.
Version: 1.6
Disclaimer: IMPORTANT: Thi