代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/463724/7176332
cpp chmsearchpanel.cpp
/*
Copyright (C) 2003 Razvan Cojocaru
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as publishe
www.eeworm.com/read/463482/7179687
cs skyisitedb.designer.cs
#pragma warning disable 1591
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:2.0.50727.3053
//
// 对此文件的更改可
www.eeworm.com/read/462843/7194417
cs addressbook.designer.cs
#pragma warning disable 1591
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:
www.eeworm.com/read/461294/7229884
m pcorrm.m
function p=pcorrm(x)
%
% PCORRM
%
% Returns the partial correlation matrix of x
%
% Called: p=pcorrm(x)
%
% Calls: pcorrxy(x)
%
[nrows,ncols]=size(x);
for i=1:ncols
for j=1:ncols
www.eeworm.com/read/458360/7298488
c log.c
/*#ident "@(#)cfront:lib/complex/log.c 1.4"*/
#include "complex.h"
#include "const.h"
#define LOGDANGER 1e18
#define PERIL(t) (t > LOGDANGER || (t < 1/LOGDANGER && t != 0) )
complex
log(complex z)
www.eeworm.com/read/457219/7332057
m pcorrm.m
function p=pcorrm(x)
%
% PCORRM
%
% Returns the partial correlation matrix of x
%
% Called: p=pcorrm(x)
%
% Calls: pcorrxy(x)
%
[nrows,ncols]=size(x);
for i=1:ncols
for j=1:ncols
www.eeworm.com/read/452217/7445241
m pcorrm.m
function p=pcorrm(x)
%
% PCORRM
%
% Returns the partial correlation matrix of x
%
% Called: p=pcorrm(x)
%
% Calls: pcorrxy(x)
%
[nrows,ncols]=size(x);
for i=1:ncols
for j=1:ncols
www.eeworm.com/read/206731/7456973
m pcorrm.m
function p=pcorrm(x)
%
% PCORRM
%
% Returns the partial correlation matrix of x
%
% Called: p=pcorrm(x)
%
% Calls: pcorrxy(x)
%
[nrows,ncols]=size(x);
for i=1:ncols
for j=1:ncols
www.eeworm.com/read/450295/7486051
m getvarmatrix_ms_ar.m
% Function for calculating standard errors of MS_Regress_Fit
%
% The calculation (aproximation) of the first and second derivative of the likelihood
% function is done by one side finite difference
www.eeworm.com/read/439490/7707807
c brzierb.c
/* Chuong trinh ve duong cong Bezier */
#include
#include
#define NPOINTS 7
struct xycoord {
double xcoord, ycoord;
};
/* Tra ve gia tri Factorial cua q (q!) */