代码搜索:Built-In

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

代码结果 2,787
www.eeworm.com/read/485103/6564318

m fastnnls.m

function [x,w] = fastnnls(XtX,Xty,tol) %FASTNNLS Fast version of built-in NNLS % b = fastnnls(XtX,Xty) returns the vector b that solves X*b = y % in a least squares sense, subject to b >= 0, give
www.eeworm.com/read/347943/11626036

m fwblkslv.m

% FWBLKSLV Solves block sparse upper-triangular system. % y = fwblkslv(L,b) yields the same result as % y = L.L\b(L.perm,:) % However, FWBLKSLV is faster than the built-in operat
www.eeworm.com/read/347943/11626245

m sparfwslv.m

% SPARFWSLV Solves block sparse upper-triangular system. % y = sparfwslv(L,b) yields the same result as % y = L.L\b(L.perm,:) % However, SPARFWSLV is faster than the built-in ope
www.eeworm.com/read/347943/11626349

m bwblkslv.m

% BWBLKSLV Solves block sparse upper-triangular system. % y = bwblkslv(L,b) yields the same result as % y(L.perm,:) = L.L'\b % However, BWBLKSLV is faster than the built-in opera
www.eeworm.com/read/347943/11626538

m sparbwslv.m

% SPARBWSLV Solves block sparse upper-triangular system. % y = sparbwslv(L,b) yields the same result as % y(L.perm,:) = L.L'\b % However, SPARBWSLV is faster than the built-in op
www.eeworm.com/read/345593/11807328

pas unit1.pas

{: This sample illustrates basic actor use. I'm using the GLScene built-in Actor Load from File, Load Texture, add one weapon, and animate both. The sensation is how both are one. Both
www.eeworm.com/read/155694/11853179

asm serialio.asm

;Serial I/O routines using the 8051's built-in UART. ;Almost all of these should use CIN and COUT, so they ;could pretty easily be adapted to other devices which ;could have similar single character I
www.eeworm.com/read/154279/11975324

htm ref_m-q.htm

Math object A built-in object that has properties and methods for mathematical constants and functions. For example, the Math object's PI proper
www.eeworm.com/read/228652/14371671

m fix.m

function P = fix(P) % FIX -- built-in FIX, extended to matrix polynomials % % P = fix(P) % % Round P.coef towards 0. % Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu), % De
www.eeworm.com/read/211389/15181111

c cipher_hash_test.c

/* test the ciphers and hashes using their built-in self-tests */ #include "test.h" int cipher_hash_test(void) { int x; /* test ciphers */ for (x = 0; cipher_descriptor[x].name != NULL;