代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/106865/15618843

tcl console.tcl

# console.tcl -- # # This code constructs the console window for an application. It # can be used by non-unix systems that do not have built-in support # for shells. # # RCS: @(#) $Id: console.tcl,v
www.eeworm.com/read/100268/15879127

c swbltin.c

/* swbltin.c - built-in processing routines (if,cursor,symbol, etc) /* /* Copyright (c) 1995-1999 Applied Information Technologies, Inc. /* All Rights Reserved. /* /* Distributed uder the GNU Genera
www.eeworm.com/read/192030/8410889

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/192030/8410930

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/290224/8495227

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/181830/9235766

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/181830/9235787

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/419627/10853128

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/455624/7369312

txt faq.txt

Q: What machines will the PXE scraper work on? A: The scraper code will run on any x86 system that has PXE support. This includes systems with built-in NICs and PXE-capable BIOSes and older sys
www.eeworm.com/read/450121/7490380

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