代码搜索:partial
找到约 10,000 项符合「partial」的源代码
代码结果 10,000
www.eeworm.com/read/119864/6081561
c execvep.c
#include
#include
#include
#include
#include
int execvep(const char *path, char *__const argv[], char *__const envp[])
{
if (!strchr(path, '/'
www.eeworm.com/read/108574/6181900
c pcidpprotect.c
//*****************************************************************************
// THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
// OR IMPLIED. THIS CODE IS LABELED "
www.eeworm.com/read/101082/6243067
1c l5.1c
#once #create message
.ND
.EQ
delim $$
.EN
.LP
Braces are an exceedingly useful construction.
Wherever you have a place where you could have used
a single thing like the letter "x", you can plug in
an
www.eeworm.com/read/100285/6270658
sgml indices.sgml
Indices
Partial Indices
Author
This is from a reply to a question on the e-mail list
by
www.eeworm.com/read/266962/6290231
m nfdiff.m
function [derivativeValue] = nfdiff(p,point,variables)
% nfExampleFunction/nfdiff value of partial derivative of the nonlinear
% multivariate function along given parameters in
%
www.eeworm.com/read/266962/6290235
m nfdiff.m
function [derivativeValue] = nfdiff(p,point,variables)
% nfExampleFunction/nfdiff value of partial derivative of the nonlinear
% multivariate function along given parameters in
%
www.eeworm.com/read/266962/6290240
m nfdiff.m
function [derivativeValue] = nfdiff(p,point,variables)
% nfExampleFunction/nfdiff value of partial derivative of the nonlinear
% multivariate function along given parameters in
%
www.eeworm.com/read/493408/6402491
nc cbcmac.nc
module CBCMAC {
provides {
interface MAC;}
uses {
interface BlockCipher;
interface BlockCipherInfo;
}
}
implementation
{
enum {
// we allocate some static buffeers
www.eeworm.com/read/479969/6674032
cs datamapping.designer.cs
#pragma warning disable 1591
//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:
www.eeworm.com/read/264420/11315532
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