代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/228652/14371602

m ceil.m

function P = ceil(P) % CEIP -- built-in CEIL, extended to matrix polynomials % % P = ceil(P) % % Round P.coef towards +infinity. % Copyright (c) 2004 by Fritz Keinert (keinert@iastate
www.eeworm.com/read/228652/14371640

m floor.m

function P = floor(P) % FLOOR -- built-in FLOOR, extended to matrix polynomials % % P = floor(P) % % Round P.coef towards -infinity. % Copyright (c) 2004 by Fritz Keinert (keinert@ias
www.eeworm.com/read/122462/14689062

in config.h.in

/* config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if the C++ compiler supports a built-in bool type. */ #undef HAVE_BOOL /* Define if the C++ compiler suppor
www.eeworm.com/read/210671/15193933

cpp fig07_02.cpp

// Fig. 7.2: fig07_02.cpp // Using a member initializer to initialize a // constant of a built-in data type. #include using std::cout; using std::endl; class Increment { public:
www.eeworm.com/read/13871/284387

m hsvkpm.m

function colors = hsvKPM(N) % hsvKPM Like built-in HSV, except it randomizes the order, so that adjacent colors are dis-similar % function colors = hsvKPM(N) colors = hsv(N); perm = randperm(N); colo
www.eeworm.com/read/13871/284396

m myrand.m

function T = myrand(sizes) % MYRAND Like the built-in rand, except myrand(k) produces a k*1 vector instead of a k*k matrix, % T = myrand(sizes) if length(sizes)==0 warning('myrand[]'); T =
www.eeworm.com/read/480930/1306776

in config.in

mainmenu_option next_comment comment 'Drivers for ETRAX 100LX built-in interfaces' bool 'Ethernet support' CONFIG_ETRAX_ETHERNET if [ "$CONFIG_ETRAX_ETHERNET" = "y" ]; then # this is just so that the
www.eeworm.com/read/460691/1558075

pm mm_vms.pm

# MM_VMS.pm # MakeMaker default methods for VMS # This package is inserted into @ISA of MakeMaker's MM before the # built-in ExtUtils::MM_Unix methods if MakeMaker.pm is run under VMS. #
www.eeworm.com/read/243567/4522876

in config.in

mainmenu_option next_comment comment 'Drivers for ETRAX 100LX built-in interfaces' bool 'Ethernet support' CONFIG_ETRAX_ETHERNET if [ "$CONFIG_ETRAX_ETHERNET" = "y" ]; then # this is just so that the
www.eeworm.com/read/233448/4684030

c wredundant-decls-1.c

/* PR 16684: no redundant declaration warnings should issue the first time a built-in function is declared. { dg-do compile } { dg-options "-Wredundant-decls" } */ void *malloc (__SIZE_TYPE_