代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/427511/8938616
m qrsteps.m
function [A,b] = qrsteps(A,b)
%QRSTEPS Orthogonal-triangular decomposition.
% Demonstrates M-file version of built-in QR function.
% R = QRSTEPS(A) is the upper trapezoidal matrix R that
%
www.eeworm.com/read/283381/9025701
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/283381/9025733
axd webresource(1).axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/181830/9235765
m sym.m
function P = sym(P)
% SYM -- built-in SYM, extended to matrix polynomials
%
% P = sym(P)
%
% Convert P.coef to type 'sym' (symbolic variable). This is
% only useful P is numerical, and
www.eeworm.com/read/181830/9235803
m double.m
function P = double(P)
% DOUBLE -- built-in DOUBLE, extended to matrix polynomials
%
% P = double(P)
%
% Convert P.coef to type 'double'. This is only useful if P
% has symbolic coeffic
www.eeworm.com/read/375396/9361988
axd webresource(1).axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/373250/9467404
m genpathkpm.m
function p = genpathKPM(d)
% genpathKPM Like built-in genpath, but omits directories whose name is 'Old', 'old' or 'CVS'
% function p = genpathKPM(d)
if nargin==0,
p = genpath(fullfile(matlabr
www.eeworm.com/read/373250/9467636
m~ dirkpm.m~
function filenames = dirKPM(dirname, ext, prepend)
% READ_DIR Like the built-in dir command, but returns filenames as a cell array instead of a struct
%
% filenames = read_dir(dirname)
% returns a
www.eeworm.com/read/372080/9522555
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/366065/9834121
c tclcmdmz.c
/*
* tclCmdMZ.c --
*
* This file contains the top-level command routines for most of
* the Tcl built-in commands whose names begin with the letters
* M to Z. It contains only commands in the ge