代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/409299/2235069
svn-base maxsparsetargetalignment.m.svn-base
function u = maxSparseTargetAlignment(X, y)
%A function to compute the maximum sparse target alignment vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y l
www.eeworm.com/read/409299/2235070
svn-base maxtargetalignment.m.svn-base
function u = maxTargetAlignment(X, y)
%A function to compute the maximum target alignment vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y labels column
www.eeworm.com/read/409299/2235072
m maxtargetalignment.m
function u = maxTargetAlignment(X, y)
%A function to compute the maximum target alignment vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y labels column
www.eeworm.com/read/409299/2235077
m maxsparsetargetalignment.m
function u = maxSparseTargetAlignment(X, y)
%A function to compute the maximum sparse target alignment vector between matrix X
%and vector y
%
%inputs
%X data matrix with examples as rows
%y l
www.eeworm.com/read/405754/2285202
c groups.c
/*
# proc: int_groups - determines the number of contiguous groupings of
# proc: characters belonging to a given set within another string.
*/
int_groups(alignment, alen, set)
int *align
www.eeworm.com/read/366702/2879445
c 20001109-1.c
/* This does not work on NetWare, which has a default of 1-byte alignment. */
/* { dg-xfail-if "" { "*-*-netware*" } { "*" } { "" } } */
typedef struct _foo foo;
extern foo bar;
struct _foo {
int a
www.eeworm.com/read/366702/2879931
c 20001109-2.c
/* This does not work on NetWare, which has a default of 1-byte alignment. */
/* { dg-xfail-if "" { "*-*-netware*" } { "*" } { "" } } */
extern struct foo bar;
struct foo {
int a;
};
int tst[__ali
www.eeworm.com/read/366180/2892995
h warning.h
#pragma warning(3:4092) // sizeof returns 'unsigned long'
#pragma warning(3:4121) // structure is sensitive to alignment
#pragma warning(3:4125) // decimal digit in octal sequence
#pragma war