代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/469766/6926451
lst asm.lst
1 # 1 "asm.S"
2 # 1 ""
1 #include
0
0
1 /* Copyright (c) 2002,2
www.eeworm.com/read/469416/6976233
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/469416/6976290
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/140851/13058767
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/140851/13058874
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/138798/13211701
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/138798/13211836
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/136690/13365710
jc arrayobj.jc
/*
* arrayobj.jc
*
* A little demonstration how to use the built-in array object.
*/
import stdlib;
/*
* function main
*
* The type of data in an array is typeless 'var', so you
www.eeworm.com/read/134479/5892531
br indexof_output.br
// indexof.br
// Tests the built-in operator 'indexof.'
// It confirms the invariant that when
// a stream is passed as both a stream
// argument and a gather argument to
// a kernel, fetching from th
www.eeworm.com/read/134479/5892534
br indexof.br
// indexof.br
//
// Tests the built-in operator 'indexof.' It confirms the invariant that
// when a stream is passed as both a stream argument and a gather argument
// to a kernel, fetching from the g