代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/398754/7925846

lua sort.lua

-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l
www.eeworm.com/read/326313/13148650

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/326313/13148666

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/238879/13317214

lua sort.lua

-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l
www.eeworm.com/read/147766/5723177

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/144216/5751611

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. # # A
www.eeworm.com/read/137311/5825999

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/136786/5863970

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/131315/5939667

c cmds.c

/* Simple built-in editing commands. Copyright (C) 1985, 1990 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it u
www.eeworm.com/read/128531/5985795

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