代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/155397/5622609
nc cbcmac.nc
// $Id: CBCMAC.nc,v 1.1.2.4 2003/08/26 09:08:14 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
www.eeworm.com/read/393586/8274104
vb default.aspx.vb
Partial Class _Default
Inherits System.Web.UI.Page
End Class
www.eeworm.com/read/393576/8274621
vb default.aspx.vb
Partial Class _Default
Inherits System.Web.UI.Page
End Class
www.eeworm.com/read/367679/9737292
cs systemdata.designer.cs
#pragma warning disable 1591
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:
www.eeworm.com/read/171399/9757770
vb mywebpage.aspx.vb
Partial Class MyWebPage
Inherits System.Web.UI.Page
End Class
www.eeworm.com/read/146903/12605174
sas 例3-1.1.sas
proc corr data=sasuser.examp3a1 cov;
proc corr data=sasuser.examp3a1 nosimple cov;
with x3 x4;
partial x1 x2;
run;
www.eeworm.com/read/202785/15373278
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/188852/8510723
h registry.h
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/478902/6707844
h registry.h
/*
InterruptHook
Copyright (C) 2003 Alexander M.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the F
www.eeworm.com/read/168845/5435013
cpp t_1_032.cpp
/*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
http://www.boost.org/
Copyright (c) 2001-2005