代码搜索:Built-In

找到约 2,787 项符合「Built-In」的源代码

代码结果 2,787
www.eeworm.com/read/366702/2883875

c builtins-11.c

/* Copyright (C) 2003,2007 Free Software Foundation. Check that constant folding of built-in math functions doesn't break anything and produces the expected results. Written by Roger Sayle,
www.eeworm.com/read/358237/2998412

xtp index.xtp

resin Quercus JSON JSON (JavaScript Object Notation) is a popular text data exchange format with built-in support from Qu
www.eeworm.com/read/162614/5530173

c builtin-ctype-2.c

/* Copyright (C) 2004 Free Software Foundation. Verify that built-in ctype transformations are done correctly by the compiler. Written by Kaveh Ghazi, 2004-04-05. */ /* { dg-do link } */
www.eeworm.com/read/162614/5530183

c builtin-convert-1.c

/* Copyright (C) 2004 Free Software Foundation. Verify that built-in math function conversion to smaller FP types is correctly performed by the compiler. Written by Kaveh Ghazi, 2004-03-17
www.eeworm.com/read/147186/12579067

m mysymsetdiff.m

function C = mysymsetdiff(A,B) % MYSYMSETDIFF Symmetric set difference of two sets of positive integers (much faster than built-in setdiff) % C = mysetdiff(A,B) % C = (A\B) union (B\A) = { things t
www.eeworm.com/read/202680/15375929

m qrsteps.m

function [A,b] = qrsteps(A,b) %QRSTEPS Orthogonal-triangular decomposition. % Demonstrates M-file version of built-in QR function. % R = QRSTEPS(A) is the upper trapezoidal matrix R that % resu
www.eeworm.com/read/105750/15659754

txt snapshot.txt

This snapshot was automatically generated on Thu, 12 Aug 2004 23:33:46 +0200 Version: 5.0.1 Branch: HEAD Build: Release_TS Built-in Extensions =========================== bcmath calendar com_do
www.eeworm.com/read/190471/8442722

vb dataaccessbase.vb

#Region "041027 ML Interfaces" '041027 ML Define the basic capabilities we need from a database engine '050223 JPC now read #Region "041027 ML Built-in Engines" at end of this file ' to see how
www.eeworm.com/read/427909/8913241

m montagekpm.m

function h = montageKPM(arg) % montageKPM is like the built-in montage, but assumes input is MxNxK or filenames % % Converts patches (y,x,i) into patches(y,x,1,i) % Also, adds a black border aroud
www.eeworm.com/read/427909/8913593

m myunion.m

function C = myunion(A,B) % MYUNION Union of two sets of positive integers (much faster than built-in union) % C = myunion(A,B) if isempty(A) ma = 0; else ma = max(A); end if isempty(B