代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/272848/10940890
cpp leastcostbbboard.cpp
// least-cost branch-and-bound method to find best board arrangement
#include
#include "minHeap.h"
#include "make2dArrayNoCatch.h"
struct heapNode
{
// data members
int par
www.eeworm.com/read/469152/6978537
vb user.aspx.vb
Partial Class Mode1_user
Inherits System.Web.UI.Page
End Class
www.eeworm.com/read/461294/7229823
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/458493/7295679
m lunopivvec.m
function [L,U] = luNopivVec(A,ptol)
% luNopivVec LU factorization without pivoting - vectorized implementation
% Row operations to compute submatrix A(i+1:n,i+1:n) resulting
%
www.eeworm.com/read/458488/7296102
m lunopivvec.m
function [L,U] = luNopivVec(A,ptol)
% luNopivVec LU factorization without pivoting - vectorized implementation
% Row operations to compute submatrix A(i+1:n,i+1:n) resulting
%
www.eeworm.com/read/457219/7331996
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/452217/7445180
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/206731/7456893
m pcorrxy.m
function [partial]=pcorrxy(x,var1,var2)
%
% PCORRXY
%
% Returns partial correlation between var1 and var2
% contained in a matrix x
%
% All matrices are standardised prior to calculations.
%
www.eeworm.com/read/449504/7502561
m spacf.m
function x = spacf(y,m)
% PURPOSE: find sample partial autocorrelation coefficients
%---------------------------------------------------
% USAGE: p = spacf(y,m)
% where: y = a time-series (need not h
www.eeworm.com/read/445746/7591282
cpp idctref.cpp
////////////////////////////////////////////////////////////////////////////
//
//
// Project : VideoNet version 1.1.
// Description : Peer to Peer Video Conferencing over the LAN.
//