代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/180748/9296146
1 wvdial.1
.TH WVDIAL 1 "December 2005" "WvDial"
.\"
.SH NAME
wvdial \- PPP dialer with built-in intelligence.
.\"
.SH SYNOPSIS
.B wvdial
[
.I OPTIONS
]
[
.I SECTION
] ...
.\"
.SH DESCRIPTION
.B wvdial
is an int
www.eeworm.com/read/373250/9467412
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/373250/9467648
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
www.eeworm.com/read/366144/9828277
tcl qmg_console_init.tcl
# qmg_console_init.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.
#
# SCCS: @(#) console.t
www.eeworm.com/read/363587/9944084
txt readme.txt
This is the README file for AVR-Doper.
AVR-Doper is an STK500 compatible In-System Programmer (ISP) and High Voltage
Serial Programmer (HVSP). It comes with a built-in USB to Serial adaptor to
connec
www.eeworm.com/read/425546/10348884
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
www.eeworm.com/read/278019/10581523
c tclcmdil.c
#ifndef EXCLUDE_TCL
/*
* tclCmdIL.c --
*
* This file contains the top-level command routines for most of
* the Tcl built-in commands whose names begin with the letters
* I through L. It contai
www.eeworm.com/read/349646/10808556
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/349646/10808771
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
www.eeworm.com/read/349646/10809329
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