代码搜索:opposite
找到约 441 项符合「opposite」的源代码
代码结果 441
www.eeworm.com/read/182737/9193507
vhd opposite_e.vhd
----------------------------------------------------------------------
---- ----
---- opposite_e.vhd
www.eeworm.com/read/182737/9193591
vhd opposite_synth.vhd
----------------------------------------------------------------------
---- ----
---- opposite_synth.vhd
www.eeworm.com/read/400422/11577338
m pm_opposite.m
function [x, lam, it] = pm_opposite(A, x0, tol, p)
[n m] = size(A);
if n ~= m
error('Invalid Metrix.');
end
A = A - p * eye(n);
[L U] = lu(A);
it = 0;
v0 = x0;
u = v0 / maxnorm(v0);
y =
www.eeworm.com/read/330902/3419672
message opposite-endian.message
## Message of opposite endianness, with lots of random fields in it
OPPOSITE_ENDIAN
## VALID_HEADER includes a LENGTH Header and LENGTH Body
VALID_HEADER method_call
REQUIRED_FIELDS
HEADER_FIELD U
www.eeworm.com/read/375190/2729711
hpp opposite_tag.hpp
// Boost.Bimap
//
// Copyright (c) 2006-2007 Matias Capeletto
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.
www.eeworm.com/read/368335/2823235
message opposite-endian.message
## Message of opposite endianness, with lots of random fields in it
OPPOSITE_ENDIAN
## VALID_HEADER includes a LENGTH Header and LENGTH Body
VALID_HEADER method_call
REQUIRED_FIELDS
HEADER_FIELD U
www.eeworm.com/read/173695/9641382
vhd opposite_e.vhd
----------------------------------------------------------------------
---- ----
---- opposite_e.vhd
www.eeworm.com/read/173695/9641479
vhd opposite_synth.vhd
----------------------------------------------------------------------
---- ----
---- opposite_synth.vhd
www.eeworm.com/read/400422/11577322
m p228_pm_opposite.m
a = [-12 3 3; 3 1 -2; 3 -2 7];
x0 = [1 1 1]';
tol = 0.0001;
p = -13;
[x, lam, it] = pm_opposite(a, x0, tol, p)